| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 735 Bytes | |
| v0.23.36 source code.tar.gz | 2026-07-07 | 861.3 kB | |
| v0.23.36 source code.zip | 2026-07-07 | 1.5 MB | |
| Totals: 3 Items | 2.4 MB | 0 | |
This fixes a binary compatibility regression in the websocket package if http4s-core is newer than http4s-server. See [#7887].
What's Changed
http4s-core
- Restore binary compatibility of WebSocketFrameDefragmenter by @rossabaker in https://github.com/http4s/http4s/pull/7887
http4s-ember-server
- Do not test unix sockets on Ember on JDK 1.8 by @rossabaker in https://github.com/http4s/http4s/pull/7890
Behind the scenes
- Delete security policy in favor of org level by @rossabaker in https://github.com/http4s/http4s/pull/7689
- Clean up lingering warnings by @rossabaker in https://github.com/http4s/http4s/pull/7884
Full Changelog: https://github.com/http4s/http4s/compare/v0.23.35...v0.23.36