Skip to content

10.2.0

Compare
Choose a tag to compare
@BinamB BinamB released this 12 Aug 17:15
· 60 commits to master since this release
e1a568d

Release Notes

For: uc-cdis/fence

Notes since tag: 10.1.0

Notes to tag/commit: e1a568d

Generated: 2024-08-12

New Features

  • Adds support for deleting files from non-AWS S3-compatible endpoints (e.g.
    MinIO, Wasabi, Ceph). (#1171)

Bug Fixes

  • Create new migration to remove foreign key constraint if it exists on
    google_service_account table (#1172)
  • Fixes the "The AWS Access Key Id you provided does not exist" error when
    attempting to delete a file from a non-AWS bucket. (#1171)

Improvements

  • Allows for Gen3 administrators to have greater flexibility in choosing
    their preferred data storage, while keeping the AWS S3 endpoint as the
    "default" storage option. (#1171)
  • /upload endpoint accepts optional guid in request body. If the guid
    exists in indexd, it does not create a new record, else it creates a blank
    record with the provided guid. (#1147)
  • /multipart/init endpoint accepts optional guid in request body. If the
    guid exists in indexd, it does not create a new record, else it creates a
    blank record with the provided guid. (#1147)

Deployment Changes

  • Requires database migration (#1172)