Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions docs/installation/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Release 2025-08-29

* axon-server: 2.0.10
* Fix ordering when displaying event logs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing the ordering tie-breaker was the technical fix here, but the user-visible issue was that logs sometimes would not display in the frontend at all if there were more than a certain quantity of log entries in the database.


### Fixes

* [Server] Fix event log sorting with a faster tie-breaker mechanism.

## Release 2025-08-28

* axon-server: 2.0.9
* Update dashboard templates for select installations.

### Fixes

* [Server] Update dashboard templates to support missing thread pool metrics for certain installations.

## Release 2025-08-21

* axon-server: 2.0.8
Expand All @@ -14,12 +32,12 @@
## Release 2025-08-20

* axon-server: 2.0.7
* Fixes status messaging for backup/repairs as well as DSE thread pool metrics.
* Fixes status messaging for backup/repairs as well as select thread pool metrics.

### Fixes

* [Server] Fix critical issue in backup and repair messaging (introduced in axon-server 2.0.4).
* [Server] Fix dashboard thread pool templates to support newer versions of DSE.
* [Server] Fix select dashboard thread pool templates.

## Release 2025-08-15

Expand Down