Releases: aioworkers/aioworkers-aiohttp
Releases · aioworkers/aioworkers-aiohttp
0.8
What's Changed
- Fix logger params by @aamalev in #91
- Drop support py3.6 by @aamalev in #92
- Use actual fixtures in tests by @aamalev in #94
- Use hatch by @aamalev in #93
- Support py3.10 and py3.11 by @aamalev in #97
- Drop loop argument by @aamalev in #98
- No return exception by @aamalev in #99
- Add aiohttp to entry-points by @aamalev in #108
- Setup custom router after creating the Application by @aamalev in #104
- Fix Supervisor.get_child_config params by @aamalev in #112
Full Changelog: 0.7.3...0.8
0.8.0a1
What's Changed
- Fix logger params by @aamalev in #91
- Drop support py3.6 by @aamalev in #92
- Use actual fixtures in tests by @aamalev in #94
- Use hatch by @aamalev in #93
- Support py3.10 and py3.11 by @aamalev in #97
- Drop loop argument by @aamalev in #98
- No return exception by @aamalev in #99
- Add aiohttp to entry-points by @aamalev in #108
- Setup custom router after creating the Application by @aamalev in #104
- Fix Supervisor.get_child_config params by @aamalev in #112
Full Changelog: 0.7.3...0.8.0a1
0.7.3: improve Storage.cleanup
- use on_cleanup for close session in storage
0.7.2: fix CI (#14)
- Storage.init with super