chore(deps): update tapirversion to v1.9.4 #117
Merged
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:
1.9.2
->1.9.4
1.9.2
->1.9.4
1.9.2
->1.9.4
1.9.2
->1.9.4
1.9.2
->1.9.4
Release Notes
softwaremill/tapir (com.softwaremill.sttp.tapir:tapir-core)
v1.9.4
Compare Source
MaxContentLength for Netty
All Netty backends now support restricting maximum request body length. This per-endpoint protection ensures that no more bytes are loaded from body than given limit. Exceeding the limit results in HTTP 413 Payload Too Large response. For details see https://tapir.softwaremill.com/en/latest/endpoint/security.html#limiting-request-body-length for details.
More backends will support this feature in upcoming versions.
NettyConfig.maxContentLength
setting, it's no longer available. Please switch to the new per-endpoint annotation.NettyConfig.defaultNoStreaming
has been removed, useNettyConfig.default
Removed ZIO 1.x modules
Tapir integrations for
zio
,zio-json
,zio-http
, etc. are now available only for ZIO 2.xWhat’s Changed
Dependency updates
v1.9.3
Compare Source
Play 2.9 support
Recently Tapir switched its Play modules to version 3. This versions brings support to Play 2.9. Please read the new docs to learn how to configure the dependencies: https://tapir.softwaremill.com/en/latest/server/play.html
Note that
tapir-play29-server
works only for Scala 2.13, buttapir-play29-client
andtapir-json-play29
are available for Scala 2.12, 2.13, and 3.What’s Changed
Dependency updates
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.