Skip to content

Releases: holunda-io/camunda-bpm-taskpool

Polyflow v3.1.7

14 Jan 11:50
Compare
Choose a tag to compare

🛠️ Chore

  • Make sure Kotlin Language and API version are pinned to 1.5 #505
  • chore(deps): bump maven-compiler-plugin from 3.8.1 to 3.9.0 #504
  • chore(deps): bump maven-jar-plugin from 3.2.1 to 3.2.2 #503
  • chore(deps): bump jgiven.version from 1.1.0 to 1.2.0 #502
  • chore(deps): bump maven-jar-plugin from 3.2.0 to 3.2.1 #501
  • chore(deps): bump build-helper-maven-plugin from 3.2.0 to 3.3.0 #500
  • chore(deps): bump axon.version from 4.5.5 to 4.5.7 #499
  • chore(deps): bump axon.version from 4.5.5 to 4.5.6 #496
  • chore(deps): bump dokka-maven-plugin from 1.6.0 to 1.6.10 #495
  • chore(deps): bump springboot.version from 2.6.1 to 2.6.2 #494
  • chore(deps): bump mssql-jdbc from 9.5.0.jre11-preview to 10.1.0.jre11-preview #493
  • chore(deps): bump kotlin-logging-jvm from 2.1.16 to 2.1.21 #492
  • chore(deps): bump kotlin-logging-jvm from 2.1.16 to 2.1.20 #490
  • chore(deps): bump assertj-core from 3.18.1 to 3.19.0 #489
  • chore(deps): bump kotlin.version from 1.6.0 to 1.6.10 #488
  • chore(deps): bump kotlin-logging-jvm from 2.1.14 to 2.1.16 #487
  • chore(deps): bump kotlin-logging-jvm from 2.1.14 to 2.1.15 #486
  • chore(deps): bump gitflow-maven-plugin from 1.16.0 to 1.17.0 #485
  • chore(deps): bump assertj-core from 3.18.1 to 3.20.2 #484
  • chore(deps): bump camunda-bpm-data from 1.2.3 to 1.2.4 #483

❤️ Contributors

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

Polyflow v3.1.6

06 Dec 15:56
Compare
Choose a tag to compare

🚀 Enhancements & Features

  • Add JpaSpecification for entryId, entryType and type for filtering DataEntries #470
  • Data Pool JPA View creates very long SQL queries for users with many groups #467
  • Add automatic release note generation #459
  • There should be a function to easily produce an UpcasterChain containing all Upcasters included in Polyflow #451
  • Add some explanation to MongoViewService.retryIfEmpty #444
  • Move examples to own repository #475

🛠️ Chore

  • chore(deps): bump latest versions of SpringBoot (2.6.1), Kotlin (1.6.0) and other major frameworks
  • chore(deps-dev): bump junit-vintage-engine from 5.8.1 to 5.8.2 #482
  • chore(deps): bump mssql-jdbc from 9.4.0.jre11 to 9.5.0.jre11-preview #481
  • chore(deps): bump springfox-swagger2 from 2.8.0 to 3.0.0 #480
  • chore(deps): bump assertj-core from 3.18.1 to 3.21.0 #479
  • chore(deps): bump kotlin-logging-jvm from 2.1.0 to 2.1.14 #478
  • chore(deps): bump dokka-maven-plugin from 1.5.31 to 1.6.0 #477
  • chore(deps): bump jackson-databind-nullable from 0.2.1 to 0.2.2 #476
  • chore(deps): bump postgresql from 42.2.24 to 42.3.1 #466
  • chore(deps): bump axon-mongo from 4.4 to 4.5 #465
  • chore(deps): bump awaitility from 4.1.0 to 4.1.1 #464
  • chore(deps): bump openapi-generator-maven-plugin from 5.2.1 to 5.3.0 #463
  • chore(deps): bump springboot.version from 2.4.5 to 2.5.6 #462
  • chore(deps): bump camunda-bpm-assert from 10.0.0 to 13.0.0 #458
  • chore(deps): bump mockito-kotlin from 3.2.0 to 4.0.0 #457
  • chore(deps): bump axon-kotlin from 0.1.0 to 0.2.0 #456
  • chore(deps): bump reactor-kotlin-extensions from 1.1.4 to 1.1.5 #455
  • chore(deps): bump camunda-bpm.version from 7.15.0 to 7.16.0 #454
  • chore(deps): bump camunda-commons-typed-values from 7.15.0 to 7.16.0 #453
  • chore(deps): bump dokka-maven-plugin from 1.5.30 to 1.5.31 #449
  • chore(deps): bump axon.version from 4.5.3 to 4.5.4 #448
  • chore(deps): bump swagger-annotations from 1.6.2 to 1.6.3 #447

❤️ Contributors

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

3.1.5

28 Sep 09:56
Compare
Choose a tag to compare

Bugfixes: 🐛

  • Payload indexer for JPA View fixes, #445
  • Camunda Taskcollector Enricher bug for updates, #442
  • JSON Serialization issue for DataEntries, #440

3.1.4

23 Sep 12:09
Compare
Choose a tag to compare

Bugfixes: 🐛

  • Fixes the variable serializer indexer using includefilter, see #434

3.1.3

01 Sep 11:18
Compare
Choose a tag to compare

Enhancements & Features 🚀

  • Make parts of JPA View switchable by properties, see #428

Chore 🛠️

  • Docs on configuring entity scan if using in Spring Data JPA context, see #217

Bugfixes: 🐛

  • Indexing of tasks without payload, see #430

3.1.2

31 Aug 16:25
Compare
Choose a tag to compare

Chore 🛠️

  • make sure there are no packages io.holunda.camunda.taskpool anymore, #426

Bugfixes: 🐛

  • fix the query updates on data entries, #425

3.1.1

26 Aug 16:09
Compare
Choose a tag to compare

Enhancements & Features 🚀

  • Implement transactional update emitting, see #424
  • Allow attribute filtering for payload filtering, see #416
  • Implement process definitions for JPA view, see #408
  • Implement process instance for JPA view, see #408

Chore 🛠️

  • Bumping versions for Kotlin (1.5.30), Kotlin Logging (2.0.11), JGiven (1.1.0)

Bugfixes: 🐛

3.1.0

05 Jul 13:47
Compare
Choose a tag to compare

Enhancements & Features 🚀

  • Implemented JPA view for data entries #260

Chore 🛠️

  • Bump SPIN to 1.10
  • Bump Open API Generator to 5.2.1, see #412
  • Separate filtering functionality into a new artifact polyflow-view-filtering, see #411

Bugfixes: 🐛

  • Deprecated old annotation @EnableTaskPoolMongoView and @EnableTaskPoolSimpleView #404
  • Allow for multiple delivery of the same data entry update, #406

3.0.2

17 Aug 10:40
Compare
Choose a tag to compare

Enhancements & Features 🚀

  • Create a pre-filler component for the example in order to demonstrate application with data, see #391
  • Improve performance of the simple view for data entries (in-memory), see #392

Chore 🛠️

  • Further improvement of the public documentation

Bugfixes: 🐛

  • Fix claiming in tasklist example, #230
  • Fix warning in frontend build, #220

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)