Releases: mobizt/ESP-Google-Sheet-Client
Releases · mobizt/ESP-Google-Sheet-Client
v1.3.3
v1.3.2
February 1, 2023
v1.3.2 Stable release
Updates:
- Add support Service Account JSON file for authentication.
- Add SD and SD_MMC cards mounting helper.
- Update Readme for missing function parameters.
- Fix Ethernet.h comileation error in ESP8266.
- Fix NTP time synch in certificate verification process.
- Fix typo in esp_google_sheet_file_storage_type enum.
v1.3.1
January 22, 2023
v1.3.0 Stable release
Updates:
- Fix chunked response handling (faster response reading).
- Fix wdt reset in ESP8266 core v3.1.1 as delay(0) replaced by esp suspend.
- Improve errors handling.
- Improve NTP time synching.
- Improve auth token management.
- Add support Raspberry Pi Pico (RP2040).
- Add support SDFS (ESP8266SdFat) in Raspberry Pi Pico.
- Add suppor WiFi reconnection for ESP32, ESP8266 and Raspberry Pi Pico W.
- Add support Ethernet for ESP32, ESP8266 and Raspberry Pi Pico.
- Add support other network Clients e.g., WiFiClient, EthernetClient and GSMClient using ESP_SSLClient and other SSL Clients.
v1.3.0
January 22, 2023
v1.3.0 Stable release
Updates:
- Fix chunked response handling (faster response reading).
- Fix wdt reset in ESP8266 core v3.1.1 as delay(0) replaced by esp suspend.
- Improve errors handling.
- Improve NTP time synching.
- Improve auth token management.
- Add support Raspberry Pi Pico (RP2040).
- Add support SDFS (ESP8266SdFat) in Raspberry Pi Pico.
- Add suppor WiFi reconnection for ESP32, ESP8266 and Raspberry Pi Pico W.
- Add support Ethernet for ESP32, ESP8266 and Raspberry Pi Pico.
- Add support other network Clients e.g., WiFiClient, EthernetClient and GSMClient using ESP_SSLClient and other SSL Clients.