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