fix(deps): update http4sversion to v1 (major) - autoclosed #131
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.12
->1.0-232-85dadc2
0.22.12
->1.0-232-85dadc2
0.22.12
->1.0-232-85dadc2
Release Notes
http4s/http4s
v0.23.15
This release is binary compatible with the 0.23.x series.
What's Changed
http4s-core
Uri.Path
by @FrancescoSerra in https://github.com/http4s/http4s/pull/6555http4s-server
GZip
middlewares for JS by @armanbilge in https://github.com/http4s/http4s/pull/6606http4s-client
logBody=true
by @dzanot in https://github.com/http4s/http4s/pull/6535GZip
middlewares for JS by @armanbilge in https://github.com/http4s/http4s/pull/6606http4s-ember-core
serverNames
TLS parameter for ember h2 by @armanbilge in https://github.com/http4s/http4s/pull/6579http4s-ember-server
Chunk
in ember-server by @buntec in https://github.com/http4s/http4s/pull/6587Documentation
Behind the scenes
New Contributors
Full Changelog: http4s/http4s@v0.23.14...v0.23.15
v0.23.14
This release is binary compatible with 0.23.x and updates fs2 to v3.2.11 which includes a security patch for GHSA-2cpx-6pqp-wf35.
What's Changed
http4s-core
BackendBuilder#allocate
by @danicheg in https://github.com/http4s/http4s/pull/6556List
inPath#addSegment
by @danicheg in https://github.com/http4s/http4s/pull/6557endsWithSlash
when adding an emptyPath
segment by @danicheg in https://github.com/http4s/http4s/pull/6564http4s-server
Throttle
middlewarehttpAapp->httpApp
by @jbwheatley in https://github.com/http4s/http4s/pull/6501http4s-ember-core
http4s-ember-server
Documentation
Stream
in JSON client example by @armanbilge in https://github.com/http4s/http4s/pull/6511HttpService
intesting.md
by @danicheg in https://github.com/http4s/http4s/pull/6548Middleware
docs by @danicheg in https://github.com/http4s/http4s/pull/6554Behind the scenes
.git-blame-ignore-revs
by @armanbilge in https://github.com/http4s/http4s/pull/6506Seq
in tests by @danicheg in https://github.com/http4s/http4s/pull/6507New Contributors
Full Changelog: http4s/http4s@v0.23.13...v0.23.14
v0.23.13
This release is binary compatible with 0.23.x, and additionally includes the fixes in v0.22.14.
What's Changed
http4s-core
EntityDecoder[EventStream]
by @armanbilge in https://github.com/http4s/http4s/pull/6413Host#fromIp4sHost
method by @danicheg in https://github.com/http4s/http4s/pull/6489http4s-server
Message#putHeaders
calls by @danicheg in https://github.com/http4s/http4s/pull/6459http4s-ember-core
Documentation
Behind the scenes
Pull.done
instead of Pull.pure. by @diesalbla in https://github.com/http4s/http4s/pull/6449Router#define
test by @danicheg in https://github.com/http4s/http4s/pull/6451New Contributors
Full Changelog: http4s/http4s@v0.23.12...v0.23.13
v0.23.12
This release is binary compatible with the 0.23.x series.
The Great Schism
It is the first release after "The Great Schism", where several integrations are published separately. These include:
Be aware that versions of these modules will be untethered from the core version they depend on.
What's Changed
http4s-core
withContentLength
from Message to Headers by @bplommer in https://github.com/http4s/http4s/pull/6285StaticFile
by @armanbilge in https://github.com/http4s/http4s/pull/6368ce.std.Random
forMultiparts
by @armanbilge in https://github.com/http4s/http4s/pull/6283Message#toStrict
by @danicheg in https://github.com/http4s/http4s/pull/6316http4s-server
Random.javaSecuritySecureRandom
instead of JavaSecureRandom
by @armanbilge in https://github.com/http4s/http4s/pull/6252Timeout
middleware scaladoc by @danicheg in https://github.com/http4s/http4s/pull/6407Timeout
middleware scaladoc by @danicheg in https://github.com/http4s/http4s/pull/6409http4s-client
Client#translate
and relax constraints by @armanbilge in https://github.com/http4s/http4s/pull/6139DefaultClient#defaultOnError
by @danicheg in https://github.com/http4s/http4s/pull/6376http4s-ember-core
http4s-ember-server
Documentation
Behind the scenes
series/0.22
intoseries/0.23
by @danicheg in https://github.com/http4s/http4s/pull/6143async
usage inHttp1Connection
by @danicheg in https://github.com/http4s/http4s/pull/6208scala-xml
updates by @danicheg in https://github.com/http4s/http4s/pull/6236SegmentEncoderSuite
to correct location by @armanbilge in https://github.com/http4s/http4s/pull/6265java-websocket
updates by @danicheg in https://github.com/http4s/http4s/pull/6275series/0.22
intoseries/0.23
by @danicheg in https://github.com/http4s/http4s/pull/6278series/0.22
intoseries/0.23
by @danicheg in https://github.com/http4s/http4s/pull/6310RetrySuite
by @danicheg in https://github.com/http4s/http4s/pull/6380Headers#contains
by @danicheg in https://github.com/http4s/http4s/pull/6386GenTemporal
for proceeding with timeouts by @danicheg in https://github.com/http4s/http4s/pull/6391parTraverse
in tests by @danicheg in https://github.com/http4s/http4s/pull/6393http4s-client-testkit
module by @armanbilge in https://github.com/http4s/http4s/pull/6394New Contributors
Full Changelog: http4s/http4s@v0.23.11...v0.23.12
v0.23.11
This is a maintenance release, binary compatible with the 0.23.x series. It also includes the changes in 0.22.12.
What's Changed
http4s-core
http4s-server
http4s-client
WSClient
and friends public by @armanbilge in https://github.com/http4s/http4s/pull/6005http4s-ember-core
http4s-ember-client
http4s-blaze-core
CachingChunkWriter
by @danicheg in https://github.com/http4s/http4s/pull/6096http4s-servlet
BlockingServletIo
by @danicheg in https://github.com/http4s/http4s/pull/6133Behind the scenes
sbt-buildinfo
updates by @danicheg in https://github.com/http4s/http4s/pull/6084New Contributors
Full Changelog: http4s/http4s@v0.23.10...v0.23.11
v0.23.10
This is a maintenance release, binary compatible with 0.23.x. It also includes merges of all the changes in 0.22.10.
http4s-ember-core
Documentation
Behind the scenes
Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.