Skip to content

Releases: http4s/blaze

v1.0.0-M36

30 Aug 08:18
2f115f8
Compare
Choose a tag to compare
v1.0.0-M36 Pre-release
Pre-release

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

Full Changelog: v1.0.0-M35...v1.0.0-M36

v1.0.0-M35

27 Jul 18:17
2582960
Compare
Choose a tag to compare
v1.0.0-M35 Pre-release
Pre-release

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

07 Jul 02:21
bf42745
Compare
Choose a tag to compare
v1.0.0-M34 Pre-release
Pre-release

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

New Contributors

  • @http4s-steward made their first contribution in #687

Full Changelog: v1.0.0-M33...v1.0.0-M34

v1.0.0-M33

26 May 13:35
Compare
Choose a tag to compare
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

http4s-blaze-server

http4s-blaze-client

Full Changelog: v0.23.12...v1.0.0-M33

v0.23.12

25 May 03:41
910a23b
Compare
Choose a tag to compare

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

Behind the scenes

New Contributors

Full Changelog: v0.15.3...v0.23.12

v0.15.3

08 Jan 18:34
b896ac7
Compare
Choose a tag to compare

Notable changes

  • Reduce level of "Accepted connection" log message by @diesalbla in #600

Behind the scenes

New Contributors

Full Changelog: v0.15.2...v0.15.3

v0.15.2

29 Aug 22:58
Compare
Choose a tag to compare

Bugfixes

  • #553: Use monotonic time in the TickWheelScheduler. Guards against erratic scheduling where System.currentTimeMillis is erratic.

Internals

Several build and test libraries were upgraded, and the test suite was ported from Specs2 to MUnit.

v0.14.18

29 Aug 21:49
c1ef1f4
Compare
Choose a tag to compare

Bugfixes

  • #553: Use monotonic time in the TickWheelScheduler. Guards against erratic scheduling where System.currentTimeMillis is erratic.

v0.15.1

26 May 12:50
1f43b95
Compare
Choose a tag to compare

Enhancements

  • #535: Add specific exception type for when the TickWheelExecutor is shut down.

v0.14.17

26 May 03:36
67db19e
Compare
Choose a tag to compare

Enhancements

  • #535: Add specific exception type for when the TickWheelExecutor is shut down.