Skip to content

v1.0.0-M29

Pre-release
Pre-release
Compare
Choose a tag to compare
@rossabaker rossabaker released this 13 Oct 01:32
· 4661 commits to main since this release
410c8a6

This is the latest development milestone in the 1.x series. It is not binary compatible with previous milestones. It includes all the changes through 0.23.6.

http4s-server

Breaking changes

  • #5346: Relax Async constraint to Sync in CookieJar, ConcurrentRequests, and MaxActiveRequests middleware.

Enhancements

  • #5353: Include the BodyCache middleware that was introduced in 0.22 but not properly merged to main.