Skip to content

Releases: mobizt/FirebaseClient

v1.2.10

06 Jun 05:57
Compare
Choose a tag to compare

June 6, 2024

v1.2.10 stable release

Updates:

  • Add Simple examples for Realtime database usage.

v1.2.9

05 Jun 10:16
Compare
Choose a tag to compare

June 5, 2024

v1.2.9 stable release

Updates:

  • Fix SSE mode (HTTP Streaming) task does not restart when auth updated in different async clients usage.

v1.2.8

05 Jun 06:58
Compare
Choose a tag to compare

June 5, 2024

v1.2.8 stable release

Updates:

  • Fix incorrect Realtime database Stream timeout setting.
  • Fix missing Realtime database Stream timed out error status.
  • Defer the server re-connection in auth and SSE mode (HTTP Streaming) tasks in case of failure.
  • Add support Arduino® UNO R4 WiFi in library property.

v1.2.7

01 Jun 17:14
Compare
Choose a tag to compare

June 2, 2024

v1.2.7 stable release

Updates:

  • Fix sync File download issue in Realtime database.
  • Fix upload/download progress debug info issue #81 in non-callback async task.

v1.2.6

29 May 05:24
Compare
Choose a tag to compare

May 29, 2024

v1.2.6 stable release

Updates:

  • Add support user defined JWT token processor to allow multi-threaded usage.
  • Update documentation.
  • Update examples.

v1.2.5

22 May 11:53
Compare
Choose a tag to compare

May 22, 2024

v1.2.5 stable release

Updates:

  • Fix compilation error issue #76.

v1.2.4

22 May 09:33
Compare
Choose a tag to compare

May 22, 2024

v1.2.4 stable release

Updates:

  • Fix wrong network timeout setting.
  • Update Ethernet and GSM networks debugging.
  • Remove blocking wait loops for Ethernet and GSM networks.

DONOT INSTALL THIS VERSION BECAUSE OF KNOWN LIBRARY COMPILATION ISSUE

v1.2.3

20 May 09:47
Compare
Choose a tag to compare

May 20, 2024

v1.2.3 stable release

Updates:

  • Fix Realtime Database shallow option issue.
  • Make some functions private access.
  • Update Realtime Database documentation.
  • Update examples.

v1.2.2

18 May 15:02
Compare
Choose a tag to compare

May 18, 2024

v1.2.2 stable release

Updates:

  • Fix last error status was not set/reset properly in sync task.

v1.2.1

18 May 07:49
Compare
Choose a tag to compare

May 18, 2024

v1.2.1 stable release

Updates:

  • Reduce the stack usage in sync task.
  • Add support the external async result for sync tasks.
  • Add support events filtering in Realtime database SSE mode (HTTP Streaming) result.