DAM 24.0
Version | 24.0 |
---|---|
Release Date | 19 June 2024 |
Changes
New features
The main change in DAM 24 is a significant optimization in how images are transformed and scaled. It have two advantages:
- Fewer round trips as the image URLs can be constructed directly from the image file id.
- No need for pre-caching and cache warming as the Dam comes with a fast scalable build in CDN.
See Transformation functions for how to leverage the new features.
The following APIs have changed
POST /api/{culture}/attributes/*
Theowner
field have been removed as the API created attributes will always beuser
. The possibility to set the property in earlier versions is considered a bug. Setting the property lead to data inconsistencies. Therefore setting the property using the version 23 API will no longer have an any effect.
Validation models have changed from custom to default asp .net models to align with other Bizzkit products.
Enhancements
- Support for transformation of the BMP file format have been dropped.
- Support for transformation of the PSD file format have been dropped.
- Support for transformation of the JP2 file format have been dropped.
- Better support for webP have been added.
- Publishing channels and news modules removed as they where never supported in cloud.
Deprecations
The following deprecated APIS have been removed:
GET /api/{culture}/files/cache/known-original-and-predefined-setting-entries
POST /api/{culture}/files/cache/details
PUT /api/{culture}/files/{fileId}/replace-from-uri
PUT /api/{culture}/files/{fileId}/replace-from-byte-data
GET /api/_/predefined-settings/by-name
GET /api/_/predefined-settings
POST /api/_/predefined-settings
POST /api/_/task-runner/enqueue-import-files-from-drop-folder
POST /api/_/task-runner/enqueue-build-missing-cached-files
POST /api/_/task-runner/enqueue-rebuild-expired-cached-files
POST /api/_/task-runner/enqueue-pre-cache
POST /api/_/task-runner/enqueue-purge-custom-transformations
POST /api/_/task-runner/periodic-tasks-enabled
The planned removal of the deprecated reverse SDK have been postponed to DAM 25 to accommodate migration of customers.