> ## 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 6.1 (pre-alignment)

<Info>
  For the list of issues covered in this release, and known issues, see the [Changelog](./changelog-6.1-pre-alignment).
  For information on upgrading from previous versions, see the
  [Atoti Sign-Off Migration Notes](./migrate-6.1-pre-alignment).
</Info>

<Update label="6.1.1" description="2025-10-01">
  Follow [this link](https://activeviam.jfrog.io/artifactory/activeviam-accelerators-artifacts/signoff/6.1.1/) to download
  the zipped distribution files for:

  * **UI source code**
  * **UI build**
  * **Source files** to build the module
  * **Sample bookmarks**
  * **Offline documentation** that can be served by the module
  * **Maven repository** required to build the project and run the tests. The Atoti Server
    6.1.4 Maven repository files can be downloaded from
    [here](https://artifacts.activeviam.com/share/ActivePivot_stable/6.1.4/).

  ### Summary

  **New Features:**

  * [Filter definitions by ID](#filter-definitions-by-id)

  **Improvements:**

  * [Reduced # of Activiti database entries](#reduced--of-activiti-database-entries)
  * [Fixed JWT token refresh issue](#fixed-jwt-token-refresh-issue)

  ### New features

  #### Filter definitions by ID

  Definitions can now be filtered by their IDs using both the realtime and non-real-time endpoints.

  ### Improvements

  #### Reduced # of Activiti database entries

  The default value of the `spring.activiti.historyLevel` property has been changed to `audit` to reduce the number of
  Atoti Sign-Off entries in the Activiti database.

  #### Fixed JWT token refresh issue

  Fixed an issue where JWT tokens were not being refreshed causing requests between servers to fail after token expiration
  (default is 12 hours).
</Update>

<Update label="6.1.0" description="2025-07-16">
  Follow [this link](https://activeviam.jfrog.io/artifactory/activeviam-accelerators-artifacts/signoff/6.1.0/) to download the zipped distribution files for:

  * **UI source code**
  * **UI build**
  * **Source files** to build the module
  * **Sample bookmarks**
  * **Offline documentation** that can be served by the module
  * **Maven repository** required to build the project and run the tests. The Atoti Server 6.1.4 Maven repository files can be downloaded from [here](https://artifacts.activeviam.com/share/ActivePivot_stable/6.1.4/).

  ### Summary

  **New features:**

  * [In-line adjustments integrated into dashboards](#in-line-adjustments-integrated-into-dashboards)
  * [Workflow file attachments](#workflow-file-attachments)
  * [REST authentication changes](#rest-authentication-changes)
  * [Bulk deletion of adjustments](#bulk-deletion-of-adjustments)
  * [Real-time updates](#real-time-updates)
  * [Free-form scope selection](#free-form-scope-selection)

  **Improvements**

  * [Error handling](#error-handling)
  * [UI recoverability](#ui-recoverability)

  ### New features

  #### In-line adjustments integrated into dashboards

  Data can be adjusted directly within each cell of any table widget.

  #### Workflow file attachments

  Files can now be saved as attachments at each step of the default workflows.

  #### REST authentication changes

  REST requests are now sent to the application server using JWT authentication via `ISignOffRestClientBuilder`. This replaces the previous Basic authentication method.

  #### Bulk deletion of adjustments

  Adjustments can now be deleted in bulk directly from the **Status** screen.

  #### Real-time updates

  The task and task configuration screens now support real-time updates.

  #### Free-form scope selection

  You can now create Sign-Off definitions on members that are not in the cube using a free-form scope selection.

  ### Improvements

  #### Error handling

  Errors are highlighted in each row when uploading files, and for each input when creating task definitions.

  ##### UI recoverability

  Fixed an issue that caused the UI to crash when the Sign-Off server is down.
</Update>
