tag:github.com,2008:https://github.com/fhessel/esp32_https_server/releasesTags from esp32_https_server2020-04-08T22:56:52Ztag:github.com,2008:Repository/114398895/v1.0.02020-04-08T22:56:52Zv1.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>fhesseltag:github.com,2008:Repository/114398895/v0.3.12019-12-20T00:48:51Zv0.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>fhesseltag:github.com,2008:Repository/114398895/v0.3.02019-09-18T01:31:08Zv0.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 -> raiseError(code, reason)</p>fhesseltag:github.com,2008:Repository/114398895/v0.2.42019-03-30T17:32:45Zv0.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>fhesseltag:github.com,2008:Repository/114398895/v0.2.32019-03-29T23:39:12Zv0.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>fhesseltag:github.com,2008:Repository/114398895/v0.2.22019-02-16T23:25:58Zv0.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>fhesseltag:github.com,2008:Repository/114398895/v0.2.12019-01-17T20:27:30Zv0.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>fhesseltag:github.com,2008:Repository/114398895/v0.2.02019-01-15T13:33:17Zv0.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>fhesseltag:github.com,2008:Repository/114398895/v0.1.12018-09-09T14:01:39Zv0.1.1: Version 0.1.1<p>Version 0.1.1</p>
<p>Changelog:
<br />- Added tags to ResourceNodes</p>fhessel