Releases: ryanwang520/aiothrift
Releases · ryanwang520/aiothrift
BugFix
Support connection timeout
timeout
param of create_connection
can be used for both connection timeout and read timeout now.
0.2.0
- Drop support for Python3.3 ~ Python3.6, go with
async await
syntax. - Expose a simpler API without explicitly creating loop.
- ConnectionPool now used
ContextVars
to store connection for the same task.
v0.1.1
Merge pull request #3 from haobtc/master allow passing kwargs to underline aio connection and server
First public release
First public release with stable interface, most of which you will use are functions below:
create_server
create_connection
create_pool