Skip to main content

33.0.0rc3

Release Candidate

This is a release candidate! Only to be used in testing environments!

Upgrade Instructions

This feature release requires a database schema upgrade. Please consult the documentation about upgrading your database schema.

The following changes are necessary and are covered by the alembic upgrade head command:

  1. Dropping tmp_dids table (Alembic revision 4df2c5ddabc0)

  2. Creating transfer_stats table (Alembic revision a08fa8de1545)

General

Features

  • Authentication & Authorisation: Design and implement a token cache module #6183
  • Authentication & Authorisation: Design and implement a token request module #6187
  • Deletion: Use new token request procedure for deletions #6390
  • update dependencies for the 33.0.0 release #6378
  • Transfers: Transfer status visual representation #6189

Enhancements

  • Core & Internals: Plugin module for Auto Approval #6203
  • Core & Internals: drop support for the 1.29 distances table format #6367
  • Deletion: Review state of temporary dids (and thus Light Reaper) #6317
  • allow exposing /ping on a separate rest endpoint #6394
  • Testing: Simplify the test pipeline #6212
  • Transfers: revisit submitter source selection strategy #5776
  • Transfers: implement the configuration option for source selection strategy #6342

Bugs

  • Transfers: Panda jobs fail for QoS RSE when RSE type is DISK #6399