Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

aioinflux v0.7.0

Choose a tag to compare

@gusutabopb gusutabopb released this 11 Apr 01:43
· 41 commits to master since this release

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 ClientSession creation logic outside __init__.
    It is now easier to used advanced aiohttp.ClientSession options.
    See the docs for details.

Removed

  • Query patterns functionality

Internal

  • Refactor test suite
  • Various other internal changes