Releases: mobizt/ESP-Google-Sheet-Client
Releases · mobizt/ESP-Google-Sheet-Client
v1.4.4
March 25, 2024
v1.4.4 Stable release
Updates:
v1.4.3
November 10, 2023
v1.4.3 Stable release
Updates:
- Fix SSL verification time issue.
v1.4.2
November 9, 2023
v1.4.2 Stable release
Updates:
- Fix SAMD compilation error.
v1.4.1
August 21, 2023
v1.4.1 Stable release
Updates:
- Update ESP32 Client.
- Fix TinyGSMClient integration and examples.
v1.4.0
August 13, 2023
v1.4.0 Stable release
Updates:
- Add supports all Arduino devices except for AVR.
- Add support external networking Arduino clients directly without SSL client required.
- Add support TinyGsmClient integration.
v1.3.6
June 19, 2023
v1.3.6 Stable release
Updates:
- Reduce program space when no filesystems used.
v1.3.5
March 5, 2023
v1.3.5 Stable release
Updates:
- Fix ESP32 SPIFFS open file read issue.
v1.3.4
March 5, 2023
v1.3.4 Stable release
Updates:
- Fix ESP32 SPIFFS open file read issue.
v1.3.3
February 7, 2023
v1.3.3 Stable release
Updates:
- Fix access and custom tokens generation is not finished due to exchange process fail.
- Fix non-ESP devices WiFi reconnection issue.
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.