Skip to content

Releases: automatiko-io/automatiko-engine

Automatiko 0.13.0 release

28 Feb 10:54
Compare
Choose a tag to compare

What's Changed

  • fixed event subprocess with non interrupting conditional event to all… by @mswiderski in #198
  • added support for http based messaging by @mswiderski in #199
  • improved handling of ProcessInstanceManager to avoid shared process i… by @mswiderski in #201
  • upgraded version of protobuf-java to address cve by @mswiderski in #202
  • upgrade to quarkus 2.6.2 and its dependencies, upgrade of camal quark… by @mswiderski in #205
  • implemented proper handling of build and runtime configuration, ensur… by @mswiderski in #206
  • added support for cloud events for messaging layer by @mswiderski in #207
  • Serverless by @mswiderski in #209
  • updates to persistence layer to allow to use json node as objects, ch… by @mswiderski in #210
  • added support for callback state and produce event on inject state, added support for filter expressions on message events by @mswiderski in #211
  • upgraded xstream version to address cve by @mswiderski in #212
  • Development by @mswiderski in #213
  • fixed file system based store handling of remove operation based on c… by @mswiderski in #214
  • fixes and improvements for operator, user task management and svg bpm… by @mswiderski in #215
  • allow to control generation aware behavior of operator controller by @mswiderski in #216
  • upgraded to latest version of quarkus, operator sdk, camel-quarkus by @mswiderski in #217
  • upgraded http reactive messaging and enabled http message based tests by @mswiderski in #218
  • added support for completion condition on multi instance nodes by @mswiderski in #219
  • improved operator archetype to create initial workflow and classes ou… by @mswiderski in #220
  • added migration guide for 0.13.0 release by @mswiderski in #221

Full Changelog: v0.12.0...v0.13.0

Automatiko 0.12.0 release

02 Feb 12:49
Compare
Choose a tag to compare

What's Changed

  • fixed event subprocess with non interrupting conditional event to all… by @mswiderski in #198
  • added support for http based messaging by @mswiderski in #199
  • improved handling of ProcessInstanceManager to avoid shared process i… by @mswiderski in #201
  • upgraded version of protobuf-java to address cve by @mswiderski in #202
  • upgrade to quarkus 2.6.2 and its dependencies, upgrade of camal quark… by @mswiderski in #205
  • implemented proper handling of build and runtime configuration, ensur… by @mswiderski in #206
  • added support for cloud events for messaging layer by @mswiderski in #207
  • Serverless by @mswiderski in #209
  • updates to persistence layer to allow to use json node as objects, ch… by @mswiderski in #210
  • added support for callback state and produce event on inject state, added support for filter expressions on message events by @mswiderski in #211
  • upgraded xstream version to address cve by @mswiderski in #212

Full Changelog: v0.11.0...v0.12.0

Automatiko 0.11.0 release

21 Dec 07:22
Compare
Choose a tag to compare

What's Changed

  • implemented support for import and export of process instances with f… by @mswiderski in #159
  • added support for returning instance metadata via service interfaces by @mswiderski in #160
  • implemented support for workflow as function flow to produce and cons… by @mswiderski in #161
  • added support for subprocesses (via call activity) in workflow as fun… by @mswiderski in #162
  • workflow as a function flow receive events supports correlation by @mswiderski in #163
  • upgrade to quarkus 2.4.1.Final by @mswiderski in #165
  • added support for multi module services that can include models from … by @mswiderski in #167
  • updated and restructured docs about workflow concepts by @mswiderski in #168
  • Create manually triggered build job with java 17 by @mswiderski in #169
  • adjustments to run on java 17 by @mswiderski in #170
  • upgrade libs cron-utils and apache camel quarkus by @mswiderski in #171
  • moved to matrix build instead of separate actions for java 11 and 17 by @mswiderski in #172
  • secured workflow as function flow generators to produce valid manifes… by @mswiderski in #173
  • improved workflow as a function archetype to preconfigure azure, gcp … by @mswiderski in #174
  • kafka producer and consumer fixes, java 8 and java time serialisation support, start event cycle timer fix by @mswiderski in #179
  • release commits integration by @mswiderski in #185
  • updated to docs and ISO repeatable expression improvements by @mswiderski in #186
  • removed decision dmn from default setup of services meaning it will b… by @mswiderski in #187
  • upgrade of quarkus to 2.5.1 and related dependencies by @mswiderski in #188
  • added support for mongodb based persistence by @mswiderski in #189
  • use regular index for tags instead of text index in MongoDB persistence by @mswiderski in #190
  • added support for JMS and AMQP messaging by @mswiderski in #193
  • added support for metadata method on OutputConverter class by @mswiderski in #195
  • updates to libraries and migration guide in the docs by @mswiderski in #196

Full Changelog: v0.9.0...v0.11.0

Automatiko 0.10.0 release

26 Nov 08:58
Compare
Choose a tag to compare

What's Changed

  • implemented support for import and export of process instances with f… by @mswiderski in #159
  • added support for returning instance metadata via service interfaces by @mswiderski in #160
  • implemented support for workflow as function flow to produce and cons… by @mswiderski in #161
  • added support for subprocesses (via call activity) in workflow as fun… by @mswiderski in #162
  • workflow as a function flow receive events supports correlation by @mswiderski in #163
  • upgrade to quarkus 2.4.1.Final by @mswiderski in #165
  • added support for multi module services that can include models from … by @mswiderski in #167
  • updated and restructured docs about workflow concepts by @mswiderski in #168
  • Create manually triggered build job with java 17 by @mswiderski in #169
  • adjustments to run on java 17 by @mswiderski in #170
  • upgrade libs cron-utils and apache camel quarkus by @mswiderski in #171
  • moved to matrix build instead of separate actions for java 11 and 17 by @mswiderski in #172
  • secured workflow as function flow generators to produce valid manifes… by @mswiderski in #173
  • improved workflow as a function archetype to preconfigure azure, gcp … by @mswiderski in #174
  • kafka producer and consumer fixes, java 8 and java time serialisation support, start event cycle timer fix by @mswiderski in #179

Full Changelog: v0.9.0...v0.10.0

Automatiko 0.9.0 release

27 Oct 08:27
Compare
Choose a tag to compare

What's Changed

  • implemented fault tolerance addon for automatiko to call services tha… by @mswiderski in #136
  • added fault tolerance documentation by @mswiderski in #137
  • made process instance management ui mobile friendly, added exort butto… by @mswiderski in #138
  • stabilize fault tolerance test case to avoid broken builds by @mswiderski in #139
  • fixed null pointer on collecting error codes, allow to copy cURL commands for functions and function flows by @mswiderski in #140
  • graphql generation of subprocess mutations for signals do not properl… by @mswiderski in #142
  • enabled GraphQL error messages based on workflow specific errors/exce… by @mswiderski in #143
  • added support for data stored encryption with pluggable approach and … by @mswiderski in #144
  • added support in GraphQL service interface to update model of the wor… by @mswiderski in #146
  • added suport for generic userTask GraphQL subscription to get hold of… by @mswiderski in #148
  • upgrade of xstream to resolve cve by @mswiderski in #149
  • added support for handling files in external storage (file system, AW… by @mswiderski in #150
  • added files handling documnetation by @mswiderski in #151
  • updates to libraries to resolve security issues and upgrade of apache… by @mswiderski in #152
  • refactored archive service on top of files addon to properly support … by @mswiderski in #153
  • allow to use files as part of data objects (pojos) with additional in… by @mswiderski in #154

Full Changelog: v0.8.0...v0.9.0

Automatiko 0.8.0 release

06 Oct 05:04
Compare
Choose a tag to compare

Automatiko 0.8.0 release

What's Changed

  • added support for comma separated list of error codes on error event by @mswiderski in #83
  • improved handling of function flow for Google Cloud Run to generate s… by @mswiderski in #84
  • upgraded librries to address reported vulnerabilities by @mswiderski in #85
  • auto generate function filter when running in gcp-pubsub deployment t… by @mswiderski in #87
  • fixed problems in native mode not finding resources (email and task form templates and process mgmgt ui), added support to use functions in expressi ons, disabled abort buttons for non active instances in process management ui by @mswiderski in #95
  • reworked injection of process dependencies to be based on constructor… by @mswiderski in #96
  • base implementation of graphql support as service interface by @mswiderski in #97
  • additional fixes and test support module by @mswiderski in #99
  • added required properties to archetypes to build container with naitv… by @mswiderski in #104
  • Development by @mswiderski in #109
  • Development by @mswiderski in #111
  • upgrade to quarkus 2.2.1 by @mswiderski in #112
  • Development by @mswiderski in #113
  • rest easy reactive move, async service invocation by @mswiderski in #115
  • added service invocation documentation by @mswiderski in #117
  • fixed memory leak on process instances by @mswiderski in #118
  • migrated metrics support to micrometer by @mswiderski in #119
  • fixed problems related to query by tags when using cassandra data store by @mswiderski in #121
  • added support for additional functions to rely or security context to… by @mswiderski in #123
  • changed sink binding api version for function flow generated descriptors by @mswiderski in #125
  • Development by @mswiderski in #126
  • ignore duplicated entries (files) when building zip archive by @mswiderski in #127

Full Changelog: v0.7.0...v0.8.0

Automatiko 0.7.0 release

27 Aug 05:35
Compare
Choose a tag to compare

Automatiko 0.7.0 release

Automatiko 0.6.0 release

02 Aug 09:13
Compare
Choose a tag to compare

Automatiko 0.6.0 release

Automatiko 0.5.0 release

01 Jun 06:21
Compare
Choose a tag to compare

Automatiko 0.5.0 release

Automatiko 0.4.0 release

28 Apr 09:26
Compare
Choose a tag to compare

Automatiko 0.4.0 release