Skip to content

Commit e7648fc

Browse files
committed
doc: added changelog entries
1 parent 090db26 commit e7648fc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 3.6.1 [in progress]
3+
### Features
4+
### Fixes
5+
- [#121](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/121) - Fixed compile error in case of warning is treated as an error
6+
- [#122](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/122) - Deleting WiFiClient instance to avoid memory leaking when the InfluxDBClient is reinitialized
7+
### Doc
8+
- [#120](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/120) - Improved language wording in the Readme
9+
210
## 3.6.0 [2020-11-10]
311
### Features
412
- [#117](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/117) - Added `InfluxDBClient::pointToLineProtocol(const Point& point)` for simple creation of InfluxDB line-protocol string with respect to default tags
@@ -30,7 +38,7 @@
3038
- Added possibility to set HTTP response read timeout (part of the `HTTPOptions`).
3139
- Method `InfluxDBClient::void setWriteOptions(WritePrecision precision, uint16_t batchSize = 1, uint16_t bufferSize = 5, uint16_t flushInterval = 60, bool preserveConnection = true)` is deprecated and it will be removed in the next release.
3240
- [#93](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/93) - Write logic improvements
33-
- Retry on failure logic unification with other InfluxDB clients (exponencial retry, max retry count 3, max retry interval)
41+
- Retry on failure logic unification with other InfluxDB clients (exponential retry, max retry count 3, max retry interval)
3442
- Better write buffer memory management
3543

3644
### Documentation
@@ -43,7 +51,7 @@
4351

4452
## Version 3.3.0 (2020-07-07)
4553
- [NEW] Added possibility skip server certification validation (`setInsecure()` method)
46-
- [NEW] Added possibility to query flux on secured InfuxDB 1.8 using V1 approach
54+
- [NEW] Added possibility to query flux on secured InfluxDB 1.8 using V1 approach
4755
- [NEW] `validateConnection()` can be used also for the [forward compatibility](https://docs.influxdata.com/influxdb/latest/tools/api/#influxdb-2-0-api-compatibility-endpoints) connection to InfluxDB 1.8
4856
- [FIX] More precice default timestamp generating, up to microseconds
4957
- [FIX] Debug compilation error

0 commit comments

Comments
 (0)