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

aioinflux v0.4.0

Choose a tag to compare

@gusutabopb gusutabopb released this 22 Oct 11:18
· 126 commits to master since this release

Added

  • Added ability to write datapoint objects. See the
    docs for details.
  • Added bytes output format. This is to facilitate the addition of a caching layer on top of InfluxDB. (cb4e3d1)

Changed

  • Change write method signature to match the /write endpoint docs
    • Allow writing to non-default retention policy (#14)
    • (precision is not fully implemented yet)
  • Renamed raw output format to json. Most users should be unaffected by this. (cb4e3d1)

Fixed

  • Improved docs

Internal

  • Refactored serialization/parsing functionality into a subpackage
  • Fix test warnings (2e42d50)