Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v3.1.10
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
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
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
April 15, 2022
v3.1.6 stable release
Updates:
- Fixed ESP8266 core v2.x.x compilation error.
v3.1.5
March 5, 2022
v3.1.5 stable release
Updates:
- Fixed compile error for FirebaseJsonArray remove.
v3.1.4
March 1, 2022
v3.1.4 stable release
Updates:
- Fixed legacy token authentication issue.
v3.1.3
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
February 28, 2022
v3.1.2 stable release
Updates:
v3.1.1
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
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.