Skip to main content
For the list of changes and fixes covered in this release, see the Changelog. For information on upgrading from previous versions, see the Migration guide
2026-09-03

Summary

Follow this link to download the zipped distribution files for:
  • UI source code
  • UI build
  • Source files to build the module
  • Sample bookmarks
  • Maven repository required to build the project and run the tests.

Summary

Improvements

Improvements

Bug fixes and performance improvements

  • Incident and notification event streams are no longer buffered or compressed by reverse proxies. Real-time updates are now delivered as they happen, instead of only once the stream ends.
  • Limits scoped to a slicing hierarchy now evaluate every matching member, including multi-level (Total) subtotals, instead of only the default member.
  • Limits at the (Total) of a first level of multi-level slicing hierarchy now appear in the UI.
  • The Audit Screen no longer reports a spurious change (for example 100 → 100) when a numeric value has not actually changed.
  • The Audit Screen now records breach reviews and other workflow actions, not only the initial creation entry.
  • Creating a limit structure with no limits no longer risks an application error.
  • Querying a limit’s Goal or Status no longer fails with an error when the requested date falls outside the limit’s date range.
  • Approving an update or deletion of a limit with an attachment no longer fails with an error. This error could previously leave Atoti Limits unable to restart.
  • Workflow buttons (“Approve”, “Reject”, “Review breach”) are now disabled for users without the required permission, instead of showing an “Access Forbidden” error after being clicked.
This is a bug fix and performance release. Please see the Changelog for more details.
2026-07-27
Follow this link to download the zipped distribution files for:
  • UI source code
  • UI build
  • Source files to build the module
  • Sample bookmarks
  • Maven repository required to build the project and run the tests.

Summary

New featuresImprovements

New features

Atoti Limits Python plugin

Atoti Limits now ships a Python plugin that is a first-class citizen of the Atoti Python SDK. This plugin is intended to replace the Atoti Limits Python server extension, which connected a session to a running server from outside the SDK’s plugin system.

Improvements

Spring Boot 4 and Java 25

Atoti Limits has been updated to use Spring Boot 4 and Java 25.