Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Releases: awegrzyn/influxdb-cxx

v0.5.1

10 Apr 17:41
4f74b9a
Compare
Choose a tag to compare
  • Fix parsing timestamp on query

v0.5.0

21 Mar 09:21
07a2ab1
Compare
Choose a tag to compare
  • Do not flush empty buffer
  • Improve error handing when querying
  • Added getTags to Point

v0.4.0

24 Feb 20:11
6a0cfe1
Compare
Choose a tag to compare
  • Better exception handling (using InfluxDBException)

v0.3.0

29 Jan 07:58
2ab74d0
Compare
Choose a tag to compare
  • Added support for long long int
  • Fixed use-case when boost not found

v0.2.0

21 Nov 21:17
e844661
Compare
Choose a tag to compare
  • Querying data
  • Bug fixes

v0.1.1

05 Nov 00:37
0c995cb
Compare
Choose a tag to compare
  • Allow to set custom timestamp

v0.1.0

30 Jul 11:52
684b355
Compare
Choose a tag to compare
  • Batch write
  • HTTP, UDP, Unix socket transports