Releases: uc-cdis/cdis-python-utils
Releases · uc-cdis/cdis-python-utils
2.4.1
2.4.0
Initial prometheus metrics support
Release Notes
For: uc-cdis/cdis-python-utils
Notes since tag: 2.1.0
Notes to tag/commit: 6e3ce2a
Generated: 2024-11-27
New Features
- added common class for handling prometheus metrics across services (#66)
Improvements
- Added a bit more description to the primary purpose of the repo (#64)
Dependency Updates
- updated cryptography to minimum 43.0.1 (#65)
2.1.0
dep updates
Release Notes
For: uc-cdis/cdis-python-utils
Notes since tag: 2.0.0
Notes to tag/commit: 2.0.1
Generated: 2022-07-25
Dependency Updates
- cryptography and others (#58)
Package updates
Release Notes
For: uc-cdis/cdis-python-utils
Notes since tag: 1.0.5
Notes to tag/commit: a7f7d18
Generated: 2021-07-08
New Features
- Now uses poetry for package management (#54)
Breaking Changes
- pyJWT encode() now returns string instead of byte array (#54)
Improvements
- Migrated to poetry for package management (#54)
Dependency Updates
1.0.5
pin crypt dependency
Release Notes
For: uc-cdis/cdis-python-utils
Notes since tag: 1.0.4
Notes to tag/commit: 1.0.4
Generated: 2020-04-08
Don't escape whitespaces as + for AWS signed URL
Release Notes
For: uc-cdis/cdis-python-utils
Notes since tag: 1.0.2
Notes to tag/commit: 1.0.3
Generated: 2019-10-24
Bug Fixes
- use
quoteinstead ofquote_plusfor aws query string parsing (#42)
Encode special characters in presigned urls
Release Notes
For: uc-cdis/cdis-python-utils
Notes since tag: 1.0.1
Notes to tag/commit: 1.0.2
Generated: 2019-08-12
Improvements
- Special characters are encoded in S3 presigned urls (#41)