Skip to content

Releases: mobizt/FirebaseClient

v1.4.18

13 Jan 17:12
Compare
Choose a tag to compare

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

09 Jan 02:46
Compare
Choose a tag to compare

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

08 Jan 04:23
Compare
Choose a tag to compare

January 8, 2025

v1.4.16 stable release

Updates:

  • Fix ESP32 Core v3.x.x warning.
  • Improve server connection checking method.

v1.4.15

07 Jan 12:16
Compare
Choose a tag to compare

January 7, 2025

v1.4.15 stable release

Updates:

  • Fix chunked data issue #201.
  • Update documentation.

v1.4.14

06 Jan 05:07
Compare
Choose a tag to compare

January 6, 2025

v1.4.14 stable release

Updates:

  • Fix incomplete chunked data issue #200.
  • Code optimization.
  • Update examples.

v1.4.13

26 Dec 07:32
Compare
Choose a tag to compare

December 26, 2024

v1.4.13 stable release

Updates:

  • Update PPP and GSM examples.

v1.4.12

25 Dec 15:28
Compare
Choose a tag to compare

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

21 Dec 07:15
Compare
Choose a tag to compare

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

05 Dec 08:18
Compare
Choose a tag to compare

December 5, 2024

v1.4.10 stable release

Updates:

  • Fix issue #145 for compilation error in ESP32 Core v3.1.x.

v1.4.9

21 Nov 07:05
Compare
Choose a tag to compare

November 21, 2024

v1.4.9 stable release

Updates:

  • Fix chunked decoding issue.