Releases: mobizt/Firebase-ESP-Client
Releases · mobizt/Firebase-ESP-Client
v2.5.1
September 20, 2021
v2.5.1 stable release
Updates:
- Fix OAuth2.0 token generation issues since v2.4.0.
- Fix FCM internal class initializing issue when Firebase.begin was call more than once.
- Fix possible crash when Firebase.setFloatDigits and Firebase.setDoubleDigits called before Firebase.begin.
- Add config.timeout for timeout configuration.
v2.5.0
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
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.