Releases: AxonIQ/axon-server-se
Releases · AxonIQ/axon-server-se
Axon Server Standard Edition 4.6.11
- Filter overview page and metrics per context.
Axon Server Standard Edition 4.6.10
Fix regression on query handling: on query handler disconnected, all registered handlers for that stream must be removed.
Axon Server Standard Edition 4.6.9
- Fix: the processing of items must not be interrupted if an exception occurs during sending
- Fix: improve handling of cancelled queries
Axon Server Standard Edition 4.6.8
- Updated version of plugin-api library
Axon Server Standard Edition 4.6.7
- Fix: invalid sequence number error when submitting events when the latest segment only contains non-domain events
Axon Server Standard Edition 4.6.6
- Fix: memory leak due to a closed event processor keeping memory
- In the UI, the pagination settings for the tables are now kept in the current session
- Updated gRPC and Netty versions to avoid startup error on alpine linux
- Axon Server now checks for a configured token when it is started with access control enabled
- New logging statement to indicate that development mode is enabled
Axon Server Standard Edition 4.6.5
- Fix: update flow control library
- Fix: change health status for commands to only show warning when there are queued messages and no permits
- Updated audit logging for authentication failures
Axon Server Standard Edition 4.6.4
- Fix: change column name in event processor overview to "Active Segments"
- Fix: null pointer exception popup in dashboard
Axon Server Standard Edition 4.6.3
- Fix: reading aggregate events searches for older events when the last event sequence number
is the same as the snapshot sequence number - New property for index, axoniq.axonserver.event.segments-for-sequence-number-check, defines the number of segments
that Axon Server will check for events on an aggregate when an event with sequence number 0
is stored. The default value for this property is 10.
For performance reasons, if you increase this property to a value higher than 100 it is recommended
to also increase the axoniq.axonserver.event.max-bloom-filters-in-memory property.
Axon Server Standard Edition 4.5.16
- Fix: reading aggregate events searches for older events when the last event sequence number
is the same as the snapshot sequence number - New property for index, axoniq.axonserver.event.segments-for-sequence-number-check, defines the number of segments
that Axon Server will check for events on an aggregate when an event with sequence number 0
is stored. The default value for this property is 10.
For performance reasons, if you increase this property to a value higher than 100 it is recommended
to also increase the axoniq.axonserver.event.max-bloom-filters-in-memory property.