Skip to content

Releases: automatiko-io/automatiko-engine

Automatiko 0.22.0 release

20 Feb 08:16
Compare
Choose a tag to compare

What's Changed

  • improved file system persistence addon sorting to be more efficient a… by @mswiderski in #328
  • Use the correct Quarkus Swagger UI endpoint by @yuri1969 in #329
  • Use the REST abbreviation by @yuri1969 in #330
  • Access policies - ability to create custom access policies, ability to use composite to make use of multiple access policies by @mswiderski in #331
  • upgraded quarkus and related dependencies to latest version by @mswiderski in #334
  • removed deprecated additional parameters for native image build by @mswiderski in #335

New Contributors

Full Changelog: v0.21.0...v0.22.0

Automatiko 0.21.0 release

03 Jan 10:23
Compare
Choose a tag to compare

What's Changed

  • upgraded to quarkus 2.14.2 and camel quarkus 2.14.0 with required adj… by @mswiderski in #319
  • error management add on, stream upgrade by @mswiderski in #321
  • added supprt of locking for file system, mongodb and db (rdbms) to im… by @mswiderski in #323
  • added possibility to sort instances when running on top of file syste… by @mswiderski in #325
  • upgraded quarkus and related dependencies to latest version by @mswiderski in #326
  • improved sorting by dates for file system based persistence by @mswiderski in #327

Full Changelog: v0.20.0...v0.21.0

Automatiko 0.20.0 release

28 Oct 05:52
Compare
Choose a tag to compare

What's Changed

  • move serverless workflow image generation to built in one instead of relying on plantuml and dig, upgrade of protobuf by @mswiderski in #308
  • allow to set custom attributes on workflow and nodes via workflow jav… by @mswiderski in #309
  • include static resources of process management addon so it can be use… by @mswiderski in #310
  • handle errors when publishing messages via different connectors by @mswiderski in #313
  • removed wrong import in the MQTT message producer template by @mswiderski in #315
  • allow to smoothly integrate various types of workflows (bpmn, sw, jav… by @mswiderski in #316
  • upgraded to latest version of quarkus and its dependencies, adjusted … by @mswiderski in #318

Full Changelog: v0.19.0...v0.20.0

Automatiko 0.19.0 release

23 Sep 05:05
Compare
Choose a tag to compare

What's Changed

  • fix for LatestEndpointFilter loading processes to early, type in property name in Application generator by @mswiderski in #290
  • added support for advanced (literal, expression) data mapping for jav… by @mswiderski in #291
  • moved to new api to read email attachments based on apache camel mail component by @mswiderski in #294
  • workflow java dsl: implemented additional path, repeat for selected n… by @mswiderski in #296
  • upgraded to latest version of quarkus and its dependencies, adjusted … by @mswiderski in #298
  • use absolute path to read lambda expressions for workflow java dsl by @mswiderski in #299
  • workflow java dsl: added support for expressions for sending and rece… by @mswiderski in #300
  • changed priority for activate method on each process to be activated … by @mswiderski in #301
  • more adjustements for handling startup events to be run in proper order by @mswiderski in #302
  • workflow java dsl: added support for error end nodes to complete proc… by @mswiderski in #303

Full Changelog: v0.18.0...v0.19.0

Automatiko 0.18.0 release

24 Aug 06:52
Compare
Choose a tag to compare

What's Changed

  • fixed handling of versioned subprocess with graphql addon by @mswiderski in #272
  • expose signal endpoints via metadata links by @mswiderski in #274
  • upgraded to latest version of quarkus and its dependencies by @mswiderski in #275
  • upgraded openapi tools generator to latest version by @mswiderski in #276
  • adjusted openapi client generation templates to produce valid client … by @mswiderski in #277
  • Workflow Java DSL first set of constructs, allow to enlarge the workflow image in process management ui by @mswiderski in #282
  • fixed indexing of file system based persistence to include business k… by @mswiderski in #283
  • allow to customize templates for user tasks and emails at runtime by @mswiderski in #284
  • added support for loading subprocesses even in completed/aborted stat… by @mswiderski in #285
  • allow to customize email subject for user task email notifications by @mswiderski in #287
  • protect from concurrent updates during test async tests by @mswiderski in #288

Full Changelog: v0.17.0...v0.18.0

Automatiko 0.17.0 release

30 Jun 05:15
Compare
Choose a tag to compare

What's Changed

  • include business key as kafka record key via metadata by @mswiderski in #255
  • removed test workflow and test from generic archetype to avoid it to … by @mswiderski in #256
  • make sure that managed unit of work checks the local cache based on i… by @mswiderski in #257
  • escape automatiko.version property while building archetypes so they … by @mswiderski in #258
  • allow to control what value will be set for produced Kafka record via… by @mswiderski in #261
  • allow to configure route to latest for rest api to be able to offload… by @mswiderski in #262
  • Development by @mswiderski in #264
  • fixed handling of sub instances on reload, aligned excluded users property for user tasks with modeller, allow to use 'FormName' parameter to allow reuse of form templates by @mswiderski in #265
  • GraphQL loading metadata improvement, docs update with latest automatiko modeller link by @mswiderski in #267
  • upgraded quarkus and related dependencies to latest version by @mswiderski in #268
  • cover use case when graphql selected fields cannot be retrieved from … by @mswiderski in #269
  • improved error handling for importing workflow instances via manageme… by @mswiderski in #270

Full Changelog: v0.16.0...v0.17.0

Automatiko 0.16.1 release

07 Jun 07:55
Compare
Choose a tag to compare

What's Changed

  • include business key as kafka record key via metadata by @mswiderski in #255
  • removed test workflow and test from generic archetype to avoid it to … by @mswiderski in #256
  • make sure that managed unit of work checks the local cache based on i… by @mswiderski in #257
  • escape automatiko.version property while building archetypes so they … by @mswiderski in #258

Full Changelog: v0.16.0...v0.16.1

Automatiko 0.16.0 release

02 Jun 05:39
Compare
Choose a tag to compare

What's Changed

  • implemented support for mongodb (gridfs) file storage by @mswiderski in #247
  • extended persistence to store start, end and expired at dates, mongo … by @mswiderski in #248
  • upgraded to quarkus 2.9.2 and its upgraded dependencies by @mswiderski in #249
  • auto discovery of persistence add ons, use of expressions in event data mapping, fixed subprocess in another package issue by @mswiderski in #253
  • test coverage for support of expression for message event data mappin… by @mswiderski in #254

Full Changelog: v0.15.0...v0.16.0

Automatiko 0.15.0 release

05 May 06:19
Compare
Choose a tag to compare

What's Changed

  • fixed use of serverless workflow in native image with imported functi… by @mswiderski in #233
  • upgrade to latest version of quarkus and camel-quarkus by @mswiderski in #234
  • improvements in handling operation state data mapping, constants fix … by @mswiderski in #235
  • upgraded to quarkus 2.8.1 to allow to use operator sdk properly by @mswiderski in #237
  • implementation of audit mechanism that can be configured at runtime by @mswiderski in #238
  • added import workflow instance in process management ui by @mswiderski in #241
  • implemented indexing for filesystem process instances to improve filt… by @mswiderski in #242
  • set compiler release version so dev mode of integration test projects… by @mswiderski in #243

Full Changelog: v0.14.0...v0.15.0

Automatiko 0.14.0 release

31 Mar 07:43
Compare
Choose a tag to compare

What's Changed

  • moved job service index in mongodb persistence to be ascending instea… by @mswiderski in #223
  • implementation of transaction log for process execution and automati… by @mswiderski in #226
  • use of error end events to be part of service interface (REST and Gra… by @mswiderski in #227
  • added links to task that are available for user performing request to… by @mswiderski in #229
  • transaction log improvements and upgrade of quarkus and cassandra by @mswiderski in #231
  • archetypes improvements for native image, process management resource relies on 'serviceUrl' configuration for image links by @mswiderski in #232

Full Changelog: v0.13.0...v0.14.0