From e16636222b487610330f639649ee5b9486ceeee1 Mon Sep 17 00:00:00 2001 From: vlastahajek Date: Fri, 17 Sep 2021 10:27:06 +0200 Subject: [PATCH] release version 3.9.0 --- CHANGELOG.md | 6 +++--- library.properties | 2 +- src/Version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b94b6c..a10c68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Changelog -## [in progress] +## 3.9.0 [2021-09-17] ### Features - [#147](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/147) - Updated InfluxDB 2 Cloud CA root certificate to _ISRG Root X1_. Current InfluxDB 2 Cloud CA root certificate _DST Root CA X3_ expires on September 30th 2021! - [#157](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/157) - Added Buckets sub-client for managing buckets in InfluxDB 2. ### Fixes - - [#150](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/150) - `HTTPOptions::httpReadTimeout` is also set as the connect timeout for HTTP connection on ESP32. It also works for HTTPS connection since ESP32 Arduino SDK 2.0.0. + - [#150](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/150) - `HTTPOptions::httpReadTimeout` is also set as the connect timeout for HTTP connection on ESP32. It also works for HTTPS connection since ESP32 Arduino Core 2.0.0. - [#156](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/156) - Correctly rounding _writeBufferSize_, when _bufferSize/batchSize >= 256_. - [#162](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/162) - Fixed flushing of not full buffer after the flush timeout. ### Documentation - - [#163](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/163) - More precise description of supported devices + - [#163](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/163) - More precise description of supported devices. ## 3.8.0 [2021-04-01] ### Features diff --git a/library.properties b/library.properties index c13c89c..88f8014 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.8.0 +version=3.9.0 author=Tobias Schürg, InfluxData maintainer=Tobias Schürg, InfluxData sentence=InfluxDB Client for Arduino. diff --git a/src/Version.h b/src/Version.h index b970cab..cb5875d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -27,6 +27,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define INFLUXDB_CLIENT_VERSION "3.8.0" +#define INFLUXDB_CLIENT_VERSION "3.9.0" #endif //_VERSION_H_ \ No newline at end of file