Skip to content

Releases: mobizt/FirebaseClient

v1.3.7

26 Jul 10:10
Compare
Choose a tag to compare

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

25 Jul 16:08
Compare
Choose a tag to compare

July 25, 2024

v1.3.6 stable release

Updates:

  • Fix IDToken auth issue #120.

v1.3.5

11 Jul 01:28
Compare
Choose a tag to compare

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

06 Jul 17:37
Compare
Choose a tag to compare

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

05 Jul 03:34
Compare
Choose a tag to compare

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

02 Jul 14:46
Compare
Choose a tag to compare

July 2, 2024

v1.3.2 stable release

Updates:

  • Use Arduino OTAStorage to support other OTA Storage libraries.

v1.3.1

02 Jul 05:08
Compare
Choose a tag to compare

July 2, 2024

v1.3.1 stable release

Updates:

  • Add support more Arduino boards for OTA firmware update.

v1.3.0

27 Jun 04:43
Compare
Choose a tag to compare

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

26 Jun 09:01
Compare
Choose a tag to compare

June 26, 2024

v1.2.19 stable release

Updates:

  • Allow Firestore ArrayValue to add the same value type.

v1.2.18

26 Jun 08:01
Compare
Choose a tag to compare

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.