Skip to content

Releases: ryanwang520/aiothrift

BugFix

28 Jul 02:05
Compare
Choose a tag to compare

Server handle ConnectionError correctly

Support connection timeout

07 Jul 09:42
Compare
Choose a tag to compare

timeout param of create_connection can be used for both connection timeout and read timeout now.

0.2.0

13 Dec 15:27
Compare
Choose a tag to compare
  1. Drop support for Python3.3 ~ Python3.6, go with async await syntax.
  2. Expose a simpler API without explicitly creating loop.
  3. ConnectionPool now used ContextVars to store connection for the same task.

v0.1.1

12 Apr 06:15
60de686
Compare
Choose a tag to compare
Merge pull request #3 from haobtc/master

allow passing kwargs to underline aio connection and server

First public release

18 Jan 08:21
Compare
Choose a tag to compare

First public release with stable interface, most of which you will use are functions below:

  • create_server
  • create_connection
  • create_pool