Skip to content

Releases: mobizt/ESP-Google-Sheet-Client

v1.4.4

25 Mar 09:08
Compare
Choose a tag to compare

March 25, 2024

v1.4.4 Stable release

Updates:

  • Update FirebaseJson.

v1.4.3

10 Nov 03:09
Compare
Choose a tag to compare

November 10, 2023

v1.4.3 Stable release

Updates:

  • Fix SSL verification time issue.

v1.4.2

09 Nov 16:24
Compare
Choose a tag to compare

November 9, 2023

v1.4.2 Stable release

Updates:

  • Fix SAMD compilation error.

v1.4.1

21 Aug 05:55
Compare
Choose a tag to compare

August 21, 2023

v1.4.1 Stable release

Updates:

  • Update ESP32 Client.
  • Fix TinyGSMClient integration and examples.

v1.4.0

13 Aug 12:46
Compare
Choose a tag to compare

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

19 Jun 08:55
Compare
Choose a tag to compare

June 19, 2023

v1.3.6 Stable release

Updates:

  • Reduce program space when no filesystems used.

v1.3.5

05 Mar 10:27
Compare
Choose a tag to compare

March 5, 2023

v1.3.5 Stable release

Updates:

  • Fix ESP32 SPIFFS open file read issue.

v1.3.4

05 Mar 05:09
Compare
Choose a tag to compare

March 5, 2023

v1.3.4 Stable release

Updates:

  • Fix ESP32 SPIFFS open file read issue.

v1.3.3

08 Feb 07:04
Compare
Choose a tag to compare

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

01 Feb 06:04
Compare
Choose a tag to compare

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.