Releases: aiokitchen/aiomisc
Releases · aiokitchen/aiomisc
16.3
- Migrate to poetry #154
- Use
poem-plugins
for creatingaiomisc/version.py
file and bump version
when publishing. - some non-public imports might be broken, mainly typing, and the
aiomisc.io
module - Buffered log handler in
aiomisc.log
, is now correct finalize when an
entrypoint stops. This is useful if the program uses multiple entrypoints
while the program is running, and especially in tests. - Lots of changes in
aiomisc.io
module:- Support stream compression for opening files with:
GZIP
- compressed filesLZMA
- compressed filesBZ2
- compressed files
- Support stream compression for opening files with:
- Added
aiohttp_asgi
objects to__all__
inaiomisc.service.asgi
aiomisc.Service
subclasses is now can be serialized withpickle
- Improves typing for:
aiomisc.io
aiomisc.pool
aiomisc.service.udp
aiomisc.worker_pool.WorkerPool
- Use
- Improve documentation