Skip to content

Releases: AxonIQ/axon-server-se

Axon Server Standard Edition 4.6.11

06 Mar 12:59
Compare
Choose a tag to compare
  • Filter overview page and metrics per context.

Axon Server Standard Edition 4.6.10

15 Feb 16:56
Compare
Choose a tag to compare

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

09 Feb 10:04
Compare
Choose a tag to compare
  • 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

31 Jan 08:35
Compare
Choose a tag to compare
  • Updated version of plugin-api library

Axon Server Standard Edition 4.6.7

16 Nov 09:40
Compare
Choose a tag to compare
  • Fix: invalid sequence number error when submitting events when the latest segment only contains non-domain events

Axon Server Standard Edition 4.6.6

11 Nov 10:44
Compare
Choose a tag to compare
  • 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

26 Oct 09:55
Compare
Choose a tag to compare
  • 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

21 Sep 12:33
Compare
Choose a tag to compare
  • 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

05 Sep 07:18
Compare
Choose a tag to compare
  • 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

02 Sep 11:59
Compare
Choose a tag to compare
  • 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.