Skip to content

Releases: mobizt/ESP-Google-Sheet-Client

v1.4.3

10 Nov 03:09

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

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

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

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

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

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

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

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

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.

v1.3.1

24 Jan 09:23

Choose a tag to compare

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.