Changelog

For information on upgrading from previous versions, see the Atoti Adjustments Services API Migration Notes

Note on issue keys

Each update is referenced with an issue key which is an internal reference. You can quote this to ActiveViam support if you have any questions about an item listed below.

3.0.0

2024-01-16

Summary

  • Upgrade to Java 17 : The library has been upgraded to Java 17.
  • Added adjustments functionality : The adjustments functionality present in the Sign-off API has been migrated to this library.

Changed

Issue Key Details
SO-478 Upgraded to Java 17. Upgraded to Common Parent POM and Common Dependencies BOM 1.2.0.
SO-491 Migrated adjustments functionality from the Sign-off API library.

2.2.0

2023-03-14

Summary

  • REST Services : The @RestController annotation is now used to define for REST services to be compatible with the way REST services are defined in Atoti Server 6.0.x

Changed

Issue Key Details
SO-439 Use @RestController annotation for REST services in adjustments-services

2.1.0

2022-11-21

Summary

  • Dependencies : The dependency to the common Dependencies BOM 3.0.0 has been upgraded to 3.0.0.

Changed

Issue Key Details
SO-438 Upgraded adjustments-services to Common Dependencies BOM 3.0.0

2.0.0

2022-12-09

Summary

  • Dependencies : The versions of the project dependencies have been updated to align with the dependency versions of ActivePivot 6.0
  • Upgrade to Signoff-ext 2.1.0

Changed

Issue Key Details
SO-416 Upgraded the Sign-Off Module to ActivePivot 6.0.1.

1.0.0

2022-02-09

Summary

  • Initial release: The first version of the Adjustments Services module. It includes interfaces and DTOs for branch-aware and adjustment functionality.

Added

Issue Key Details
[GENACL-641] Implement DTOs for what-if operations