> ## 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 and changelog

<Info>
  For information on upgrading from previous versions, see the
  [Atoti Sign-Off Migration Notes](./migrate-5.3).
</Info>

<Update label="5.3.0" description="2024-10-03">
  Download the distribution files
  [here](https://activeviam.jfrog.io/artifactory/activeviam-accelerators-artifacts/signoff/5.3.0/)

  You can download the following zipped distribution files:

  * UI source code.
  * UI build that does not require an installation and can be directly deployed.
  * Source files that can be used to build the module.
  * Maven repository required to build the project and run the tests.

  <Note>
    The Atoti Server 6.1.0 Maven repository files have been removed from this zip, so you’ll need to download them separately. Click [here](https://artifacts.activeviam.com/share/ActivePivot_stable/6.1.0/) to locate them.
  </Note>

  * Offline documentation that can be served by the module.

  ### Summary

  * **Upgrade to Atoti Server 6.1.0**: Atoti Sign-Off has been upgraded to Atoti Server version 6.1.0.
  * **Upgrade to Atoti UI 5.2.x**: Atoti Sign-Off is now compatible with Atoti UI version 5.2.x.
  * **Java 21**: Atoti Sign-Off now requires Java 21 to compile and run. This is to be compatible with Atoti Server.

  ### Known issues

  | Issue Key                                                | Details                                                         |
  | -------------------------------------------------------- | --------------------------------------------------------------- |
  | [SO-529](https://activeviam.atlassian.net/browse/SO-529) | Uploading tasks through the UI without a `valid-to` date fails. |

  ### Dependency versions

  | Component                                                                                                      | Version                     |
  | -------------------------------------------------------------------------------------------------------------- | --------------------------- |
  | [Adjustments Services API](https://docs.activeviam.com/products/modules/adjustments-services/4.0/online-help/) | 4.0.1                       |
  | [Atoti Server](https://docs.activeviam.com/products/atoti/server/6.1.0/)                                       | 6.1.0                       |
  | [Atoti UI](https://docs.activeviam.com/products/atoti/ui/5.2/)                                                 | 5.2.x                       |
  | Common Dependencies BOM                                                                                        | 2.1.0 (com.activeviam.apps) |
  | Common Parent POM                                                                                              | 2.1.0 (com.activeviam.apps) |
  | Java                                                                                                           | JDK21                       |
  | [Sign-Off API](https://docs.activeviam.com/products/modules/signoff-api/4.1/online-help/)                      | 4.1.0                       |
  | [UI Components](https://docs.activeviam.com/products/tools/ui-components/5.2.1/online-help/)                   | 5.2.1                       |

  ### Added

  | Issue Key                                                | Details                                                                                                           |
  | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
  | [SO-537](https://activeviam.atlassian.net/browse/SO-537) | Added REST endpoint `/settings` to send server properties `sign-off.workflow-configuration` and `sign-off.roles`. |
  | [SO-571](https://activeviam.atlassian.net/browse/SO-571) | Added a call to `/sign-off/update-state` to update the task on the application server side.                       |

  ### Changed

  | Issue Key                                                | Details                                                        |
  | -------------------------------------------------------- | -------------------------------------------------------------- |
  | [SO-586](https://activeviam.atlassian.net/browse/SO-586) | Atoti Sign-Off has been upgraded to Atoti Server version 6.1.0 |
</Update>
