Axoniq Framework Minor Releases
Any patch release made for an Axon project is tailored towards resolving bugs. This page aims to provide a dedicated overview of patch releases for Axoniq Framework features.
Release 5.3
Release 5.3.2
Enhancements
-
Add Maven build cache extension to skip unchanged reactor modules (PR #398, by @hjohn)
-
Add tags to AppendEventsTransactionRejectedException (PR #390, by @hjohn)
-
[Multi-Tenancy]: avoid real Axon Server client connections in tests (PR #380, by @jangalinski)
-
Track in-flight queries asynchronously during connector shutdown (#337, PR #377, by @jangalinski)
Bug fixes
-
Fix memory leak in AxonServerCommandBusConnector (#476, PR #478, by @hatzlj)
-
Process entire batch in
PersistentStreamConnectionregardless of closedPersistentStreamSegment(PR #394, by @smcvb) -
Ensure
DistributedQueryBusadheres toProcessingContextlifecycle for subscription query operations (#317, PR #393, by @smcvb) -
fix(connector): subscribe a command or query name exactly once (PR #391, by @abuijze)
-
Multi-tenant
QueryBuscloses subscription query streams upon tenant removal (PR #388, by @smcvb) -
Don’t assume autocommit is
false(PR #384, by @hjohn) -
Active subscription query of a deleted tenant hangs silently forever - already fixed (#318, PR #376, by @jangalinski)
-
Use repeatable read isolation for query with 2 statements (PR #373, by @hjohn)
Release 5.3.1
Features
-
Multitenancy Data Protection support (#354, by @jangalinski)
Release 5.2
Release 5.1
Release 5.1.2
Bug fixes
-
fix(axonserver): preserve event metadata when appending aggregate-based events #158
Dependency upgrades
-
Upgrade Axon Framework to 5.1.2 and Entitlement Manager to 1.0.1 #190