diff --git a/CHANGELOG.md b/CHANGELOG.md index d394d42..40501c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## Version 3.4.0 (in progres) +### Features + - [#88](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/88) - ESP8266 only - Added Max Fragment Length Negotiation for TLS communicaton to reduce memory allocation. If server supports MFLN, it saves ~15kB. Standalone InfluxDB OSS server doesn't support MFLN, Cloud yes. To leverage MFLN for standalone OSS, a reverse proxy needs to be used. + + ### Documentation + - [#87](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/87) - Fixed include file name in the Readme ## Version 3.3.0 (2020-07-07) - [NEW] Added possibility skip server certification validation (`setInsecure()` method) diff --git a/README.md b/README.md index cf262ed..fe6c76c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ InfluxDBCloud uses secure communication (https) and we need to tell the client t Connection parameters are almost the same as above, the only difference is that server URL now points to the InfluxDB Cloud 2, where you've got after you've finished creating InfluxDB Cloud 2 subscription. You will find correct server URL in `InfluxDB UI -> Load Data -> Client Libraries`. ```cpp //Include also InfluxClould 2 CA certificate -#include +#include // InfluxDB 2 server or cloud url, e.g. https://eu-central-1-1.aws.cloud2.influxdata.com (Use: InfluxDB UI -> Load Data -> Client Libraries) #define INFLUXDB_URL "influxdb-url" // InfluxDB 2 server or cloud API authentication token (Use: InfluxDB UI -> Load Data -> Tokens ->