Skip to content

Releases: mobizt/FirebaseClient

v1.5.4

29 Jan 09:44
Compare
Choose a tag to compare

January 29, 2025

v1.5.4 stable release

Updates:

  • Revert the changes made to v1.5.3.
  • Add Stream performance test example.
  • Each Realtime Database event will be notified instantly without caching.

v1.5.3

29 Jan 05:50
Compare
Choose a tag to compare

January 29, 2025

v1.5.3 stable release

Updates:

  • Fix multiple events parsing in Realtime Database SSE Stream event payload issue.
  • Update Realtime Database Stream examples.
  • Update Wrapper example.

v1.5.2

28 Jan 04:05
Compare
Choose a tag to compare

January 28, 2025

v1.5.2 stable release

Updates:

  • Add support auto-authentication setting.
  • Add support force re-authentication.
  • Update documentation and examples.
  • Code refactoring.

v1.5.1

26 Jan 12:57
Compare
Choose a tag to compare

January 26, 2025

v1.5.1 stable release

Updates:

  • Fix NetworkConfig default constructor issue.
  • Rename the namespaces, enums and structs.
  • Update documentation.
  • Update examples (bare minimum and wrapper)

v1.5.0

17 Jan 14:52
Compare
Choose a tag to compare

January 17, 2025

v1.5.0 stable release

Updates:

  • Fix Realtime Database large Stream payload missing issue #206.
  • Fix PSRAM large Arduino String concatenation issue.
  • Fix RealtimeDatabaseResult data indexing issue.

v1.4.18

13 Jan 17:12
Compare
Choose a tag to compare

January 14, 2025

v1.4.18 stable release

Updates:

  • Fix the undetectable timeout issue #203 in case HTTP GET request while network is not responding.

v1.4.17

09 Jan 02:46
Compare
Choose a tag to compare

January 9, 2025

v1.4.17 stable release

Updates:

  • Update ESP_SSLClient.
  • Apply ESP32 Client.h Arduino API breaking fix only for ESP32 Arduino Core v3.1.0.

v1.4.16

08 Jan 04:23
Compare
Choose a tag to compare

January 8, 2025

v1.4.16 stable release

Updates:

  • Fix ESP32 Core v3.x.x warning.
  • Improve server connection checking method.

v1.4.15

07 Jan 12:16
Compare
Choose a tag to compare

January 7, 2025

v1.4.15 stable release

Updates:

  • Fix chunked data issue #201.
  • Update documentation.

v1.4.14

06 Jan 05:07
Compare
Choose a tag to compare

January 6, 2025

v1.4.14 stable release

Updates:

  • Fix incomplete chunked data issue #200.
  • Code optimization.
  • Update examples.