Releases: mobizt/FirebaseClient
Releases · mobizt/FirebaseClient
v1.5.4
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
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
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
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
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
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
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
January 8, 2025
v1.4.16 stable release
Updates:
- Fix ESP32 Core v3.x.x warning.
- Improve server connection checking method.
v1.4.15
January 7, 2025
v1.4.15 stable release
Updates:
- Fix chunked data issue #201.
- Update documentation.
v1.4.14
January 6, 2025
v1.4.14 stable release
Updates:
- Fix incomplete chunked data issue #200.
- Code optimization.
- Update examples.