Release notes and changelog
info
For information on upgrading from previous versions, see the Atoti What-If Migration Notes.
3.0.4-AS6.0
2024-08-07
Summary
- Fixed distribution authentication: Fixed issues with authentication when executing distributed simulations concurrently.
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.0.11-sb3 |
Common Dependencies BOM | 2.0.0 (com.activeviam.apps) |
Common Parent POM | 2.0.0 (com.activeviam.apps) |
Java | JDK17 |
Fixed
Issue Key | Details |
---|---|
BAST-1110 | Fixed issues with authentication when executing distributed simulations concurrently. |
3.0.3-AS6.0
2024-07-19
Summary
- Fixed persistence-related API methods: Fixed issues preventing the HibernateSimulationPersistenceManager from being used with the default simulation workflow and REST service.
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.0.11-sb3 |
Common Dependencies BOM | 2.0.0 (com.activeviam.apps) |
Common Parent POM | 2.0.0 (com.activeviam.apps) |
Java | JDK17 |
Fixed
Issue Key | Details |
---|---|
BAST-1108 | Fixed issues preventing the HibernateSimulationPersistenceManager from being used with the default simulation workflow and REST service. |
3.0.2-AS6.0
2024-07-05
Summary
- Fixed Hibernate Persistence Manager: Fixed issue in the HibernateSimulationPersistenceManager preventing simulation updates.
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.0.11-sb3 |
Common Dependencies BOM | 2.0.0 (com.activeviam.apps) |
Common Parent POM | 2.0.0 (com.activeviam.apps) |
Java | JDK17 |
Fixed
Issue Key | Details |
---|---|
BAST-1104 | Fixed issue in the HibernateSimulationPersistenceManager preventing simulation updates. |
3.0.1-AS6.0
2024-03-19
Summary
- Enabled parameter name retention: Enabled parameter name retention in the maven-compiler-plugin configuration to prevent Spring REST call failures.
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.0.11-sb3 |
Common Dependencies BOM | 2.0.0 (com.activeviam.apps) |
Common Parent POM | 2.0.0 (com.activeviam.apps) |
Java | JDK17 |
3.0.0-AS6.0
2024-02-06
Summary
- Java 17: Atoti What-If has been upgraded to Java 17.
- Spring Boot 3.2: Atoti What-If has been upgraded to Spring Boot 3.2.
- Atoti Server 6.0.11-sb3: Atoti What-If has been upgraded to Atoti Server 6.0.11-sb3.
- Refactored deletion workflow: The branch deletion workflow has been redesigned to better fit UI use-cases.
- Removed deprecated /version endpoint: The previously deprecated REST endpoint has been removed.
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.0.11-sb3 |
Common Dependencies BOM | 2.0.0 (com.activeviam.apps) |
Common Parent POM | 2.0.0 (com.activeviam.apps) |
Java | JDK17 |
Version upgrades
The Atoti What-If has been upgraded to Java 17, Spring Boot 3.2 and Atoti Server 6.0.5. There is no backwards compatibility with older versions of Java and Spring Boot.
Deletion workflow changes
To fit UI use-cases better, the branch deletion workflow in Atoti What-If has been modified to allow for clearer status changes. The workflow now consists of:
- A check for simulation deletion authorization - this can result in the UNAUTHORIZED status.
- The deletion of all simulations contained in the branch - any failure will set the deletion as FAILED.
- A check for branch deletion authorization (through a combination of branch permissions and simulation security management) - this can result in the UNAUTHORIZED status.
- The deletion of the branch - any failure will set the deletion as FAILED.