Releases: daniil-berg/asyncio-taskpool
Releases · daniil-berg/asyncio-taskpool
v1.2.0
14 Oct 15:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes
Control server session writes only once per listen iteration
v1.1.3
07 May 14:19
Compare
Sorry, something went wrong.
No results found
Fixes
Server response now always ends with newline
v1.1.2
07 May 12:48
Compare
Sorry, something went wrong.
No results found
Fixes
Server's control session did not stop reading from socket after newline
v1.1.1
06 May 17:00
Compare
Sorry, something went wrong.
No results found
Fixes
Bug in control parser due to missing docstring in until_closed method
v1.1.0
05 May 06:42
Compare
Sorry, something went wrong.
No results found
Features
Add until_closed method to pools
v1.0.3
27 Apr 15:06
Compare
Sorry, something went wrong.
No results found
Fixes
Fix socket path bug in control client
v1.0.2
18 Apr 11:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found