Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.1
->0.23.24
0.22.1
->0.23.24
0.22.1
->0.23.15
0.22.1
->0.23.15
Release Notes
http4s/http4s (org.http4s:http4s-circe_2.13)
v0.23.24
Compare Source
This release upgrades to cats-parse v1.0.0 which may trigger eviction errors in your build. The cats-parse 1.x series is 100% binary-compatible with the cats-parse 0.3.x series, so it is safe to ignore the eviction errors in this case.
What's Changed
http4s-core
http4s-server
http4s-ember-core
http4s-ember-client
Documentation
Behind the scenes
0.6.0
with Laika1.0.0
by @jenshalm in https://github.com/http4s/http4s/pull/7290New Contributors
Full Changelog: http4s/http4s@v0.23.23...v0.23.24
v0.23.23
Compare Source
This release includes assorted fixes and optimizations for Ember.
What's Changed
http4s-ember-core
ember-core
by @danicheg in https://github.com/http4s/http4s/pull/7154http4s-ember-server
getValidManaged
by @armanbilge in https://github.com/http4s/http4s/pull/7218http4s-ember-client
Behind the scenes
New Contributors
Full Changelog: http4s/http4s@v0.23.22...v0.23.23
v0.23.22
Compare Source
This release includes assorted fixes for Ember.
What's Changed
http4s-core
QueryOps#setQueryParams
scaladoc by @danicheg in https://github.com/http4s/http4s/pull/7126http4s-ember-core
ClientHelpers
' methods by @danicheg in https://github.com/http4s/http4s/pull/7173http4s-ember-server
NoSuchElementException
intlsSocket.applicationProtocol
by @arturaz in https://github.com/http4s/http4s/pull/7092Behind the scenes
Assertions#assume
in tests by @danicheg in https://github.com/http4s/http4s/pull/7183New Contributors
Full Changelog: http4s/http4s@v0.23.21...v0.23.22
v0.23.21
Compare Source
This release fixes another regression in Ember HTTP/2.
What's Changed
http4s-server
ClockOps
inResponseTiming
Middleware by @danicheg in https://github.com/http4s/http4s/pull/7163http4s-ember-core
readBuffer
onheaders.endStream
by @armanbilge in https://github.com/http4s/http4s/pull/7156ClockOps
inUtil#readWithTimeout
by @danicheg in https://github.com/http4s/http4s/pull/7162http4s-ember-server
runConnection
by @armanbilge in https://github.com/http4s/http4s/pull/7157Behind the scenes
H2Server#h2cUpgradeHttpRoute
by @danicheg in https://github.com/http4s/http4s/pull/7159Full Changelog: http4s/http4s@v0.23.20...v0.23.21
v0.23.20
Compare Source
This release fixes a critical regression in Ember HTTP/2. It also upgrades to Scala 3.3.0 LTS.
What's Changed
http4s-core
ContextRoutes
by @hamnis in https://github.com/http4s/http4s/pull/7123Upgrade-Insecure-Requests
header model by @diogocanut in https://github.com/http4s/http4s/pull/7129http4s-server
http4s-ember-core
H2Stream
readBuffer
ondata.endStream
by @armanbilge in https://github.com/http4s/http4s/pull/7147Documentation
Behind the scenes
New Contributors
Full Changelog: http4s/http4s@v0.23.19...v0.23.20
v0.23.19
Compare Source
This release updates to Cats Effect v3.5.0 which includes an important change to the cancelation semantics of the
Async#async
andIO.async
methods. Please check the Cats Effect release notes for v3.5.0 for more details. These changes do not affect Ember, but they do affect Blaze (see https://github.com/http4s/blaze/issues/772) and possibly other http4s backends.What's Changed
http4s-core
http4s-laws
http4s-server
Router#translate
by @danicheg in https://github.com/http4s/http4s/pull/7083http4s-client
Client.fromHttpApp
does not drain bodies by @kovstas in https://github.com/http4s/http4s/pull/7020http4s-client-testkit
http4s-ember-core
Hpack
optimizations by @armanbilge in https://github.com/http4s/http4s/pull/7086Channel
for H2readBuffer
by @armanbilge in https://github.com/http4s/http4s/pull/7096Documentation
Behind the scenes
build.sbt
by @danicheg in https://github.com/http4s/http4s/pull/7042New Contributors
Full Changelog: http4s/http4s@v0.23.19-RC3...v0.23.19
v0.23.18
Compare Source
This is a bugfix that addresses a fatal error that affects a small number of people. It also contains some optimizations and important dependency upgrades, including a memory leak in Cats Effect.
What's Changed
http4s-core
Chunk
builder instead ofBuffer
inChunkWriter
by @danicheg in https://github.com/http4s/http4s/pull/6919http4s-ember-core
http4s-circe
Chunk
builder inCirceInstances#streamedJsonArray
by @danicheg in https://github.com/http4s/http4s/pull/6922Behind the scenes
Full Changelog: http4s/http4s@v0.23.17...v0.23.18
v0.23.17
Compare Source
What's Changed
http4s-core
Cross-Origin-Resource-Policy
header model by @samspills in https://github.com/http4s/http4s/pull/6709Uri.Host.fromString
method by @CraigHammondDexcom in https://github.com/http4s/http4s/pull/6741Headers
by @danicheg in https://github.com/http4s/http4s/pull/6776Query#apply
by @danicheg in https://github.com/http4s/http4s/pull/6817Temporal#realTime
in client retry middleware by @armanbilge in https://github.com/http4s/http4s/pull/6834http4s-server
AuthScheme
values by @danicheg in https://github.com/http4s/http4s/pull/6778DefaultHead
Middleware by @danicheg in https://github.com/http4s/http4s/pull/6855http4s-client
http4s-ember-core
EmptyBody
in request encoder by @armanbilge in https://github.com/http4s/http4s/pull/6752http4s-ember-server
Shutdown#trackConnection
should never be empty by @armanbilge in https://github.com/http4s/http4s/pull/6781http4s-jawn
http4s-circe
Documentation
contributing.md
by @yoshinorin in https://github.com/http4s/http4s/pull/6708mdoc:silent
more liberally throughout docs by @valencik in https://github.com/http4s/http4s/pull/6705Future[_]
from presupplied encoders by @yoshinorin in https://github.com/http4s/http4s/pull/6749Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.