Skip to content

Releases: mobizt/Firebase-ESP-Client

v3.1.10

23 Apr 03:54
Compare
Choose a tag to compare

April 23, 2022

v3.1.10 stable release

Updates:

  • Remove token generation retry.
  • Fixed NTP time synching blocking issue of v3.1.8.

v3.1.8

22 Apr 07:29
Compare
Choose a tag to compare

April 22, 2022

v3.1.8 stable release

Updates:

  • Fixed token initialization blocking loop issue caused by NTP server time synching.
  • Add support token initialization resuming and error info debugging.
  • Fixed RTDB stream can't begin while setting the callback when authentication is not ready due to connection lost.

v3.1.7

19 Apr 06:09
Compare
Choose a tag to compare

April 19, 2022

v3.1.7 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.
  • Remove Nagle disable from TCP client.

v3.1.6

15 Apr 03:42
Compare
Choose a tag to compare

April 15, 2022

v3.1.6 stable release

Updates:

  • Fixed ESP8266 core v2.x.x compilation error.

v3.1.5

04 Mar 19:38
Compare
Choose a tag to compare

March 5, 2022

v3.1.5 stable release

Updates:

  • Fixed compile error for FirebaseJsonArray remove.

v3.1.4

01 Mar 09:58
Compare
Choose a tag to compare

March 1, 2022

v3.1.4 stable release

Updates:

  • Fixed legacy token authentication issue.

v3.1.3

28 Feb 16:25
Compare
Choose a tag to compare

February 28, 2022

v3.1.3 stable release

Updates:

  • Fixed multiPathStream task execution issue #265.
  • Fixed Arduino IDE compiler warning.
  • Update printf functions.

v3.1.2

28 Feb 05:23
Compare
Choose a tag to compare

February 28, 2022

v3.1.2 stable release

Updates:

  • Change files structure.

v3.1.1

25 Feb 01:23
Compare
Choose a tag to compare

February 25, 2022

v3.1.1 stable release

Updates:

  • Fixed memory allocation error when PSRAM was enabled but not detected.
  • Fixed compile guard for base client issue.

v3.1.0

20 Feb 09:18
Compare
Choose a tag to compare

February 20, 2022

v3.1.0 stable release

Updates:

  • Fixed exception error due to flash string manipulation issue in FirebaseJson.
  • Fixed stream and queue tasks issue.