Skip to content

Releases: uc-cdis/cdis-python-utils

2.4.1

08 Sep 14:37
f259c04

Choose a tag to compare

Release Notes

For: uc-cdis/cdis-python-utils

Notes since tag: 2.4.0

Notes to tag/commit: 2.4.1

Generated: 2025-09-08

Bug Fixes

  • Fix: Prevent duplicated timeseries in Prometheus metrics by using
    instance-specific registry (#72)

2.4.0

21 Mar 16:05
5ff257e

Choose a tag to compare

Release Notes

For: uc-cdis/cdis-python-utils

Notes since tag: 2.3.0

Notes to tag/commit: 0db768d

Generated: 2025-03-21

New Features

  • Implemented get_wsgi_app and get_asgi_app methods for BaseMetrics
    class (#67)

Initial prometheus metrics support

27 Nov 15:17
6e3ce2a

Choose a tag to compare

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

30 Jul 13:05
6934daf

Choose a tag to compare

Release Notes

For: uc-cdis/cdis-python-utils
Notes since tag: 2.0.1
Notes to tag/commit: 6934daf
Generated: 2024-07-30

Improvements

  • Add GH actions (#63)
  • Removing Veracode scanning pipeline (#60)
  • Removing Veracode scanning pipeline (#59)

Dependency Updates

  • Less strict deps (#63)

dep updates

25 Jul 18:18
970e3d4

Choose a tag to compare

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

08 Jul 15:29
a7f7d18

Choose a tag to compare

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

15 Jan 22:24
aed4cf3

Choose a tag to compare

Release Notes

For: uc-cdis/cdis-python-utils

Notes since tag: 1.0.5

Notes to tag/commit: 1.0.5

Generated: 2021-01-15

pin crypt dependency

08 Apr 14:51
529eee4

Choose a tag to compare

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

24 Oct 16:44
f3f3631

Choose a tag to compare

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 quote instead of quote_plus for aws query string parsing (#42)

Encode special characters in presigned urls

12 Aug 15:58
8148dba

Choose a tag to compare

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)