Skip to content

Releases: mobizt/FirebaseClient

v1.3.11

19 Sep 05:40
Compare
Choose a tag to compare

September 17, 2024

v1.3.11 stable release

Updates:

  • Add support Arduino OPTA.

v1.3.10

04 Aug 01:16
Compare
Choose a tag to compare

August 4, 2024

v1.3.10 stable release

Updates:

  • Remove uusing namespace std to avoid ambiguous byte naming in C++17/Arduino.

v1.3.9

30 Jul 15:05
Compare
Choose a tag to compare

July 30, 2024

v1.3.9 stable release

Updates:

  • Fix ENABLE_FS compiler flag related issue.

v1.3.8

27 Jul 10:01
Compare
Choose a tag to compare

July 27, 2024

v1.3.8 stable release

Updates:

  • Remove Google Cloud Storage Multipart upload support.
  • Fix BLOB upload issue in Firebase Storage.
  • Update examples and documentation for ESP32 Core v3.x.x File object workaround.

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.