Skip to content

Releases: tobiasschuerg/InfluxDB-Client-for-Arduino

Version 3.1.0

12 Mar 18:12
Compare
Choose a tag to compare

[NEW] user-agent header added
[FIXED] status code check when pinging an InfluxDB version 1.x instance

Version 3.0.0

11 Feb 07:47
5a4ea46
Compare
Choose a tag to compare

Completely rewritten api:

  • New API with similar keywords as other official InfluxDB clients
  • Richer set of data types for fields and timestamp methods
  • Advanced features, such as implicit batching, automatic retrying on server backpressure and connection failure, along with secured communication over TLS supported for both devices and authentication
  • Special characters escaping
  • Backward support for original API

Version 2.0.1

11 Feb 07:07
5ad7f2a
Compare
Choose a tag to compare
  • [FIXED] missing uint16_t #27
  • [ADDED] decimal places for float values #24
  • [CHANGED] avoid reading ever http response #26

Version 2.0.0

02 Dec 20:26
6c9c1a1
Compare
Choose a tag to compare
  • InfluxDB 2
  • HTTPS support

Version 1.3.0

08 Jun 16:50
a978a41
Compare
Choose a tag to compare
Bumps version to 1.3

Version 1.2.0

02 Mar 14:00
1118076
Compare
Choose a tag to compare

[ADDED] ESP32 support

1.1.0

04 Nov 18:52
Compare
Choose a tag to compare
  • [NEW] supports authentication

1.0.1

04 Sep 20:22
Compare
Choose a tag to compare
Updates descriptions and sets version to 1.0.1.

First version

06 Jul 22:31
Compare
Choose a tag to compare

First version of the library. Supports sending single measurements as well as batched measurements to an InfluxDb server.