Releases: AxonIQ/platform-framework-client
v5.1.0-RC1
What's Changed
- Prepare for Axoniq Framework 5.1.0 with module squash and dynamic enhancers by @CodeDrivenMitch in #147
Full Changelog: v2.0.4...v5.1.0-RC1
v2.0.4
What's Changed
Release 2.0.4 introduces compatibility with Spring Boot 4, while maintaing compatibility with Spring Boot 3.
If you are still running Spring Boot 3: Upgrade com.fasterxml.jackson.core:jackson-annotations to 2.21, as internally the Platform client now uses Jackson 3, which requires at least version 2.21 of this library. Spring Boot 3 still has this on version 2.19.
Pull requests
- Change CBOR encoding strategy order to properly detect Jackson 2 by @alex-w0 in #136
- Bump the github-dependencies group with 4 updates by @dependabot[bot] in #119
- Add ability to observe connection errors by @CodeDrivenMitch in #137
- Improve auth logging errors by @CodeDrivenMitch in #138
- AF5: Switch completely to Jackson 3 by @CodeDrivenMitch in #140
Full Changelog: v2.0.3...v2.0.4
v1.10.4
What's changed
Release 1.10.4 introduces compatibility with Spring Boot 4, while maintaing compatibility with Spring Boot 3.
If you are still running Spring Boot 3: Upgrade com.fasterxml.jackson.core:jackson-annotations to 2.21, as internally the Platform client now uses Jackson 3, which requires at least version 2.21 of this library. Spring Boot 3 still has this on version 2.19.
Pull Requests
- Split CBOR encoder to support Jackson 2 and 3 by @alex-w0 in #134
- AF4: Switch completely to Jackson 3 by @CodeDrivenMitch in #139
- Release 1.10.4 for Axon Framework 4 by @CodeDrivenMitch in #141
Full Changelog: v.1.10.3...v1.10.4
v2.0.3
What's Changed
- Fix compatibility with Axon Framework 5.0.3/5.1.0 and SB4 by @CodeDrivenMitch in #130
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- License Entitlement feature flag by @CodeDrivenMitch in #126
- Stability fixes by @CodeDrivenMitch in #127
Full Changelog: v2.0.1...v2.0.2
v.1.10.3
What's Changed
- Improve connection disposal reliability and reporter error handling by @stefanmirkovic in #111
- Change log level for disconnection message to debug in AxoniqConsoleR… by @CodeDrivenMitch in #116
- Fix double invocation on processor handler error by @CodeDrivenMitch in #121
Full Changelog: v1.10.2...v.1.10.3
v2.0.1
What's Changed
- Fix AF 5.0.2 compatibility by @CodeDrivenMitch in #114
- Ensure reconnects to Platform due to deployments are less noisy (AF5) by @CodeDrivenMitch in #110
- Port fixes for connections (#111) to Axon Framework 5 (main) by @CodeDrivenMitch in #115
NOTE: This release is not compatible with Axon Framework 5.0.1 or earlier.
Full Changelog: v2.0.0...v2.0.1
v1.10.2
What's Changed
- Bulk delete/retry mechanism for DLQ messages by @stefanmirkovic in #106
- Total number for pagination support by @stefanmirkovic in #105
- Ensure reconnects to Platform due to deployments are less noisy by @CodeDrivenMitch in #109
Full Changelog: v1.10.0...v1.10.2
NOTE
This is an update for the Axon Framework 4 version of this library, under the following maven coordinates:
<dependency>
<groupId>io.axoniq.console</groupId>
<artifactId>console-framework-client-spring-boot-starter</artifactId>
<version>1.10.2</version>
</dependency>v2.0.0
What's Changed
- Introduce Axon Framework 5 support by @CodeDrivenMitch in #108
v1.10.0
What's Changed
- Add SetupPayload DLQ and Domain Events Insights to supported features by @stefanmirkovic in #102
- Feature - Aggregate event stream inspection by @stefanmirkovic in #100
- Correct latency metrics in AxonIQ Console by @CodeDrivenMitch in #103
Full Changelog: v1.9.2...v1.10.0