Releases: NYPL/python-utils
Releases · NYPL/python-utils
production-v1.3.1
Tested qa-v1.3.1 locally and everything is working. Very minor change so cutting production release!
What's Changed
- DE-101 (Python Rewrite): Added retry functionality when fetching Avro schemas by @fatimarahman in #33
- Add SecretsManager client by @aaronfriedman6 in #32
- DE-101: Replacing log with debug statement by @fatimarahman in #34
Full Changelog: qa-v1.2.0...production-v1.3.1
production-v1.3.0
What's Changed
- Add put functionality to Oauth2 Client by @kylevillegas93 in #30
- Update pyproject version to 1.1.6 by @kylevillegas93 in #31
- Rename and segment avro_client functionality by @fatimarahman in #29
- DE-101 (Python Rewrite): Added retry functionality when fetching Avro schemas by @fatimarahman in #33
- Add SecretsManager client by @aaronfriedman6 in #32
New Contributors
- @kylevillegas93 made their first contribution in #30
- @fatimarahman made their first contribution in #29
Full Changelog: production-v1.1.5...production-v1.3.0
qa-v1.3.0
What's Changed
- get request retries take 2 by @charmingduchess in #23
- fix logging spacing by @charmingduchess in #25
- DE-101 (Python Rewrite): Added retry functionality when fetching Avro schemas by @fatimarahman in #33
- Add SecretsManager client by @aaronfriedman6 in #32
Full Changelog: qa-v1.2.0...qa-v1.3.0
qa-v1.2.0
What's Changed
- Rename and segment avro_client functionality by @fatimarahman in #29
New Contributors
- @fatimarahman made their first contribution in #29
Full Changelog: production-v1.1.6...qa-v1.2.0
qa-v1.1.6
What's Changed
- Add put functionality to Oauth2 Client by @kylevillegas93 in #30
- Update pyproject version to 1.1.6 by @kylevillegas93 in #31
New Contributors
- @kylevillegas93 made their first contribution in #30
Full Changelog: qa-v1.1.5...qa-v1.1.6
production-v1.1.6
What's Changed
- Add put functionality to Oauth2 Client by @kylevillegas93 in #30
- Update pyproject version to 1.1.6 by @kylevillegas93 in #31
New Contributors
- @kylevillegas93 made their first contribution in #30
Full Changelog: production-v1.1.5...production-v1.1.6
qa-v1.1.5
What's Changed
- Add executemany functionality to RedshiftClient by @aaronfriedman6 in #28
Full Changelog: qa-v1.1.4...qa-v1.1.5
production-v1.1.5
What's Changed
- Add executemany functionality to RedshiftClient by @aaronfriedman6 in #28
Full Changelog: production-v1.1.4...production-v1.1.5
Fix big with oauth2 requests after token refresh
Fixes bug where oauth2 lib would try to return json instead of raw responses after token refresh
Fix big with oauth2 requests after token refresh Latest
Fixes bug where oauth2 lib would try to return json instead of raw responses after token refresh
Verified in qa using the ereading-server project