Downloads
1.0.0
Released on 28/01/2025.
- Crane server (platform-independent JAR file): crane-1.0.0.jar (sha256, md5)
- Crane server (docker):
openanalytics/crane:1.0.0
- Crane R client (R package archive): crane_0.1.0.tar.gz
- Crane pip client (Python package): crane-pip-0.1.1.tar.gz
Release notes
- 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-expression
property 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
0.1.0
Released on 23 June 2022.
- Crane server (platform-independent JAR file): crane-0.1.0.jar (sha256, md5)
- Crane server (docker):
openanalytics/crane:0.1.0
- Crane R client (R package archive): crane_0.1.0.tar.gz
Release notes
- first public version!