V 2.6.2 - March 5th, 2025
Helm Chart - v1.0.8
updated application version to 2.6.2
added new environment variable
AUTH_CLIENT_SCOPE
Single Page Application
Breaking Changes
no breaking changes in this release
Features and Changes
Fusion360 and “Direct Link” storage locations
Two new storage location types were added. The first one is an integration with the CAD tool fusion 360. It includes a visual preview of the model in the picker
DB-Migration with Schemas in MongoDB
CDCM now supports migration of database objects and schemas. This means that changes to the schema of certain database objects can be applied on startup. If this is the case the application will be verbose about this. Depending on the impact, migration of a model can take up a certain amount of time.
In order to ensure this feature works as intended, we rename the internal CDCM storage location to “CDCM (built-in)” was “CDCM”.
Base Image Update
The Docker base image for the application was updated from openjdk:17.0.2-jdk-oracle
to eclipse-temurin:17-jdk
.
This change ensures the application uses a current, actively maintained JDK distribution with reduced known vulnerabilities and better long-term support.
This update does not change application behavior but improves the security posture of the container environment.
Bug Fixes
Made authentication client name a environment variable. It caused some confusion because it was set to “keycloak” as a default which was not the actually used IDP in some cases