Major update to Flask and other dependencies
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)