Skip to content

Releases: mobizt/ESP-Google-Sheet-Client

v1.3.1

24 Jan 09:23
Compare
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.

v1.3.0

23 Jan 07:59
Compare
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.

v1.2.0

17 Nov 07:22
Compare
Choose a tag to compare

November 17, 2022

v1.2.0 important release

Updates:

  • Fix memory related issues in ESP8266 which causes the JSON deserialization failure.
  • Add support String as the returned response from functions.

v1.1.0

07 May 11:24
Compare
Choose a tag to compare

May 7, 2022

v1.1.0 important release

Updates:

  • Important fix for memory leaks issue in FirebaseJson.

v1.0.4

23 Apr 12:47
Compare
Choose a tag to compare

April 23, 2022

v1.0.4 stable release

Updates:

  • Fixed NTP time synching issue.

v1.0.3

20 Apr 01:50
Compare
Choose a tag to compare

April 20, 2022

v1.0.3 stable release

Updates:

  • Fixed FirebaseJson double to string conversion issue.
  • Fixed FirebaseJson array's set by index issue.
  • Add support FirebaseJson non-object type data via setJsonData and setJsonArrayData functions.

v1.0.2

18 Apr 08:49
Compare
Choose a tag to compare

April 18, 2022

v1.0.2 stable release

Updates:

  • Update Signer class and fixed NTP time synching issue.

v1.0.1

18 Apr 07:50
Compare
Choose a tag to compare

April 18, 2022

v1.0.1 stable release

Updates:

  • Update Signer class.

v1.0.0

25 Dec 10:53
Compare
Choose a tag to compare

December 25, 2021

v1.0.0 stable release

Updates:

  • Initial commit.