You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# Changelog
2
2
3
3
## Version 3.3.0 (in progress)
4
-
-[FIX] More precice default timestamp generating, up to microseconds
5
-
4
+
-[NEW] Added possibility skip server certification validation (`setInsecure()` method)
5
+
-[NEW] Added possibility to query flux on secured InfuxDB 1.8 using V1 approach
6
+
-[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
7
+
-[FIX] More precice default timestamp generating, up to microseconds
8
+
-[FIX] Debug compilation error
9
+
-[FIX] SecureBatchWrite compile error
10
+
6
11
## Version 3.2.0 (2020-06-09)
7
12
-[NEW] Added possibility to read data from InfluxDB using Flux queries
8
13
-[NEW]`timeSync` utility function for synchronous time synchronization using NTP
if (vals.size()-1 != _data->_columnDatatypes.size()) {
155
155
_data->_error = String(F("Parsing error, header has different number of columns than table: ")) + String(vals.size()-1) + " vs " + String(_data->_columnDatatypes.size());
if (vals.size()-1 != _data->_columnNames.size()) {
173
173
_data->_error = String(F("Parsing error, row has different number of columns than table: ")) + String(vals.size()-1) + " vs " + String(_data->_columnNames.size());
0 commit comments