Skip to content

Commit fb43a85

Browse files
committed
release version 3.4.0
1 parent edf2a45 commit fb43a85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## Version 3.4.0 (in progres)
2+
## 3.4.0 [2020-10-02]
33
### Features
44
- [#89](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/89) - ESP8266 only - Added Max Fragment Length Negotiation for TLS communicaton to reduce memory allocation. If server supports MFLN, it saves ~10kB. Standalone InfluxDB OSS server doesn't support MFLN, Cloud yes. To leverage MFLN for standalone OSS, a reverse proxy needs to be used.
55
- [#91](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/pull/91) - Improved API for settings of write and HTTP options:

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.3.0
2+
version=3.4.0
33
author=Tobias Schürg, InfluxData
44
maintainer=Tobias Schürg, InfluxData
55
sentence=InfluxDB Client for Arduino.

src/InfluxDbClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef _INFLUXDB_CLIENT_H_
2828
#define _INFLUXDB_CLIENT_H_
2929

30-
#define INFLUXDB_CLIENT_VERSION "3.3.0"
30+
#define INFLUXDB_CLIENT_VERSION "3.4.0"
3131

3232
#include <Arduino.h>
3333
#if defined(ESP8266)

0 commit comments

Comments
 (0)