Releases: camunda-community-hub/spring-zeebe
Releases · camunda-community-hub/spring-zeebe
8.5.0-rc2
What's Changed
- chore(deps): update dependency maven to v3.9.6 (release/8.5) by @renovate in #725
- chore(deps): update actions/cache action to v4 (release/8.5) by @renovate in #734
- fix(deps): update dependency org.awaitility:awaitility to v4.2.1 (release/8.5) by @renovate in #728
- fix(deps): update spring boot to v3.2.4 (release/8.5) by @renovate in #736
- fix(deps): update zeebe.version to v8.4.5 (release/8.5) by @renovate in #729
- beackport 8.5: Feature/reorganize properties (#662) by @jonathanlukas in #690
Full Changelog: 8.5.0-rc1...8.5.0-rc2
8.5.0-alpha2
Full Changelog: 8.5.0-rc1...8.5.0-alpha2
What's Changed
- fix: close http response properly by @1nb0und in #592
- feat: use dynamic prefix for product by @1nb0und in #593
- build(deps): bump spring-boot.version from 3.2.0 to 3.2.1 by @dependabot in #576
- chore: remove previously override netty bom by @1nb0und in #594
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #595
- fix(http): Close the http client resources in the SDK authentication by @sbuettner in #596
- fix(http): remove cache http client by @1nb0und in #600
- build(deps-dev): bump mockito.version from 5.8.0 to 5.9.0 by @dependabot in #601
- Added Web Modeler as Product by @jonathanlukas in #603
- Identity SDK Integration by @1nb0und in #606
- Fix self managed basic auth by @1nb0und in #610
- Support multi-tenancy per worker by @jonathanlukas in #614
- feat(config): Re-introduce toString() methods for configuration by @jonathanlukas in #613
- build(deps): bump zeebe.version from 8.4.0 to 8.4.1 by @dependabot in #615
- build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1 by @dependabot in #612
- build(deps): bump spring-boot.version from 3.2.1 to 3.2.2 by @dependabot in #607
- build(deps-dev): bump mockito.version from 5.9.0 to 5.10.0 by @dependabot in #611
- build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #619
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.43.0 by @dependabot in #621
- made exector service configurable again by @jonathanlukas in #638
- fix(common-authentication): Token not refreshed by @jonathanlukas in #634
- Revert to Java 17 compiled artefacts by @jonathanlukas in #624
- build(deps): bump zeebe.version from 8.4.1 to 8.4.3 by @dependabot in #642
- issue-620 fixed a bug where race condition while creating counter. by @maxmiracle in #644
- chore(log): Log additional information in case of a failed token requ… by @sbuettner in #646
- ensure that only one instance of a credential provider exists by @jonathanlukas in #649
- chore(identity): Update the identity dependencies to 8.4.3. by @sbuettner in #654
- Added tenant config to docs by @jonathanlukas in #622
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.1.0 to 3.4.1 by @dependabot in #657
- Cleaned version on main branch by @jonathanlukas in #664
- build(deps-dev): bump mockito.version from 5.10.0 to 5.11.0 by @dependabot in #663
- build(deps): bump spring-boot.version from 3.2.2 to 3.2.3 by @dependabot in #658
- improved parameter injection by @jonathanlukas in #656
New Contributors
- @maxmiracle made their first contribution in #644
Full Changelog: 8.4.2...8.5.0-alpha2
8.4.2
What's Changed
- backport/8.4: made executor service configurable again by @jonathanlukas in #640
- backport/8.4: zeebe.version 8.4.3 by @jonathanlukas in #635
- backport/8.4: fix(common-authentication): Token not refreshed by @jonathanlukas in #632
- chore(log): Log additional information in case of a failed token requ… by @sbuettner in #648
- bugfix: Merging property overrides did not work by @jonathanlukas in #628
- Backport/8.4/credentials cache currupt by @jonathanlukas in #651
- chore(identity): Update the identity dependencies to 8.4.3. Enforce n… by @sbuettner in #655
Full Changelog: 8.4.1...8.4.2
8.3.6
What's Changed
- bugfix: Merging property overrides did not work by @jonathanlukas in #629
- backport/8.3: made exector service configurable again by @jonathanlukas in #639
- release/8.3: moved to zeebe 8.3.7 by @jonathanlukas in #641
- backport/8.3: fix(common-authentication): Token not refreshed by @jonathanlukas in #633
- respect activated job by @jonathanlukas in #643
- 8.3 formatter by @jonathanlukas in #652
- Backport/8.3/credentials cache currupt by @jonathanlukas in #650
Full Changelog: 8.3.5...8.3.6
8.5.0-rc1
What's Changed
- fix: close http response properly by @1nb0und in #592
- feat: use dynamic prefix for product by @1nb0und in #593
- build(deps): bump spring-boot.version from 3.2.0 to 3.2.1 by @dependabot in #576
- chore: remove previously override netty bom by @1nb0und in #594
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #595
- fix(http): Close the http client resources in the SDK authentication by @sbuettner in #596
- fix(http): remove cache http client by @1nb0und in #600
- build(deps-dev): bump mockito.version from 5.8.0 to 5.9.0 by @dependabot in #601
- Added Web Modeler as Product by @jonathanlukas in #603
- Identity SDK Integration by @1nb0und in #606
- Fix self managed basic auth by @1nb0und in #610
- Support multi-tenancy per worker by @jonathanlukas in #614
- feat(config): Re-introduce toString() methods for configuration by @jonathanlukas in #613
- build(deps): bump zeebe.version from 8.4.0 to 8.4.1 by @dependabot in #615
- build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1 by @dependabot in #612
- build(deps): bump spring-boot.version from 3.2.1 to 3.2.2 by @dependabot in #607
- build(deps-dev): bump mockito.version from 5.9.0 to 5.10.0 by @dependabot in #611
- build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #619
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.43.0 by @dependabot in #621
- made exector service configurable again by @jonathanlukas in #638
- fix(common-authentication): Token not refreshed by @jonathanlukas in #634
- Revert to Java 17 compiled artefacts by @jonathanlukas in #624
- build(deps): bump zeebe.version from 8.4.1 to 8.4.3 by @dependabot in #642
- issue-620 fixed a bug where race condition while creating counter. by @maxmiracle in #644
- chore(log): Log additional information in case of a failed token requ… by @sbuettner in #646
- ensure that only one instance of a credential provider exists by @jonathanlukas in #649
- chore(identity): Update the identity dependencies to 8.4.3. by @sbuettner in #654
- Added tenant config to docs by @jonathanlukas in #622
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.1.0 to 3.4.1 by @dependabot in #657
- Cleaned version on main branch by @jonathanlukas in #664
- build(deps-dev): bump mockito.version from 5.10.0 to 5.11.0 by @dependabot in #663
- build(deps): bump zeebe.version from 8.4.3 to 8.4.4 by @dependabot in #661
- build(deps): bump spring-boot.version from 3.2.2 to 3.2.3 by @dependabot in #658
- build(deps): bump identity.version from 8.4.3 to 8.4.5 by @dependabot in #665
- improved parameter injection by @jonathanlukas in #656
New Contributors
- @maxmiracle made their first contribution in #644
Full Changelog: 8.4.1...8.5.0-rc1
8.4.2-rc2
Full Changelog: 8.4.2-rc1...8.4.2-rc2
8.3.6-rc2
Full Changelog: 8.3.6-rc1...8.3.6-rc2
8.3.6-rc1
What's Changed
- bugfix: Merging property overrides did not work by @jonathanlukas in #629
- backport/8.3: made exector service configurable again by @jonathanlukas in #639
- release/8.3: moved to zeebe 8.3.7 by @jonathanlukas in #641
- backport/8.3: fix(common-authentication): Token not refreshed by @jonathanlukas in #633
- respect activated job by @jonathanlukas in #643
- 8.3 formatter by @jonathanlukas in #652
- Backport/8.3/credentials cache currupt by @jonathanlukas in #650
Full Changelog: 8.3.5...8.3.6-rc1
8.4.2-rc1
What's Changed
- backport/8.4: made executor service configurable again by @jonathanlukas in #640
- backport/8.4: zeebe.version 8.4.3 by @jonathanlukas in #635
- backport/8.4: fix(common-authentication): Token not refreshed by @jonathanlukas in #632
- chore(log): Log additional information in case of a failed token requ… by @sbuettner in #648
- bugfix: Merging property overrides did not work by @jonathanlukas in #628
- Backport/8.4/credentials cache currupt by @jonathanlukas in #651
- chore(identity): Update the identity dependencies to 8.4.3. Enforce n… by @sbuettner in #655
Full Changelog: 8.4.1...8.4.2-rc1
8.4.1
Full Changelog: 8.4.1-rc2...8.4.1