Skip to content

Releases: mobizt/FirebaseClient

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.

v1.2.16

25 Jun 07:00
Compare
Choose a tag to compare

June 25, 2024

v1.2.16 stable release

Updates:

  • Add support TCP session timeout for session reusage.

v1.2.15

25 Jun 04:30
Compare
Choose a tag to compare

June 25, 2024

v1.2.15 stable release

Updates:

  • Fix last error initialization (issue #103).
  • Prevent FirebaseApp (auth task handler) from running when OTA update is running.

v1.2.14

22 Jun 06:03
Compare
Choose a tag to compare

June 22, 2024

v1.2.14 stable release

Updates:

  • Add support precision in Firestore Document's DoubleValue and MapValue.
  • Add support printf buffer size, FIREBASE_PRINTF_BUFFER in compiler build flag.
  • Revert the default printf buffer size to 4096 to handle large JSON response.
  • Update examples and documentations.

v1.2.13

13 Jun 11:58
Compare
Choose a tag to compare

June 13, 2024

v1.2.13 stable release

Updates:

  • Optimize and fix possible code defects.
  • Fix Firestore struct missing namespace issue.
  • Update ESP32 Ethernet examples.