Skip to content

Releases: mobizt/Firebase-ESP-Client

v4.3.14

21 Jun 02:46
Compare
Choose a tag to compare

June 21, 2023

v4.3.14 stable release

Updates:

  • Fix file openning locked issue in ESP8266.
  • Fix macro definition issue in client class.

v4.3.13

15 Jun 03:05
Compare
Choose a tag to compare

June 15, 2023

v4.3.13 stable release

Updates:

  • Fix memory leaks issue #521 which introduced by v4.3.11.

v4.3.12

14 Jun 06:36
Compare
Choose a tag to compare

June 14, 2023

v4.3.12 stable release

Updates:

  • Add support TCP KeepAlive in FirebaseData object.
  • Fix missing of RTDB stream time out callback when network disconnected.

v4.3.11

07 Jun 03:03
Compare
Choose a tag to compare

June 7, 2023

v4.3.11 stable release

Updates:

  • Avoid unnecessary verbose debug message in ESP32' ssl_client deallocation.
  • Fix issue #519, FreeRTOS compilation error in Arduino Pico SDK v3.2.1.
  • Enable FreeRTOS task for Raspberry Pi Pico in case FreeRTOS.h was included.

v4.3.10

22 Apr 12:45
Compare
Choose a tag to compare

April 22, 2023

v4.3.10 stable release

Updates:

  • Fix RTDB stream issue in test mode.

v4.3.9

05 Apr 09:56
Compare
Choose a tag to compare

April 5, 2023

v4.3.9 stable release

Updates:

  • Prevent mixed versions compilation.
  • Flash string optimization.
  • Add errorCode function.

v4.3.8

04 Mar 23:06
Compare
Choose a tag to compare

March 5, 2023

v4.3.8 stable release

Updates:

  • Fix ESP32 SPIFFS file upload issue.
  • Fix Firebase pause issue.

v4.3.7

14 Feb 09:22
Compare
Choose a tag to compare

February 14, 2023

v4.3.7 stable release

Updates:

  • Add missing connection status error event during token refreshing when WiFi reconnection was disabled.

v4.3.6

07 Feb 09:08
Compare
Choose a tag to compare

February 7, 2023

v4.3.6 stable release

Updates:

  • Fix access and custom tokens generation is not finished due to exchange process fail.
  • Fix non-ESP devices WiFi reconnection issue.
  • Fix LittleFS error log issue.

v4.3.5

27 Jan 06:57
Compare
Choose a tag to compare

January 27, 2023

v4.3.5 stable release

Updates:

  • Fix ESP8266 SDK lwip driver with Ethernet.h compilation error.
  • Update examples.