tag:github.com,2008:https://github.com/fhessel/esp32_https_server/releases Tags from esp32_https_server 2020-04-08T22:56:52Z tag:github.com,2008:Repository/114398895/v1.0.0 2020-04-08T22:56:52Z v1.0.0: Version 1.0.0 <p>Version 1.0.0</p> <p>For fixes and changes see <a href="https://github.com/fhessel/esp32_https_server/blob/master/CHANGELOG.md#v100">https://github.com/fhessel/esp32_https_server/blob/master/CHANGELOG.md#v100</a></p> fhessel tag:github.com,2008:Repository/114398895/v0.3.1 2019-12-20T00:48:51Z v0.3.1: Version 0.3.1 <p>Version 0.3.1</p> <p>Fixes: <br />- Issues regarding websockets (<a class="issue-link js-issue-link" href="https://github.com/fhessel/esp32_https_server/pull/58">#58</a>, <a class="issue-link js-issue-link" href="https://github.com/fhessel/esp32_https_server/pull/59">#59</a>)</p> <p>Features and other changes: <br />- Update docs <br />- Update meta data for Arduino <br />- Update readme</p> fhessel tag:github.com,2008:Repository/114398895/v0.3.0 2019-09-18T01:31:08Z v0.3.0: Version 0.3.0 <p>Version 0.3.0</p> <p>Fixes: <br />- Clean close connections correctly when stopping the server <br />- Fix off-by-one error in number formatting (e.g. content-length) <br />- Close WebSockets properly when shutting down the server. <br />- Handle percent encoding of URL and request parameters. <br />- WebSocket example: Hostname instead of IP</p> <p>New "Features" and other changes: <br />- Add HTTP Status Code 431 - Header too long <br />- Added doxgen documentation <br />- Some Typos <br />- Allow modification of HTTPSServerConstants using CFLAGS <br />- Configurable logging <br />- Use spaces everywhere</p> <p>Breaking Changes: <br />- HTTPConnection::clientError/serverError -&gt; raiseError(code, reason)</p> fhessel tag:github.com,2008:Repository/114398895/v0.2.4 2019-03-30T17:32:45Z v0.2.4: Version 0.2.4 <p>Version 0.2.4</p> <p>- Fixed a bug in the REST-API example (Content-Length header was set to garbage) <br />- std::strings are passed as const ref whereever possible</p> fhessel tag:github.com,2008:Repository/114398895/v0.2.3 2019-03-29T23:39:12Z v0.2.3: Version 0.2.3 <p>Version 0.2.3</p> <p>- Connection-Header is now parsed case-insensitive (so Keep-Alive from the client works as well as keep-alive)</p> fhessel tag:github.com,2008:Repository/114398895/v0.2.2 2019-02-16T23:25:58Z v0.2.2 <p>- Fixed a small bug in HTTPRequest::getMethod, it now returns the met…</p> <p>…hod used by the client instead of the method specified in the matching resource node (relevant especially for default nodes)</p> <p>- Added REST API example</p> fhessel tag:github.com,2008:Repository/114398895/v0.2.1 2019-01-17T20:27:30Z v0.2.1 <p>Add v0.2.1 tag as the Platform IO crawler did pick up the half-ready …</p> <p>…release from the master branch 🙄</p> fhessel tag:github.com,2008:Repository/114398895/v0.2.0 2019-01-15T13:33:17Z v0.2.0: Version 0.2.0 <p>Version 0.2.0</p> <p>Changelog: <br />- Script to create test CA now uses include guards <br />- First work on the websocket implementation (still not complete, though) <br />- Added websocket example sketch <br />- Added parameter validation <br />- Added function to create self-signed certificate</p> fhessel tag:github.com,2008:Repository/114398895/v0.1.1 2018-09-09T14:01:39Z v0.1.1: Version 0.1.1 <p>Version 0.1.1</p> <p>Changelog: <br />- Added tags to ResourceNodes</p> fhessel