Releases: NYPL/python-utils
Releases · NYPL/python-utils
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
production-v1.1.3
Add special handling to the oauth client for empty responses from Sierra (a common use case for the oauth2 client).
qa-v1.1.3
Trying again to add retries for failed get requests from Sierra
qa-v1.1.2
Merge branch 'main' into qa
production-v1.1.2
Merge branch 'qa' into production