5.2.0
Release Notes
For: uc-cdis/sheepdog
Notes since tag: 5.1.4
Notes to tag/commit: 5.2.0
Generated: 2025-02-06
Improvements
- adding gunicorn and nginx to sheepdog and basing off our new secure python
image (#421) - Support client_credentials tokens (#425)
- add a bit more clarity regarding setup prereqs (#408)
Dependency Updates
- Update Werkzeug to 3.0.6 (#423)
- Bumps cryptography from 42.0.7 to
43.0.1. (#419) - Bumps authlib from 1.3.0 to 1.3.1.
(#413) - Minor version updates for various dependencies (#412)
- cryptography to 42.0.5 (#407)
Bug Fixes
- Fix type conversion issue when submitting arrays via TSV. Sheepdog now
supports submitting arrays of integers, floats, strings and booleans via
TSV. (#409)