Skip to content

Releases: jeremypoulter/ArduinoMongoose

v0.0.20

01 Oct 17:51
Compare
Choose a tag to compare

Fixed duplicate examples in library file.

v0.0.19

25 Sep 14:57
984eb27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.18...v0.0.19

HTTP Client close handler

08 Jun 23:52
Compare
Choose a tag to compare

Added callback for when the socket closes, this allows handling of cases when the HTTP connection is not established, eg DNS failure

v0.0.12

20 Apr 21:01
Compare
Choose a tag to compare
  • Set HTTP Client headers #12
  • MQTT QoS support #11

Thanks @lincomatic

More MQTT fixes

24 Feb 23:50
Compare
Choose a tag to compare
  • Support for disabling certificate validation
  • Fix for updating the connected state when the socket is closed

MQTT Fixes

23 Feb 23:30
Compare
Choose a tag to compare
  • Report socket connection errors when connecting to MQTT server
  • Added disconnect method to MQTT client

Bug fixes

28 Jan 22:05
Compare
Choose a tag to compare
  • Fixed handling of blank get parameters
  • Fixed user data sent for SNTP callback under error conditions

Basic auth and WebSockets

17 Jan 21:48
Compare
Choose a tag to compare

Added support for Basic Auth support, #2, and WebSocket support. #1

Bug fixes

06 Jan 10:20
Compare
Choose a tag to compare

Various bug fixes

SNTP support

28 Nov 00:25
Compare
Choose a tag to compare
v0.0.4

Fixed a memory leak