______________ - Reworked web server startup: - Fixed automatic stream and services start on server initialization (not working since version 0.13.0) - Removed using of `loop.run_until_complete` in favour of aiohttp `on_startup` hooks
0.14.0
Not secure
______________ - Support for web.StreamResponse - Added read() method to PreprocessFileHook to be used by libraries reading the file in chunks.
0.13.0
Not secure
____________ - Updated aiohttp version - Removed aiojobs to spawn stream tasks. Replaced with asyncio.create_task - Update web integration tests for compatibility with latest pytest_aiohttp - Fix: Handle CancelledError on stream timeout - Added test build for Python 3.10
0.12.1
Not secure
______________ - Fix: add context processing to EventLoggerWrapper debug method
0.12.0
Not secure
______________ - Fix: fixed test and jsonschemas for dataclasses_jsonschema>=2.15 compatibility
- BREAKING CHANGES: - dataobject annotated classes set to `validate=False` will now fail to parse invalid datatypes anyway. `validate=False` is only intended to improve performance in safe scenarios (i.e. dataobjets used internally in tested code)
0.11.2
Not secure
______________ - Fix: apps-client plugin, fixed issue where app_connections are not found when event is split with `SHUFFLE`