Releases: NYPL/python-utils
Releases · NYPL/python-utils
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
qa-v1.1.0
Update Oauth2Client to retry get requests when given an empty response. This is to address a quirk of the Sierra API.
qa-v1.0.4
Merge branch 'main' into qa
production-v1.0.4
Merge branch 'qa' into production