Skip to content

Tags: myconstellation/constellation-arduino

Tags

2.4.18186

Toggle 2.4.18186's commit message
Release 2.4.18186 :

* Support ESP8266 Arduino SDK 2.4.x
* Support SSL endpoint with the WiFiSecureClient
* Support Basic Auth (added `setAuthorization`)
* Support UserAgent
* Added  `onClientConnected` to define the callback to execute after the TCP client is connected (eg. check the SSL cert)
* Support Chunked transfert (eg. when the Constellation Server run on Mono/Linux) thank's to @sx1-jbecker for investigation
* Package identity is now set in the HTTP request header
* Rewriting the HTTP response parser
* Other minor changes

2.2.17248

Toggle 2.2.17248's commit message
Release 2.2.17248 :

+ Replacing deprecated functions since ArduinoJson 5.8.2
+ Removing compiler warnings

2.2.16341

Toggle 2.2.16341's commit message
Release 2.2.16341

- Auto renew SO & MC subscriptions when server error (in case of server reboot when the subscription no longer exist)
- Bugfix mistake in the subscribeStateObjects() method

2.1.16308

Toggle 2.1.16308's commit message
First public commit (version 2.1.16308)