Releases: mobizt/FirebaseClient
Releases · mobizt/FirebaseClient
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.
v1.4.13
December 26, 2024
v1.4.13 stable release
Updates:
- Update PPP and GSM examples.
v1.4.12
December 25, 2024
v1.4.12 stable release
Updates:
- Fix PPP compilation error in ESP32 Core v3.x.x.
- Update DefaultPPPNetwork examples.
v1.4.11
December 21, 2024
v1.4.11 stable release
Updates:
- Add support PPP network in ESP32 Core v3.x.x.
- Add DefaultPPPNetwork class and its examples.
v1.4.10
December 5, 2024
v1.4.10 stable release
Updates:
- Fix issue #145 for compilation error in ESP32 Core v3.1.x.
v1.4.9
November 21, 2024
v1.4.9 stable release
Updates:
- Fix chunked decoding issue.