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
-
Added
uplink.retry.RetryBackoff
, which can be extended toimplement custom backoff strategies. An instance of a
RetryBackoff
subclasscan be provided through the
backoff
argument of the@retry
decorator.(@retry should respect 429
Retry-After
headers #238)Changed
six
to1.13.0
. (Minimum required version of "six" package doesn't work #246)Fixed
@returns.json
to cast JSON response (or field referenced by thekey
argument) using the
type
argument 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.coroutine
in 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