Skip to content

Releases: daniil-berg/asyncio-taskpool

v1.2.0

14 Oct 15:17
v1.2.0
63371f7
Compare
Choose a tag to compare

Add full typing support and improve code quality

Features

  • Add py.typed marker for static type checkers

Fixes

  • Fix a few glaring typing issues

Misc

  • Switch to pyproject.toml for configuration
  • Add and follow a bunch of linting rules
  • Improve docstrings
  • Fix a few typos

v1.1.4

08 May 13:29
v1.1.4
051d0cb
Compare
Choose a tag to compare

Fixes

Control server session writes only once per listen iteration

v1.1.3

07 May 14:19
v1.1.3
ee0b8c0
Compare
Choose a tag to compare

Fixes

Server response now always ends with newline

v1.1.2

07 May 12:48
v1.1.2
5a72a6d
Compare
Choose a tag to compare

Fixes

Server's control session did not stop reading from socket after newline

v1.1.1

06 May 17:00
v1.1.1
72e380c
Compare
Choose a tag to compare

Fixes

Bug in control parser due to missing docstring in until_closed method

v1.1.0

05 May 06:42
v1.1.0
dae8834
Compare
Choose a tag to compare

Features

Add until_closed method to pools

v1.0.3

27 Apr 15:06
v1.0.3
a4ecf39
Compare
Choose a tag to compare

Fixes

Fix socket path bug in control client

v1.0.2

18 Apr 11:59
v1.0.2
e3bbb05
Compare
Choose a tag to compare

Fixes

Fix cancel message bug for Python 3.8

Miscellaneous

Add test coverage workaround for Python version conditions
Improve exception handling & logging in meta-tasks
Expand docs

v1.0.1

08 Apr 12:10
v1.0.1
db306a1
Compare
Choose a tag to compare

Fixes

Fix compatibility with Python 3.8 (workaround for having a classmethod-property)
Fix control session problems with a separate IO buffer

Miscellaneous

Mark non-public control modules as such

v1.0.0

03 Apr 07:37
v1.0.0
9b838b6
Compare
Choose a tag to compare
rolling it out