> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Release notes

<Info>
  For the list of issues covered in this release, and known issues, see the [Changelog](./changelog-4.1).
  For information on upgrading from previous versions, see the
  [Atoti Limits Migration Guide](./migrate-4.1)
</Info>

<Update label="4.1.1" description="2025-09-05">
  Follow [this link](https://activeviam.jfrog.io/artifactory/activeviam-accelerators-artifacts/limits/4.1.1/)
  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. The Atoti Server 6.1.3 Maven repository files can be downloaded
    from [here](https://artifacts.activeviam.com/share/ActivePivot_stable/6.1.3).

  ### Dependencies

  <table><thead><tr><th>Component</th><th>Version</th></tr></thead><tbody><tr><td><a href="https://docs.activeviam.com/products/atoti/server/6.1.3/">Atoti Server</a></td><td>6.1.3</td></tr><tr><td><a href="https://docs.activeviam.com/products/atoti/ui/5.2/">Atoti UI</a></td><td>\~5.2.6</td></tr><tr><td>Common Dependencies BOM</td><td>2.2.1 (com.activeviam.apps)</td></tr><tr><td>Common Library</td><td>2.1.2-AS6.1</td></tr><tr><td>Common Parent POM</td><td>2.2.1 (com.activeviam.apps)</td></tr><tr><td>Common Spring Services BOM</td><td>1.0.1</td></tr><tr><td><a href="https://docs.activeviam.com/products/tools/data-connectors/4.2/as6.1/online-help/">Data Connectors</a></td><td>4.2.0-AS6.1</td></tr><tr><td>Java</td><td>JDK21</td></tr><tr><td><a href="https://docs.activeviam.com/products/tools/ui-components/5.2.8/online-help/">UI Components</a></td><td>5.2.8</td></tr><tr><td><a href="https://docs.activeviam.com/products/modules/workflow-common-lib/2.5/online-help/">Workflow Core</a></td><td>2.5.0</td></tr></tbody></table>

  <table><thead><tr><th>Component</th><th>Version</th></tr></thead><tbody><tr><td><a href="https://docs.activeviam.com/products/atoti/server/6.1.3/">Atoti Server</a></td><td>6.1.3</td></tr><tr><td><a href="https://docs.activeviam.com/products/atoti/ui/5.2/">Atoti UI</a></td><td>\~5.2.6</td></tr><tr><td>Common Dependencies BOM</td><td>2.2.1 (com.activeviam.apps)</td></tr><tr><td>Common Library</td><td>2.1.2-AS6.1</td></tr><tr><td>Common Parent POM</td><td>2.2.1 (com.activeviam.apps)</td></tr><tr><td>Common Spring Services BOM</td><td>1.0.1</td></tr><tr><td><a href="https://docs.activeviam.com/products/tools/data-connectors/4.2/as6.1/online-help/">Data Connectors</a></td><td>4.2.0-AS6.1</td></tr><tr><td>Java</td><td>JDK21</td></tr><tr><td><a href="https://docs.activeviam.com/products/tools/ui-components/5.2.8/online-help/">UI Components</a></td><td>5.2.8</td></tr><tr><td><a href="https://docs.activeviam.com/products/modules/workflow-common-lib/2.5/online-help/">Workflow Core</a></td><td>2.5.0</td></tr></tbody></table>

  ### Summary

  **New features**

  * [Limit notifications](#limit-notifications)
  * [Workflow file attachments](#workflow-file-attachments)
  * [Audit service](#audit-service)
  * [Notification service](#notification-service)
  * [Expired limits](#expired-limits)
  * [Historical difference in audit](#historical-difference-in-audit)
  * [Streamlined breach review](#streamlined-breach-review)

  **Improvements**

  * [Nested temporary limits](#nested-temporary-limits)
  * [Atoti Server upgrade](#-coreproductname--upgrade)
  * [Project Customizations](#project-customizations)
  * [Error handling](#error-handling)
  * [Performance](#performance)

  ### New features

  #### Limit notifications

  Atoti Limits now supports sending notifications to the UI based on server events. See [Sending Custom Notifications](../../../dev/dev-extensions/custom-limits-notifications) for more information.

  #### Audit service

  The audit service has been added to Limits, including new dedicated screens to display audit. For more information, see [Audit History screen](../../../user-ref/audit-screen).

  #### Notification service

  The notification service has been added to Limits, including a new notification centre in the UI to manage your notifications. For more information, see [Notifications in the UI](../../../user-ref/ui-notifications).

  #### Workflow file attachments

  You can now save files as attachments at each step of the default workflows.
  This way you can upload files such as emails, screenshots, or other relevant documents directly to the workflow as evidence.

  For details on adding this to your workflow see `Defining Task Spring Beans`.

  #### Expired limits

  Expired limits are now visible in the limits viewer. For more information, see [View, edit, copy and delete limits](../../../user-ref/using-limits/view-edit-limit).

  #### Historical difference in audit

  The audit log for each incident now includes a record of historical differences, letting you easily track what has changed between the current and previous evaluations and understand the impact on the incident.

  #### Streamlined breach review

  You can now review limit incidents from an incident’s linked dashboard. For more information, see [Review incidents](../../../user-ref/manage-incidents/review-incidents).

  ### Improvements

  #### Nested temporary limits

  Temporary limits are now displayed as sub-rows of their source limits in the Limits Viewer screen.

  #### Atoti Server upgrade

  Atoti Limits has been upgraded to Atoti Server 6.1.3.

  #### Project Customizations

  We have added a new [Customizing the Starter](../../../dev/getting-started#customizing-the-starter)
  section to the documentation. This section provides instructions on how we recommend configuring
  and customizing the starter project to suit your needs.

  #### Error handling

  The APIs for validation errors and error handlers have been updated to improve error handling in the UI.
  See the [4.1 migration notes](./migrate-4.1#validation-error-changes) for the list of changes to migrate your custom errors and/or error handlers.

  #### Performance

  Additional enhancements have been made to improve the performance of limit evaluation and creation.
</Update>
