Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update tapirversion to v1.9.4 #117

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
com.softwaremill.sttp.tapir:tapir-core (source) patch 1.9.2 -> 1.9.4
com.softwaremill.sttp.tapir:tapir-json-play (source) patch 1.9.2 -> 1.9.4
com.softwaremill.sttp.tapir:tapir-openapi-docs (source) patch 1.9.2 -> 1.9.4
com.softwaremill.sttp.tapir:tapir-play-server (source) patch 1.9.2 -> 1.9.4
com.softwaremill.sttp.tapir:tapir-swagger-ui-bundle (source) patch 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.

  • If you have been using the global NettyConfig.maxContentLength setting, it's no longer available. Please switch to the new per-endpoint annotation.
  • NettyConfig.defaultNoStreaming has been removed, use NettyConfig.default
Removed ZIO 1.x modules

Tapir integrations for zio, zio-json, zio-http, etc. are now available only for ZIO 2.x

What’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, but tapir-play29-client and tapir-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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update tapirversion to v1.9.3 chore(deps): update tapirversion to v1.9.4 Dec 5, 2023
@gaeljw gaeljw merged commit 6652359 into master Dec 5, 2023
4 checks passed
@gaeljw gaeljw deleted the renovate/tapirversion branch December 5, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant