Releases: daniil-berg/asyncio-taskpool
Releases · daniil-berg/asyncio-taskpool
v1.2.0
v1.1.4
Fixes
Control server session writes only once per listen iteration
v1.1.3
Fixes
Server response now always ends with newline
v1.1.2
Fixes
Server's control session did not stop reading from socket after newline
v1.1.1
Fixes
Bug in control parser due to missing docstring in until_closed
method
v1.1.0
Features
Add until_closed
method to pools
v1.0.3
Fixes
Fix socket path bug in control client
v1.0.2
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
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
rolling it out