All Versions
56
Latest Version
Avg Release Cycle
67 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0._
-
v0.9.7._ Changes
March 10, 2022🛠 Fixed
- 🖐 Fix behavior of async
@response_handler
withAiohttpClient
. (#256
_)
- 🖐 Fix behavior of async
-
v0.9.6._ Changes
January 24, 2022➕ Added
- ➕ Add a new base class,
uplink.retry.RetryBackoff
, which can be extended to implement custom backoff strategies. An instance of aRetryBackoff
subclass can be provided through thebackoff
argument of the@retry
decorator. (#238
_)
🔄 Changed
- ⬆️ Bump minimum version of
six
to1.13.0
. (#246
_)
🛠 Fixed
- 🛠 Fix
@returns.json
to cast JSON response (or field referenced by thekey
argument) using thetype
argument when the given type is callable. This restores behavior that was inadvertently changed in v0.9.3. (#215
_) - ✂ Remove all usages of
asyncio.coroutine
in the library code to fix warnings related to the function's deprecation in Python 3.8+. (#203
_)
- ➕ Add a new base class,
-
v0.9.5._ Changes
January 04, 2022➕ Added
- ➕ Add Python 3.8, 3.9, and 3.10 as officially supported. (
#237
_)
🛠 Fixed
- 🛠 Fix
FieldMap
andPartMap
from raisingNoneType
error. (#221
_) - 🛠 Fix Python 2.7 support. (
#217
_)
🗄 Deprecated
- 🚚 Python 2.7 support will be removed in v0.10.0.
- ➕ Add Python 3.8, 3.9, and 3.10 as officially supported. (
-
v0.9.4._ Changes
February 15, 2021🛠 Fixed
- A type set as a consumer method's return annotation should not be used to
deserialize a response object if no registered converters can handle the type.
(
3653a672ee
_)
- A type set as a consumer method's return annotation should not be used to
deserialize a response object if no registered converters can handle the type.
(
-
v0.9.3 Changes
November 22, 2020➕ Added
- 👌 Support for serialization using a subclass of
pydantic
_'sBaseModel
that contains fields of a complex type, such asdatetime
. - 👌 Support for passing a subclass of
pydantic
'sBaseModel
as the request body.
- 👌 Support for serialization using a subclass of
-
v0.9.3._ Changes
November 22, 2020➕ Added
- 👌 Support for serialization using a subclass of
pydantic
'sBaseModel
that contains fields of a complex type, such asdatetime
. (#207
by@leiserfg
_) - 👌 Support for passing a subclass of
pydantic
'sBaseModel
as the request body. (#209
_ by@lust4life
_)
- 👌 Support for serialization using a subclass of
-
v0.9.2 Changes
October 18, 2020➕ Added
- 👌 Support for (de)serializing subclasses of
pydantic
'sBaseModel
(#200 by @gmcrocetti)
🛠 Fixed
- 👌 Support for (de)serializing subclasses of
-
v0.9.2._ Changes
October 18, 2020➕ Added
- 👌 Support for (de)serializing subclasses of
pydantic
'sBaseModel
(#200
by@gmcrocetti
_)
🛠 Fixed
- Using the
@get
,@post
,@patch
, etc. decorators should retain the docstring of the wrapped method (#198
_) - 👍 The
Body
andPart
argument annotations should support uploading binary data (#180
,#183
,#204
_)
- 👌 Support for (de)serializing subclasses of
-
v0.9.1 Changes
February 08, 2020