chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.10#204
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
49ec647 to
9ae460d
Compare
9589db4 to
6cdbacf
Compare
6cdbacf to
5c19162
Compare
5c19162 to
5007ec2
Compare
5007ec2 to
3a7144d
Compare
3a7144d to
fd01cb1
Compare
9c8d1ae to
6287137
Compare
6287137 to
8523590
Compare
8523590 to
a34206f
Compare
a34206f to
d2f22f2
Compare
|
Kudos, SonarCloud Quality Gate passed! |
f52e96e to
407b9e9
Compare
407b9e9 to
36b1023
Compare
36b1023 to
b704aec
Compare
b704aec to
ba37e7b
Compare
ba37e7b to
c6fed8d
Compare
c6fed8d to
254a621
Compare
254a621 to
ddb803a
Compare
ddb803a to
c2bf15c
Compare
c2bf15c to
36c6c1f
Compare
36c6c1f to
54694c4
Compare
54694c4 to
821be62
Compare
821be62 to
9fe2639
Compare
9fe2639 to
5f1abea
Compare
5f1abea to
c39e1b3
Compare
…-circe to v1.13.10
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.6→1.13.10Release Notes
softwaremill/tapir (com.softwaremill.sttp.tapir:tapir-json-circe)
v1.13.10Compare Source
What's Changed
OpenAPIDocsOptionstoverifyClient/verifyServer(#5093) @felix-hedenstromDependency updates
v1.13.9Compare Source
What's Changed
Dependency updates
v1.13.8Compare Source
What's Changed
Dependency updates
v1.13.7Compare Source
What's Changed
Dependency updates
v1.13.6Compare Source
What's Changed
Dependency updates
937fb0ato0dc2189(#5021) @dependabot[bot]v1.13.5Compare Source
What's Changed
Dependency updates
v1.13.4Compare Source
What's Changed
Dependency updates
bfbba16to937fb0a(#4983) @dependabot[bot]v1.13.3Compare Source
What's Changed
Dependency updates
v1.13.2Compare Source
What's Changed
v1.13.1Compare Source
What's Changed
Dependency updates
v1.13.0Compare Source
Major changes
The changes in this minor release mostly concern the server interpreters. The request handling result that is passed through the interceptor stack now contains additional metadata which allows logging & metrics interceptors to be more precise. If you have custom interceptors, implement custom metrics or custom log integrations, you might need to adjust your source code.
Specific changes:
EndpointMetrictrait) now has additional callbacks, which can be specified, when the request can't be decoded by an endpoint, or when an interceptor provides a response beforehand.For more details see #4943
What's Changed
Dependency updates
v1.12.6Compare Source
What's Changed
Dependency updates
v1.12.5Compare Source
What's Changed
Dependency updates
v1.12.4Compare Source
What's Changed
Dependency updates
v1.12.3Compare Source
What's Changed
Dependency updates
v1.12.2Compare Source
What's Changed
Dependency updates
v1.12.1Compare Source
What's Changed
Dependency updates
v1.12.0Compare Source
What’s Changed
Changed file handling behavior
As part of #4904, any temporary files are now always deleted after request processing completes (successfully - returning any HTTP response, or with an exception). Previously, these files where only cleaned up in case of request decoding failure (HTTP 4xx responses) or exceptions. This affects multipart file uploads and bodies received as a file (
fileBody). If you do need to preserve the files longer than the duration of the request, consider hard-linking then, or creating a copy.Dependency updates
v1.11.50Compare Source
What’s Changed
Dependency updates
v1.11.49Compare Source
What’s Changed
Dependency updates
v1.11.48Compare Source
What’s Changed
Dependency updates
v1.11.47Compare Source
What’s Changed
Dependency updates
v1.11.46Compare Source
What’s Changed
Dependency updates
v1.11.45Compare Source
What’s Changed
Dependency updates
v1.11.44Compare Source
What’s Changed
Dependency updates
v1.11.43Compare Source
What’s Changed
java.net.URLconstructor (#4767) @xuwei-kDependency updates
v1.11.42Compare Source
What’s Changed
Dependency updates
v1.11.41Compare Source
What’s Changed
Dependency updates
v1.11.40Compare Source
What’s Changed
Dependency updates
v1.11.39Compare Source
What’s Changed
Dependency updates
v1.11.38Compare Source
What’s Changed
Dependency updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.