Skip to content

Commit 8258b9e

Browse files
committed
Create changelog and bump version to 3.1.0.
1 parent 38c0c63 commit 8258b9e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## Version 3.1.0
4+
- [NEW] user-agent header added
5+
- [FIX] status code check when pinging an InfluxDB version 1.x instance
6+
7+
## Version 3.0.0
8+
- New API with similar keywords as other official InfluxDB clients
9+
- Richer set of data types for fields and timestamp methods
10+
- 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
11+
- Special characters escaping
12+
- Backward support for original API of V1/V2

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 Influxdb
2-
version=3.0.0
2+
version=3.1.0
33
author=Tobias Schürg, Influxdata
44
maintainer=Tobias Schürg, InfluxData
55
sentence=InfluxDB Client for Arduino.

0 commit comments

Comments
 (0)