Releases: http4s/blaze
v1.0.0-M36
This release is for binary compatibility with http4s-core-1.0.0-M36.
What's Changed
- Update http4s-circe, http4s-client, ... to 0.23.15 in series/0.23 by @http4s-steward in #725
Behind the scenes
- Merge
series/0.23
intomain
& updatehttp4s
core to1.0.0-M36
by @danicheg in #727 - Set up
mergify.yml
by @danicheg in #730 - Merge
series/0.23
intomain
by @danicheg in #732
Full Changelog: v1.0.0-M35...v1.0.0-M36
v1.0.0-M35
This release is for binary compatibility with http4s-core-1.0.0-M35.
What's Changed
- Update http4s-circe, http4s-client, ... to 0.23.14 in series/0.23 by @http4s-steward in #719
Behind the scenes
- Update sbt-http4s-org to 0.14.4 in series/0.23 by @http4s-steward in #714
- Update http4s-circe, http4s-client, ... to 1.0.0-M35 in main by @http4s-steward in #720
- Inherit sbt from 0.23 by @rossabaker in #718
- Update sbt to 1.7.1 in series/0.23 by @http4s-steward in #712
- Merge 0.23 -> main by @rossabaker in #721
Full Changelog: v1.0.0-M34...v1.0.0-M35
v1.0.0-M34
This release is for binary compatibility with http4s-core-1.0.0-M34. The only user-facing change is a dependency bump.
What's Changed
- Update http4s-circe, http4s-client, ... to 1.0.0-M34 in main by @http4s-steward in #709
Behind the Scenes
- Fix links and typo in readme by @danicheg in #684
- Update sbt-http4s-org to 0.13.4 in series/0.23 by @http4s-steward in #687
- Update scalafmt-core to 3.5.8 in series/0.23 by @http4s-steward in #688
- Ignore sbt-http4s-org and scalafmt on main by @rossabaker in #692
- Set up Scalafix and bump
sbt-http4s-org
version by @danicheg in #694 - Merge
series/0.23
intomain
by @danicheg in #695 - Update
sbt-http4s-org
by @danicheg in #698 - Merge series/0.23 into main by @danicheg in #699
- Make sbt recognise the names of the http4s-* projects by @RafalSumislawski in #700
- Configure logback in new modules by @RafalSumislawski in #704
- Fix ScalaStewart reformatting build.sbt by @RafalSumislawski in #702
- Merge 0.23 -> main by @rossabaker in #708
New Contributors
- @http4s-steward made their first contribution in #687
Full Changelog: v1.0.0-M33...v1.0.0-M34
v1.0.0-M33
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
v0.23.12
This release imports the http4s blaze backends from the core repo into this repo, which formerly housed the blaze library with no http4s dependencies. From this point forward, the http4s backends will be published with the blaze internals. The http4s-blaze-*
artifacts are binary compatible with their 0.23.x antecedents, and the older blaze-*
artifacts are binary compatible with their 0.15.x antecedents.
Notable changes
- Use parasitic EC in the blaze for Scala 2.13 by @danicheg in http4s/http4s#6145
- Document the use of the execution context passed to the blaze builders. by @zainab-ali in http4s/http4s#6098
- Deprecate blaze TrustingSslContext by @rossabaker in http4s/http4s#6182
- Use
guarantee
on failed request clean-up in the blaze by @danicheg in http4s/http4s#6200 - Update to http4s-0.23.12 by @rossabaker in #680
Behind the scenes
- Update scala-library to 2.13.8 by @scala-steward in #601
- Set
githubWorkflowPublishTargetBranches
only once in the build.sbt by @danicheg in #602 - Update scalafmt-core to 3.3.2 by @scala-steward in #605
- Update to sbt-http4s-org-0.10.0 by @rossabaker in #604
- Update sbt-http4s-org to 0.10.1 by @scala-steward in #606
- Update scalafmt-core to 3.3.3 by @scala-steward in #607
- Update sbt-http4s-org to 0.11.0 by @scala-steward in #608
- Update scalafmt-core to 3.4.0 by @scala-steward in #610
- Update sbt-http4s-org to 0.11.1 by @scala-steward in #609
- Update sbt to 1.6.2 by @scala-steward in #611
- Update scalafmt-core to 3.4.1 by @scala-steward in #612
- Update scalafmt-core to 3.4.2 by @scala-steward in #613
- Update sbt-http4s-org to 0.12.0 by @scala-steward in #614
- Update scalafmt-core to 3.4.3 by @scala-steward in #615
- Update sbt-http4s-org to 0.12.1 by @scala-steward in #616
- Update sbt-buildinfo to 0.11.0 by @scala-steward in #617
- Update sbt-http4s-org to 0.12.2 by @scala-steward in #618
- Update logback-classic to 1.2.11 by @scala-steward in #619
- Update sbt-http4s-org to 0.13.0 by @scala-steward in #620
- Update sbt-http4s-org to 0.13.1 by @scala-steward in #622
- Update scalafmt-core to 3.5.0 by @scala-steward in #623
- Update scalafmt-core to 3.5.1 by @scala-steward in #624
- Update sbt-http4s-org to 0.13.2 by @scala-steward in #625
- Update scalafmt-core to 3.5.2 by @scala-steward in #626
- Hello, http4s-blaze by @armanbilge in #628
- Tweak
async
usage inHttp1Connection
by @danicheg in http4s/http4s#6208
New Contributors
- @armanbilge made their first contribution in #628
Full Changelog: v0.15.3...v0.23.12
v0.15.3
Notable changes
- Reduce level of "Accepted connection" log message by @diesalbla in #600
Behind the scenes
- Update scala3-library to 3.0.2 by @scala-steward in #557
- Fix CI badge in
README.md
by @danicheg in #558 - Update
Scalafmt
to 3.0.2 by @danicheg in #560 - Update scalafmt-core to 3.0.3 by @scala-steward in #562
- Update logback-classic to 1.2.6 by @scala-steward in #561
- Update Scala 2.12 to
2.12.15
by @danicheg in #564 - Update scalafmt-core to 3.0.4 by @scala-steward in #565
- Update sbt-http4s-org to 0.8.2 by @scala-steward in #566
- Update scalafmt-core to 3.0.5 by @scala-steward in #568
- Update
sbt-http4s-org
and useadoptium@8
in CI by @danicheg in #569 - Update scalafmt-core to 3.0.6 by @scala-steward in #570
- Update scala3-library to 3.1.0 by @scala-steward in #571
- Downgrade Scala 3 version by @danicheg in #572
- Update scalafmt-core to 3.0.7 by @scala-steward in #573
- Update scalafmt-core to 3.0.8 by @scala-steward in #574
- Specify Scalafmt runner dialect and update Scalafmt version by @danicheg in #578
- Update scalafmt-core to 3.1.1 by @scala-steward in #579
- Update logback-classic to 1.2.7 by @scala-steward in #577
- Update sbt-java-formatter to 0.7.0 by @scala-steward in #580
- Update scalafmt-core to 3.1.2 by @scala-steward in #581
- Update scalafmt-core to 3.2.0 by @scala-steward in #582
- Update scalafmt-core to 3.2.1 by @scala-steward in #583
- Update scala-library to 2.13.7 by @scala-steward in #575
- Update sbt to 1.5.6 by @scala-steward in #586
- Update logback-classic to 1.2.8 by @scala-steward in #587
- Update sbt to 1.5.7 by @scala-steward in #588
- Update logback-classic to 1.2.9 by @scala-steward in #589
- Update sbt to 1.5.8 by @scala-steward in #591
- Rm
sbt-updates
plugin by @danicheg in #593 - Update logback-classic to 1.2.10 by @scala-steward in #594
- Update sbt to 1.6.0 by @scala-steward in #596
- Update scalafmt-core to 3.2.2 by @scala-steward in #595
- Update scalafmt-core to 3.3.0 by @scala-steward in #597
- Update sbt to 1.6.1 by @scala-steward in #598
- Update scalafmt-core to 3.3.1 by @scala-steward in #599
New Contributors
- @diesalbla made their first contribution in #600
Full Changelog: v0.15.2...v0.15.3