@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog `_, and this project adheres to the
77`Semantic Versioning `_ scheme.
88
9- Unreleased
10- ==========
9+ 0.9.6 _ - 2022-01-24
10+ ===================
1111Added
1212-----
1313- Add a new base class, ``uplink.retry.RetryBackoff ``, which can be extended to
@@ -21,10 +21,11 @@ Changed
2121
2222Fixed
2323-----
24- - Fix ``@returns.json `` to cast the JSON response (or field referenced by the
25- ``key `` argument) using the ``type `` argument when it is a callable type.
26- This effectively reverts a change in the decorator's behavior that was
27- introduced in v0.9.3. (`#215 `_)
24+ - Fix ``@returns.json `` to cast JSON response (or field referenced by the ``key ``
25+ argument) using the ``type `` argument when the given type is callable. This
26+ restores behavior that was inadvertently changed in v0.9.3. (`#215 `_)
27+ - Remove all usages of ``asyncio.coroutine `` in the library code to fix warnings
28+ related to the function's deprecation in Python 3.8+. (`#203 `_)
2829
2930
30310.9.5 _ - 2022-01-04
@@ -377,6 +378,7 @@ Added
377378.. _pydantic : https://pydantic-docs.helpmanual.io/
378379
379380.. Releases
381+ .. _0.9.6 : https://github.com/prkumar/uplink/compare/v0.9.5...v0.9.6
380382.. _0.9.5 : https://github.com/prkumar/uplink/compare/v0.9.4...v0.9.5
381383.. _0.9.4 : https://github.com/prkumar/uplink/compare/v0.9.3...v0.9.4
382384.. _0.9.3 : https://github.com/prkumar/uplink/compare/v0.9.2...v0.9.3
@@ -423,6 +425,7 @@ Added
423425.. _#188 : https://github.com/prkumar/uplink/pull/188
424426.. _#198 : https://github.com/prkumar/uplink/pull/198
425427.. _#200 : https://github.com/prkumar/uplink/pull/200
428+ .. _#203 : https://github.com/prkumar/uplink/issues/203
426429.. _#204 : https://github.com/prkumar/uplink/pull/204
427430.. _#207 : https://github.com/prkumar/uplink/pull/207
428431.. _#209 : https://github.com/prkumar/uplink/pull/209
0 commit comments