Releases: openanalytics/crane
Releases · openanalytics/crane
v1.0.1
The latest version of the release notes can be found on the website.
This is a security update, it's highly recommended to update to this version. This release fixes CVE-2024-3884 and CVE-2025-12543 found in Undertow.
- update Spring Boot and Undertow dependencies
v1.0.0
The latest version of the release notes can be found on the website.
- Add S3 support as storage-location
- Update dependencies:
- Update Spring to 3.2.5
- Update JDK to 17
- Add support to define custom storage location per repository (see docs)
- Add log in and log out buttons to UI
- Add support for POSIX access control
- Add
on-error-expressionproperty that allows custom behavior on error (see docs) - Add support for uploading files (including access control)
- Add audit logging (see docs)
- Improve authorization by allowing independent configuration of read and write access control (see docs)
- Improve error handling on startup:
- Validation of storage location
- Check the AWS credentials and required permissions when using S3
- Disallow defining public path in private repository or path
- Improve stability by adding integration tests
- The configuration now uses maps instead of lists to define repositories and paths