0.5.5
Release Highlights
- Add support for HTTP/2 Prior Knowledge to the server implementation by @bryce-anderson in #404
- Better client side handling
- Server side cancellation
- Websocket client stabilization
server side
- Add support for HTTP/2 Prior Knowledge to the server implementation by @bryce-anderson in #404
- Add support for server-side request cancellation by @bryce-anderson in #396
- Reuse the RFC7231InstantFormatter for all Netty Channels by @bryce-anderson in #392
client side
- Websocket/drain by @hamnis in #413
- Fix a race condition where a client channel closes and leaves a dispatch hanging by @bryce-anderson in #414
- try to avoid deadlock for websockets by @hamnis in #415
- Avoid deadlock websocket client by @hamnis in #416
- http client - even safer dispatch by @hamnis in #417
- Client/shared handler by @hamnis in #407
- client fixes by @hamnis in #410
- Websocket client - use reactive streams by @hamnis in #408
- Remove self in a safer way by @hamnis in #398
- Mark some tests as flaky and quiet logs by @hamnis in #399
- Fix error handling in the Http4sNettyHandler by @bryce-anderson in #395
- Mostly fix bugs with websockets by @hamnis in #393
- Use the Netty EventLoop for execution in the Http4sNettyHandler by @bryce-anderson in #394
Dependency Updates
- Update proxyee to 1.7.3 in series/0.5 by @http4s-steward in #367
- Update cats-effect to 3.4.2 in series/0.5 by @http4s-steward in #368
- Update netty-codec-http, ... to 4.1.86.Final in series/0.5 by @http4s-steward in #369
- Update proxyee to 1.7.4 in series/0.5 by @http4s-steward in #370
- Update cats-effect to 3.4.3 in series/0.5 by @http4s-steward in #371
- Update sbt to 1.8.1 in series/0.5 by @http4s-steward in #373
- Update cats-effect to 3.4.4 in series/0.5 by @http4s-steward in #372
- Update sbt to 1.8.2 in series/0.5 by @http4s-steward in #379
- Update http4s-circe, http4s-client, ... to 0.23.17 in series/0.5 by @http4s-steward in #376
- Update cats-effect to 3.4.5 in series/0.5 by @http4s-steward in #384
- Update netty-codec-http, ... to 4.1.87.Final in series/0.5 by @http4s-steward in #382
- Update fs2-reactive-streams to 3.5.0 in series/0.5 by @http4s-steward in #385
- Update http4s-circe, http4s-client, ... to 0.23.18 in series/0.5 by @http4s-steward in #386
- Update sbt-http4s-org to 0.14.10 in series/0.5 by @http4s-steward in #381
- Update scala3-library to 3.2.2 in series/0.5 by @http4s-steward in #402
- Update netty-incubator-transport-classes-io_uring, ... to 0.0.17.Final in series/0.5 by @http4s-steward in #403
- Update cats-effect to 3.4.6 in series/0.5 by @http4s-steward in #409
New Contributors
- @bryce-anderson made their first contribution in #392
Full Changelog: v0.5.4...v0.5.5