tag:github.com,2008:https://github.com/fhessel/esp32_https_server/releases Release notes 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>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>Fixes:</p> <ul> <li>Issues regarding websockets (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523972705" data-permission-text="Title is private" data-url="https://github.com/fhessel/esp32_https_server/issues/58" data-hovercard-type="pull_request" data-hovercard-url="/fhessel/esp32_https_server/pull/58/hovercard" href="https://github.com/fhessel/esp32_https_server/pull/58">#58</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523987433" data-permission-text="Title is private" data-url="https://github.com/fhessel/esp32_https_server/issues/59" data-hovercard-type="pull_request" data-hovercard-url="/fhessel/esp32_https_server/pull/59/hovercard" href="https://github.com/fhessel/esp32_https_server/pull/59">#59</a>)</li> </ul> <p>Features and other changes:</p> <ul> <li>Update docs</li> <li>Update meta data for Arduino</li> <li>Update readme</li> </ul> fhessel tag:github.com,2008:Repository/114398895/v0.3.0 2019-09-18T01:31:08Z v0.3.0: Version 0.3.0 <p>Fixes:</p> <ul> <li>Clean close connections correctly when stopping the server</li> <li>Fix off-by-one error in number formatting (e.g. content-length)</li> <li>Close WebSockets properly when shutting down the server.</li> <li>Handle percent encoding of URL and request parameters.</li> <li>WebSocket example: Hostname instead of IP</li> </ul> <p>New "Features" and other changes:</p> <ul> <li>Add HTTP Status Code 431 - Header too long</li> <li>Added doxgen documentation</li> <li>Some Typos</li> <li>Allow modification of HTTPSServerConstants using CFLAGS</li> <li>Configurable logging</li> <li>Use spaces everywhere</li> </ul> <p>Breaking Changes:</p> <ul> <li>HTTPConnection::clientError/serverError -&gt; raiseError(code, reason)</li> </ul> fhessel tag:github.com,2008:Repository/114398895/v0.2.4 2019-03-30T17:32:45Z v0.2.4: Version 0.2.4 <ul> <li>Fixed a bug in the REST-API example (Content-Length header was set to garbage)</li> <li>std::strings are passed as const ref whereever possible</li> </ul> fhessel tag:github.com,2008:Repository/114398895/v0.2.3 2019-03-29T23:39:12Z v0.2.3: Version 0.2.3 <ul> <li>Connection-Header is now parsed case-insensitive (so Keep-Alive from the client works as well as keep-alive)</li> </ul> fhessel tag:github.com,2008:Repository/114398895/v0.2.2 2019-02-16T23:25:58Z v0.2.2 <ul> <li>Fixed a small bug in HTTPRequest::getMethod, it now returns the met…</li> </ul> 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> fhessel tag:github.com,2008:Repository/114398895/v0.2.0 2019-01-15T13:33:17Z v0.2.0: Version 0.2.0 <p>Changelog:</p> <ul> <li>Script to create test CA now uses include guards</li> <li>First work on the websocket implementation (still not complete, though)</li> <li>Added websocket example sketch</li> <li>Added parameter validation</li> <li>Added function to create self-signed certificate</li> </ul> fhessel tag:github.com,2008:Repository/114398895/v0.1.1 2018-09-09T14:01:39Z v0.1.1: Version 0.1.1 <p>Changelog:</p> <ul> <li>Added tags to ResourceNodes</li> </ul> fhessel