Skip to content

Releases: mobizt/Firebase-ESP-Client

v2.4.1

19 Aug 04:46
Compare
Choose a tag to compare

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

15 Aug 09:20
357a636
Compare
Choose a tag to compare

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

04 Jul 12:53
Compare
Choose a tag to compare

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

04 Jul 11:46
Compare
Choose a tag to compare

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

27 Jun 02:21
Compare
Choose a tag to compare

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

24 Jun 23:43
Compare
Choose a tag to compare

June 25, 2021

v2.3.4 stable release

Updates:

  • Fix Stream and MultipathStream data manipulation.

v2.3.3

24 Jun 14:19
Compare
Choose a tag to compare

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

24 Jun 01:09
Compare
Choose a tag to compare

June 24, 2021

v2.3.1 stable release

Updates:

  • Fix GCS and Firebase Storage downloads timed out.

v2.3.0

22 Jun 17:45
Compare
Choose a tag to compare

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

13 Jun 11:21
Compare
Choose a tag to compare

June 13, 2021

v2.2.6 stable release

Updates:

  • Add Firestore's beginTransaction and rollback functions.