This repository was archived by the owner on Aug 5, 2023. It is now read-only.
aioinflux v0.4.0
Added
- Added ability to write
datapointobjects. See the
docs for details. - Added
bytesoutput format. This is to facilitate the addition of a caching layer on top of InfluxDB. (cb4e3d1)
Changed
- Change
writemethod signature to match the/writeendpoint docs- Allow writing to non-default retention policy (#14)
- (
precisionis not fully implemented yet)
- Renamed
rawoutput format tojson. Most users should be unaffected by this. (cb4e3d1)
Fixed
- Improved docs
Internal
- Refactored serialization/parsing functionality into a subpackage
- Fix test warnings (2e42d50)