v0.9.6 Released! #252
prkumar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Added
uplink.retry.RetryBackoff, which can be extended toimplement custom backoff strategies. An instance of a
RetryBackoffsubclasscan be provided through the
backoffargument of the@retrydecorator.(@retry should respect 429
Retry-Afterheaders #238)Changed
sixto1.13.0. (Minimum required version of "six" package doesn't work #246)Fixed
@returns.jsonto cast JSON response (or field referenced by thekeyargument) using the
typeargument when the given type is callable. Thisrestores behavior that was inadvertently changed in v0.9.3. (v0.9.4 breaks the returns.json decorator with type=int #215)
asyncio.coroutinein the library code to fix warningsrelated to the function's deprecation in Python 3.8+. (Fix deprecation warning that appear in Python 3.8+ #203)
This discussion was created from the release v0.9.6.
Beta Was this translation helpful? Give feedback.
All reactions