Skip to content

Releases: holunda-io/camunda-bpm-taskpool

Polyflow v3.10.0

21 Apr 16:03
Compare
Choose a tag to compare

⚡ Breaking Changes

  • Convert data types for JPA Views' name and description fields (task, data entry, process definition) from @Lob to simple String column #791

🐛 Bug Fixes

  • Tasks can't be filtered by processName and textSearch #789

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.9.1

17 Apr 21:43
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Implement like textSearch on as a like search on task name, description and process name using like operator. #787
  • Implement comparison of the followUpDate / dueDate in JPA View #785

⚡ Breaking Changes

  • Implement filtering of process name in JPA View #786.
  • The like searches are now implemented case insensitive: task.name, task.description, task.processName

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.9.0

14 Apr 15:18
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Task assignment #746
  • Allow custom mapping of task assignment information #738

🐛 Bug Fixes

  • Make I-Test work with H2 2.x provided by the current SpringBoot #592

🛠️ Chore

  • chore(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.0 #781
  • chore(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9 #780
  • chore(deps): bump kotlin.version from 1.8.10 to 1.8.20 #779
  • chore(deps): bump springboot.version from 2.7.7 to 2.7.10 #778
  • chore(deps): bump maven-install-plugin from 3.1.0 to 3.1.1 #777

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.8.2

24 Mar 23:14
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Deleting a DataEntry twice causes Exception in JPA view #772
  • fix: prevent standalone UpdateAttributesHistoricTaskCommand from bein… #770
  • taskService.saveTask() without changes causes NoHandlerForCommandException #769

🛠️ Chore

  • chore(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 #775
  • chore(deps): bump maven-deploy-plugin from 3.1.0 to 3.1.1 #773
  • chore(deps): bump postgresql from 42.5.4 to 42.6.0 #771
  • chore(deps): bump maven-failsafe-plugin from 2.22.2 to 3.0.0 #768
  • chore(deps): bump reactor-kotlin-extensions from 1.2.1 to 1.2.2 #767
  • chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.0.0 #766
  • chore(deps): bump dokka-maven-plugin from 1.7.20 to 1.8.10 #763
  • chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 #761
  • chore(deps): bump jgiven.version from 1.2.4 to 1.2.5 #760
  • chore(deps): bump jgiven-kotlin from 1.2.4.0 to 1.2.5.0 #759
  • chore(deps): bump versions-maven-plugin from 2.14.2 to 2.15.0 #756
  • chore(deps): bump postgresql from 42.5.3 to 42.5.4 #753

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.8.1

15 Feb 13:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • DataEntryForIdentityQuery can not be deserialized via jackson #752
  • Add some docs about DataEntryForIdentityQuery into official documentation

Polyflow v3.8.0

13 Feb 16:29
Compare
Choose a tag to compare

⚡ Breaking Changes

  • Can DataEntryForIdentity have multiple results? #579
  • Strings should be trimmed when passed to filters #749

🚀 Enhancements & Features

  • Simple View: Duplicate dataEntries storage #747
  • Support like operator in search (encoded as % in filter string) #744
  • Get tasks for candidate group (unassigned or assigned) #743
  • Get all filtered tasks #741
  • DataEntryCommandSender should be able to send DeleteDataEntryCommand #722
  • Documentation is not readable in dark mode #716
  • Support Paging and Sorting in JPA View #701

🐛 Bug Fixes

  • Cannot filter on dueDate because Instant is not supported by CompareOperator #748
  • fix: add missing @NestedConfigurationProperty so that configuration m… #724
  • DataEntry not correlated correctly when using filter strings (simple view) #723
  • default value for state of DeleteDataEntryCommand should be DELETED, not UNDEFINED #721
  • CreateTaskCommand should not be handled twice #719

🛠️ Chore

  • chore(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0 #750
  • chore(deps): bump postgresql from 42.5.2 to 42.5.3 #745
  • Upgrade Spring Boot to 2.7.7 #740
  • Upgrade Kotlin to 1.8.10 #739
  • chore(deps): bump kotlin-logging-jvm from 3.0.4 to 3.0.5 #737
  • chore(deps): bump axon-kotlin from 4.6.0 to 4.7.0 #736
  • chore(deps): bump mssql-jdbc from 12.1.0.jre11-preview to 12.2.0.jre11 #735
  • chore(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1 #734
  • chore(deps): bump postgresql from 42.5.1 to 42.5.2 #733
  • chore(deps): bump dom4j from 2.1.3 to 2.1.4 #732
  • chore(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 #730
  • chore(deps): bump axon-bom from 4.6.2 to 4.6.3 #729
  • chore(deps): bump kotlin.version from 1.7.22 to 1.8.0 #728
  • chore(deps): bump axon-gateway-extension.version from 1.1.1 to 1.1.2 #725
  • chore(deps): bump versions-maven-plugin from 2.14.0 to 2.14.1 #720
  • chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.0 #718
  • chore(deps): bump reactor-kotlin-extensions from 1.2.0 to 1.2.1 #717

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.7.0

14 Dec 12:42
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Implement a new TX-aware accumulating sender, using Camunda Job to de-couple from Axon Unit of Work #714
  • Remove batching of TaskEngine Commands #712
  • Activate collector services if they are enabled via properties. #710

⚡ Breaking Changes

  • Commands can't be dispatched to TaskAggregate if originated from a runinng UnitOfWork which has state COMMITED #708

🐛 Bug Fixes

  • TaskAggregateCommand Handler swallows Exceptions in batch mode. #711

Polyflow v3.6.0

07 Dec 21:18
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Batch commands #707
  • Allow to process multiple commands in the same unit of work #706
  • Add missing docs about task filter API #696
  • Switch detection of updates from history event to event listener #695

⚡ Breaking Changes

  • Extend TasksForUserQuery to support the filters, pageing and sorting #697
  • Use Optional for nullable query results #578
  • Feature/optional task query #702
  • Updates from task listeners should deliver changes in intended commands #704

🐛 Bug Fixes

  • Fixed update listener and assignment handling. Remove formKey from update commands #705
  • Make sure, only on real update the TaskUpdate command is fired. #699
  • Complete of one task and Create of the next user task is not correctly collected if executed in the same transaction #694
  • Candidate user/group changes are not working correctly, if multiple are executed in the same transaction. #693

🛠️ Chore

  • chore(deps): bump kotlin.version from 1.7.21 to 1.7.22 #692

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.5.0

29 Nov 11:00
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Implement built-in listeners, fix #687 #690
  • Breaking -> you will need to set camunda.bpm.eventing.task=false to continue to use Task collector
  • Implement switchable payload serialization in commands, fix #686 #688

🐛 Bug Fixes

  • Some tests are unstable from time to time #682

🛠️ Chore

  • chore(deps): bump axon-gateway-extension.version from 1.1.0 to 1.1.1 #691
  • chore(deps): bump postgresql from 42.5.0 to 42.5.1 in /view/jpa #685

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Polyflow v3.4.2

23 Nov 15:27
Compare
Choose a tag to compare

🐛 Bug Fixes

  • bugfix: flip the value in deletion strategy configuration, wrote tests for configuration #684
  • DeletionStrategy lax and strict return same bean. #683

❤️ Contributors

We'd like to thank all the contributors who worked on this release!