This repository was archived by the owner on Aug 5, 2023. It is now read-only.
aioinflux v0.7.0
This is version is mostly backwards compatible with v0.6.x
(w/ the exception of query patterns functionality)
Added
- Redis-based caching functionality. See the
docs for details. - Timeout functionality (#21 by @SuminAndrew)
Changed
- Move
ClientSessioncreation logic outside__init__.
It is now easier to used advancedaiohttp.ClientSessionoptions.
See the docs for details.
Removed
- Query patterns functionality
Internal
- Refactor test suite
- Various other internal changes