You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use poem-plugins for creating aiomisc/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 files
LZMA - compressed files
BZ2 - compressed files
Added aiohttp_asgi objects to __all__ in aiomisc.service.asgi
aiomisc.Service subclasses is now can be serialized with pickle