From 2622a89900f91edd0cf1060116de2a24e8454c7f Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Thu, 7 Nov 2024 17:25:52 +0100 Subject: [PATCH] Add release notes Add release notes #release/4.10.2 --- .../release-notes/pages/minor-releases.adoc | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/old-reference-guide/modules/release-notes/pages/minor-releases.adoc b/docs/old-reference-guide/modules/release-notes/pages/minor-releases.adoc index 0aff02e501..8c02cc7d15 100644 --- a/docs/old-reference-guide/modules/release-notes/pages/minor-releases.adoc +++ b/docs/old-reference-guide/modules/release-notes/pages/minor-releases.adoc @@ -5,6 +5,38 @@ Any patch release made for an Axon project is tailored towards resolving bugs. T == Release 4.10 +=== Release 4.10.2 + +==== Features + +- [#3149] Allow queries with a local handler to shortcut to the local segment link:https://github.com/AxonFramework/AxonFramework/pull/3161[#3161] +- Allow queries with a local handler to shortcut to the local segment link:https://github.com/AxonFramework/AxonFramework/issues/3149[#3149] + +==== Enhancements + +- fix: log statement issue with logback classic link:https://github.com/AxonFramework/AxonFramework/pull/3164[#3164] +- Wrap `SinksManyWrapper#performWithBusyWaitSpin` in `ReentrantLock` to improve performance of Subscription Query Updates link:https://github.com/AxonFramework/AxonFramework/pull/3163[#3163] +- Deadletter Logging with Logback Classic link:https://github.com/AxonFramework/AxonFramework/issues/3160[#3160] +- [#3157] Skip Axon Server Docker tests on ARM64 for older Axon Server versions link:https://github.com/AxonFramework/AxonFramework/pull/3158[#3158] +- Legacy Axon Server 4.x tests fail on Mac/ARM link:https://github.com/AxonFramework/AxonFramework/issues/3157[#3157] +- Fixed messageSerialization test in GenericMessageTest link:https://github.com/AxonFramework/AxonFramework/issues/3156[#3156] + +==== Bug Fixes + +- Gracefully await queries in progress in the `AxonServerQueryBus` link:https://github.com/AxonFramework/AxonFramework/pull/3176[#3176] +- [#3171] Set `CreationPolicyAggregateFactory` for every type in the `AggregateModel` link:https://github.com/AxonFramework/AxonFramework/pull/3173[#3173] +- Polymorphic aggregate cannot be instantiated using `@CreationPolicy` link:https://github.com/AxonFramework/AxonFramework/issues/3171[#3171] + +==== Contributors + +We'd like to thank all the contributors who worked on this release! + +- link:https://github.com/smcvb[@smcvb,window=_blank,role=external] +- link:https://github.com/stoerti[@stoerti,window=_blank,role=external] +- link:https://github.com/wtrzas2[@wtrzas2,window=_blank,role=external] +- link:https://github.com/mbechto[@mbechto,window=_blank,role=external] +- link:https://github.com/rsobies[@rsobies,window=_blank,role=external] + === Release 4.10.1 ==== Enhancements