Skip to content

Releases: mobizt/FirebaseClient

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.

v1.4.8

18 Nov 18:54
Compare
Choose a tag to compare

November 19, 2024

v1.4.8 stable release

Updates:

  • Fix chunked data decoding issue #175 introduced by PR #172.

v1.4.7

07 Nov 02:30
Compare
Choose a tag to compare

November 7, 2024

v1.4.7 stable release

Updates:

  • Fix bugs in AsyncClient HTTP protocol and async task flow PR #172 from ztaylor54
  • The string_t and object_t enhancement.
  • Update sponsors.

v1.4.6

30 Oct 15:57
Compare
Choose a tag to compare

October 30, 2024

v1.4.6 stable release

Updates:

  • Fix possible stack ovf issue #169 for ESP8266 due to too large printf buffer.