Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v2.4.1
August 19, 2021
v2.4.1 stable release
Updates:
- Fix mising stringData in stream issue..
- Fix issue that data type mismatch checking should not activated by default.
- Add FirebaseJson features and fix for child of searching path existed in the search result.
v2.4.0
August 15, 2021
v2.4.0 major update, stable release
Updates:
- Code optimization and refactoring.
- Bugs fixed e.g. prevent zero length data sent in TCP client.
- Major updates with features added and improvement in FirebaseJson, RTDB and Session classes.
- Reduce memory usage.
- Features added e.g. FirebaseData object's setCert() for locally Root CA verification, to() for any value casting.
- RTDB Data type checking is now optional.
- Fixed queue management code and file structure.
- Rewrite and update examples.
- MultipathStream begin and callback functions updated.
- FireSense class and example updates. The loadConfig function with default config callback function as argument is set to deprecate.
- Searchable Json object and array supported.
- FirebaseJsonData casting to any value type is now supported.
- FirebaseJson object and array serialize to writable object and deserialize from readable stream and client are supported.
v2.3.7
July 4, 2021
v2.3.7 stable release
Updates:
- Increase BearSSL buffer for ESP8266 for token generation process which prevent crash in some ESP8266 device.
v2.3.6
July 4, 2021
v2.3.6 stable release
Updates:
- Fix RTDB data type mismatch issue.
- Fix FireSense addon issue.
- Reduce memory usage.
- Remove RTDB's priority parameter in set and push of File and Blob functions.
v2.3.5
June 27, 2021
v2.3.5 stable release
Updates:
- Fix the empty JSON and JSON Array objects issues in RTDB's Firebase Data object response payload.
v2.3.4
June 25, 2021
v2.3.4 stable release
Updates:
- Fix Stream and MultipathStream data manipulation.
v2.3.3
June 24, 2021
v2.3.3 stable release
Updates:
- Fix the unreadable RTDB.MultiPathStream's event type.
- Fix invalid input data in FirebaseJson getArray.
v2.3.1
June 24, 2021
v2.3.1 stable release
Updates:
- Fix GCS and Firebase Storage downloads timed out.
v2.3.0
June 22, 2021
v2.3.0 stable release
Updates:
- Improve memory usage (8 -10 k more free heap).
- Add support classes exclusion.
v2.2.6
June 13, 2021
v2.2.6 stable release
Updates:
- Add Firestore's beginTransaction and rollback functions.