Releases: vshakitskiy/ewe
Releases ยท vshakitskiy/ewe
v3.0.5
v3.0.4
Changelog:
- Fix glisten being incorrectly supervised on start.
v3.0.3
Changelog:
- Update glisten to next major release.
- Default
on_starthandler now usesio.printlnin addition to logging, so the startup message is visible even without a logger configured.
v3.0.2
Changelog:
- Gracefully handle HTTP/2 connections: h2c upgrade requests are served as HTTP/1.1, and direct HTTP/2 connections receive a GOAWAY with
HTTP_1_1_REQUIREDinstead of being silently dropped. - Fixed HTTP/2 prior-knowledge detection in ffi
- Refactored internal buffer module and moved to
http1
v3.0.1
Changelog:
- Adjust README
v3.0.0
Changelog:
- Fix bug where WebSocket was unusable with TLS enabled
- Remove
bind_all - Adjust documentation
- Add HTTPS example
v2.1.3
Changelog:
- Bump dependency package versions
- Move examples to appropriate folder
- Improve examples with useful documentation lines
- Replace active socket tcp message decoding for WebSocket selector
v2.1.2
Changelog:
- Improve internal codebase
- Remove
exceptionmodule with a package
v2.1.1
v2.1.0
Changelog:
- Add
send_close_framefunction for the WebSocket API - Add
CloseCodefor various close frames