Skip to content

3.9.0

Compare
Choose a tag to compare
@vlastahajek vlastahajek released this 17 Sep 08:31
· 63 commits to master since this release

Features

  • #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 - Added Buckets sub-client for managing buckets in InfluxDB 2.

Fixes

  • #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 - Correctly rounding writeBufferSize, when bufferSize/batchSize >= 256.
  • #162 - Fixed flushing of not full buffer after the flush timeout.

Documentation

  • #163 - More precise description of supported devices.