Skip to content

Major update to Flask and other dependencies

Compare
Choose a tag to compare
@Avantol13 Avantol13 released this 04 May 19:03
· 396 commits to master since this release
0304957

Release Notes

For: uc-cdis/fence
Notes since tag: 8.0.1
Notes to tag/commit: 0304957
Generated: 2023-05-04

Breaking Changes

  • Removed most Prometheus support (#1086)

Improvements

  • Remove out of date Flask SQLAlchemy session handling library and refactor
    session management to use a recommended pure Flask + SQLAlchemy approach
    that is thread-safe (#1086)
  • The DELETE /data/<GUID> endpoint now supports resolving and deleting a
    GUID without its prefix (#1094)
  • add backoff to Google Group API calls (#1081)

Dependency Updates

  • Update to next major version of Flask, alongside many other updates to
    support that (#1086)
  • Update to latest Werkzeug for security (#1086)
  • Remove libmhash2 dependency (#1093)

Deployment Changes

  • Allow setting INDEXD_PASSWORD via environment variable. (#1092)