3.3.3
What's Changed
- feat: Res.Send(S) now writes stream bytes to the response body by @freitasjca in #540
- Fix IOCP connection context lifetime by @regyssilveira in #543
- Corrige compatibilidade do comparador no FPC 3.2.2 e estabiliza a suíte de testes by @regyssilveira in #544
- fix(streaming): exclude HORSE_PROVIDER_NGHTTP2 from the default stream-writer registration by @freitasjca in #552
- fix(websocket): type FeedBytes' parameter as the class, removing an interface-to-class cast that fails on FPC by @freitasjca in #551
- feat(websocket): let providers signal a WebSocket upgrade without the HTTP/1.1 Upgrade header (RFC 8441) by @freitasjca in #550
- perf(epoll): run the HTTP pipeline inline in the worker instead of hopping through TTask.Run by @festerzuki in #553
- fix(cookies): correct minimum compiler version for TCookie.HttpOnly by @fabricio-sisplan in #559
New Contributors
- @festerzuki made their first contribution in #553
- @fabricio-sisplan made their first contribution in #559
Full Changelog: 3.3.2...3.3.3