v1.0.0-M33
Pre-release
Pre-release
This release is compatible with http4s-core-1.0.0-M33. It focuses on performance improvements related to the new entity model.
What's Changed
http4s-blaze-core
- Optimize Http1Writer for cases when the entity is Empty or Strict by @wjoel in http4s/http4s#6080
- Avoid draining body on error/cancel for Entity.Strict and Empty by @wjoel in http4s/http4s#6091
- Collect entity from parser, support Entity.Strict and Empty by @wjoel in http4s/http4s#6090
- Refactor the
EntityBodyWriter.writeEntityBody
by @danicheg in http4s/http4s#6130 - Remove unused
EntityBodyWriter.wroteHeader
by @danicheg in http4s/http4s#6160
http4s-blaze-server
- Remove deprecated blaze
SSLContextFactory
by @danicheg in http4s/http4s#6295
http4s-blaze-client
- Remove deprecated
BlazeClientBuilder
by @danicheg in http4s/http4s#6109
Full Changelog: v0.23.12...v1.0.0-M33