CKBox On-Premises
# 1.2.0 (2023-02-28)
# Features
-
Added natural sorting to folders
Folders returned on all REST API endpoints are now sorted with the natural order.
-
Added possibility to return descendants to n-depth when retrieving folder branch
GET:/folder/:folderId/branch
endpoint will now accept an additional query parameterdepth
which will control the depth of the returned folder tree. -
Included
categoryId
in assets and folder objects in subfoldersAll folders within the folder structure will now include additional information about the parent category. Before this information was only returned to the root folders.
-
Removed
GetMetadataHandler
The
GET /assets/:assetId/metadata
endpoint for returning metadata for the asset is now deprecated and no longer operational. -
Removed property
categoryId
from thePATCH /assets/:assetId
endpointThe
categoryId
property was removed from the supported payload properties in that endpoint.
# Fixes
-
Fixed an issue related to uploading the wrong
Content-Type
payload to CKBox -
Fixed an issue with response hangup upon sending empty JSON to
POST:/search
-
Fixed an issue related to validation mismatch when uploading a file to a folder
# Other changes
- Added REST API documentation for the folders feature
# 1.1.0 (2023-01-23)
# Features
-
Added the
/search
APIThe new
/search
API allows searching assets by various properties like name, category, tags, and time range.
More information can be found in the CKBox REST API documentation. -
Added
tags
property to assetsThe new property allows for classifying your assets by tags.
The tags are added to asset responses and can be used to filter search results. -
Added metrics logs
The new logs allow to monitor the performance and stability of the CKBox On-premises.
# Other changes
-
Improved UX of the Insight Panel view in the management panel
It is now possible to set relative time frame for logs, so e.g. logs from the last hour can be checked.
-
Updated dependencies
Selected dependencies have been updated to the latest versions, improving performance and security.
# 1.0.0 (2022-09-09)
# Features
-
Added On-Premise version of CKBox.
The service allows for managing file assets and providing responsive versions of images.