Releases: awegrzyn/influxdb-cxx
Releases · awegrzyn/influxdb-cxx
v0.5.1
- Fix parsing timestamp on query
v0.5.0
- Do not flush empty buffer
- Improve error handing when querying
- Added
getTags
to Point
v0.4.0
- Better exception handling (using
InfluxDBException
)
v0.3.0
- Added support for long long int
- Fixed use-case when boost not found
v0.1.1
- Allow to set custom timestamp
v0.1.0
- Batch write
- HTTP, UDP, Unix socket transports