Releases: mobizt/FirebaseClient
Releases · mobizt/FirebaseClient
v1.3.7
July 26, 2024
v1.3.7 stable release
Updates:
- Fix Google Cloud Storage Resumable/Multipart BLOB upload issue.
- Fix Firebase Storage BLOB upload issue.
- Fix wrong mime type in Firebase Storage/Google Cloud Storage upload examples.
- Add support Firebase Storage OTA and file download in non-authentication mode using file access token.
v1.3.6
July 25, 2024
v1.3.6 stable release
Updates:
- Fix IDToken auth issue #120.
v1.3.5
July 11, 2024
v1.3.5 stable release
Updates:
- Add
BlobConfig
and FileConfig
classes's default constructors.
- Add
BlobConfig::setBlob
and FileConfig::setFile
.
- Update documentation and examples that related to the File and BLOB.
v1.3.4
July 7, 2024
v1.3.4 stable release
Updates:
- Add
AsyncClientClass
default constructor
- Update
EthernetNetwork
to copy all credentials internally.
- Allow contiguous same network types in
AsyncClientClass::setNetwork
.
v1.3.3
July 5, 2024
v1.3.3 stable release
Updates:
- Allow network switching or changing in async client.
- Add
AsyncClientClass::networkLastSeen
and AsyncClientClass::setNetwork
functions.
- Update the network switching examples.
- Prevent network connection/reconnection interferences in multi-async client usage.
v1.3.2
July 2, 2024
v1.3.2 stable release
Updates:
- Use Arduino OTAStorage to support other OTA Storage libraries.
v1.3.1
July 2, 2024
v1.3.1 stable release
Updates:
- Add support more Arduino boards for OTA firmware update.
v1.3.0
June 27, 2024
v1.3.0 stable release
Updates:
- Remove support for session timeout setting in this library.
- Add support session timeout setting in ESP_SSLClient which requires when ESP32 WiFiClient was used.
- Update examples and documentation.
v1.2.19
June 26, 2024
v1.2.19 stable release
Updates:
- Allow Firestore ArrayValue to add the same value type.
v1.2.18
June 26, 2024
v1.2.18 stable release
Updates:
- Move TCP session timeout to a function as the optional for working with
ESP_SSLClient
and WiFiClient
.
- Prevent auth task handler from running when downloading/uploading file.