All Versions
56
Latest Version
Avg Release Cycle
67 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v0.5.3 Changes
May 31, 2018๐ Fixed
- Issue where adding two or more response handlers (i.e., functions decorated
withuplink.response_handler
) to a method caused aTypeError
.
- Issue where adding two or more response handlers (i.e., functions decorated
-
v0.5.3._ Changes
๐ Fixed
- Issue where adding two or more response handlers (i.e., functions decorated
with
uplink.response_handler
) to a method caused aTypeError
.
- Issue where adding two or more response handlers (i.e., functions decorated
with
-
v0.5.2 Changes
May 30, 2018๐ Fixed
- Applying
returns.json
decorator without arguments should produce JSON
responses when the decorated method is lacking a return value annotation.
- Applying
-
v0.5.2._ Changes
๐ Fixed
- Applying
returns.json
decorator without arguments should produce JSON responses when the decorated method is lacking a return value annotation.
- Applying
-
v0.5.1 Changes
April 10, 2018โ Added
- Decorator
uplink.returns.model
for specifying custom return type without
indicating a specific data deserialization format.
๐ Fixed
- Have
uplink.Body
decorator accept any type, not just mappings. - Reintroduce the
uplink.returns
decorator.
- Decorator
-
v0.5.1._ Changes
โ Added
- Decorator
uplink.returns.model
for specifying custom return type without indicating a specific data deserialization format.
๐ Fixed
- Have
uplink.Body
decorator accept any type, not just mappings. - Reintroduce the
uplink.returns
decorator.
- Decorator
-
v0.5.5_ Changes
๐ Fixed
- Issue with sending JSON list
Body
using@json
annotation.
- Issue with sending JSON list
-
v0.5.4_ Changes
๐ Fixed
- When using
uplink.AiohttpClient
withaiohttp>=3.0
, the underlyingaiohttp.ClientSession
would remain open on program exit.
- When using
-
v0.5.3_ Changes
๐ Fixed
- Issue where adding two or more response handlers (i.e., functions decorated
with
uplink.response_handler
) to a method caused aTypeError
.
- Issue where adding two or more response handlers (i.e., functions decorated
with
-
v0.5.2_ Changes
๐ Fixed
- Applying
returns.json
decorator without arguments should produce JSON responses when the decorated method is lacking a return value annotation.
- Applying