Skip to content

Releases: holunda-io/camunda-bpm-taskpool

3.0.1

29 Jun 07:15
Compare
Choose a tag to compare

Enhancements & Features 🚀

  • Re-branding of the View components, changing base package to io.holunda.polyflow.view
  • New documentation, switch docs to mkDocs. Getting rid of JavaEden Orchid, see #334
  • Improvements on Mongo View, see #366, #367
  • View API Change: get rid of java.util.Date

Chore 🛠️

  • form-url-resolver is now a View component (was integration common) #374
  • Upgrade npm, node and angular to current version, see #378
  • Upgrade from swagger to Open API 3.0.3, see #380
  • Improve example code, see #379

Bugfixes: 🐛

  • Fixed date representation in example frontend (tasklist, single task)

3.0.0

28 Jun 17:20
Compare
Choose a tag to compare

Features 🚀

  • Rebrand the packaging to Polyflow. New group id is io.holunda.polyflow
  • Create a better module structure with a separated library and example reactor trees, using own BOM.
  • Implement process instance variable tracking
  • Implement data entry tracking support in MongoView

2.1.8

28 Apr 22:34
Compare
Choose a tag to compare

BugFixes

  • Fix of task enrichment, see #322

2.1.6

28 Apr 22:35
Compare
Choose a tag to compare

Bugfixes

  • Fix Axon Mongo Store example #307
  • Fix db scripts in example #308
  • Fix connection to Mongo in test #309

2.1.5

30 Mar 20:30
Compare
Choose a tag to compare

Features

  • Implemented payload carrying for update commands, see #305

2.1.4

23 Mar 18:04
Compare
Choose a tag to compare

Bugfixes

  • Consistent usage of the configured objectmapper, see #303

2.1.3

19 Mar 08:45
Compare
Choose a tag to compare

Features

  • Respect process instance lifecycle, see #281
  • Provide BOM for taskpool, see #280

Breaking changes

  • Changed taskpoool collector configuration properties (engine side), #286
  • Bumped versions, #295

Chore:

  • Kotlin 1.4.20
  • Spring Boot -> 2.4.3
  • Axon -> 4.4.7
  • Axon Mongo -> 4.4

Bugfixes

  • Fixed more documentation dead links, see #277
  • Implemented test for collector properties, #285

2.1.2

26 Jun 11:07
Compare
Choose a tag to compare

Features

  • Improved DataEntryCommandSender for usage from Java, see #278

Bugfixes

  • Created upcaster for task events, see #276
  • Fix typo in process definition property used in YAML, see #275
  • Fixed documentation dead links, see #277

2.1.1

26 Jun 11:06
Compare
Choose a tag to compare

Features

  • Process instance reporting can be switched off by the property: task.collector.process-instance, see #274

Breaking Changes

  • Renamed property of task collector for process definition from task.collector.process to task.collector.process-definition

2.1.0

26 Jun 11:05
Compare
Choose a tag to compare

Features

  • Migrated to decent versions (Camunda, Camunda SpringBoot, SpringBoot, see below) #221
  • Migrated to Axon Framework 4.4.3 #231 #265
  • Switch to Github Actions as CI/CD #233
  • Provide new command / event / query for process instance, #240
  • SimpleView automatically configures in-memory token store, #261
  • Provide an example way to synchronize data entry view and use it as read model, see #267

Breaking Changes

  • Separated internal datapool and taskpool events into artifacts camunda-bpm-taskpool-event and camunda-bpm-datapool-event #246
  • Renamed CamundaEvent into CamundaEventType
  • Fixed package for process-definition commands #244
  • SourceReference is now an interface #242
  • Changed subscription behavior of query handlers for DataEntryQuery... queries
  • Changed command side API of Data Entry (DataEntrySender)
  • Dropped support for JDK 8, the JDK version is now 11

Chore

  • kotlin -> 1.4.10
  • axon framework -> 4.4.3
  • springboot -> 2.2.9
  • spring framework -> 5.2.8
  • camunda bpm -> 7.13
  • camunda bpm mockito -> 4.13
  • camunda bpm assert -> 6.0.0
  • camunda spin -> 1.9.0
  • springfox -> 3.0.0
  • dom4j -> 2.1.3
  • mapstruct -> 1.4.0.Final
  • projectreactor -> 3.3.8.Final
  • mockito -> 2.23.4

Bugfixes

  • Simple view will trigger notification for a subscription query on any TaskWithDataEntry on changes of data entries.

Docs