Releases: tobiasschuerg/InfluxDB-Client-for-Arduino
Releases · tobiasschuerg/InfluxDB-Client-for-Arduino
Version 3.1.0
[NEW] user-agent header added
[FIXED] status code check when pinging an InfluxDB version 1.x instance
Version 3.0.0
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
Version 2.0.0
- InfluxDB 2
- HTTPS support
Version 1.3.0
Bumps version to 1.3
Version 1.2.0
[ADDED] ESP32 support
1.1.0
- [NEW] supports authentication
1.0.1
Updates descriptions and sets version to 1.0.1.
First version
First version of the library. Supports sending single measurements as well as batched measurements to an InfluxDb server.