Skip to content

Releases: mobizt/Firebase-ESP8266

2.8.9

10 May 16:53
fa96623
Compare
Choose a tag to compare

May 11, 2020

v 2.8.9 stable release

Feature Fixed:

  • FirebaseJson, update JSMN as C++ class.

2.8.8

17 Apr 05:57
Compare
Choose a tag to compare

April 17, 2020

v 2.8.8 stable release

Feature Fixed:

  • Fix HTTP redirection.

2.8.7

11 Apr 10:34
Compare
Choose a tag to compare

April 11, 2020

v 2.8.7 stable release

Feature Added:

  • Add chunked decoding for FCM response payload.

Feature Fixed:

  • Fix FCM multicast reserve message length.

2.8.6

28 Mar 14:38
Compare
Choose a tag to compare

March 28, 2020

v 2.8.6 stable release

Feature Fixed:

  • Fix the FirebaseJson bug in add and set integer functions.
  • Add array size parameter to beginMultiPathStream function to prevent compiler warning.

2.8.5

10 Mar 07:20
Compare
Choose a tag to compare

March 10, 2020

v 2.8.5 stable release

Feature Fixed:

  • Fix the C++ string undefined isEmpty function due to this #93 by @phoenixxd

2.8.4

07 Mar 16:49
Compare
Choose a tag to compare

March 8, 2020

v 2.8.4 stable release

Feature Added:

  • Multiple paths stream.

Feature Fixed:

  • No stream event triggering bug when the child node value of parent node changes.
  • FirebaseJson and FirebaseJsonArray data are not assigned when reading from the stream.

2.8.3

03 Mar 08:59
Compare
Choose a tag to compare

March 3, 2020

v 2.8.3 stable release

Feature Fixed:

  • Optimize the FirebaseJson.

2.8.2

03 Mar 05:15
Compare
Choose a tag to compare

March 3, 2020

v 2.8.2 stable release

Feature Fixed:

  • Improve performance and the overall connection speed.
  • Specific to ESP8266 (to prevent PIO LDF scanning bugs).

2.8.1

01 Mar 14:51
Compare
Choose a tag to compare

March 1, 2020

v 2.8.1 stable release

Feature Fixed:

  • Fix timestamp in JSON object bug.

2.8.0

10 Feb 16:45
Compare
Choose a tag to compare

February 10, 2020

v 2.8.0 stable release

Feature Fixed:

  • Fix FirebaseJson multiple root elements parsing error.
  • Reset FirebaseJsonData when parsing was failed.