-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.6 #204
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.6 #204
renovate
wants to merge
1
commit into
main
from
renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x
Conversation
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
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! |
be01aab to
832e7f7
Compare
832e7f7 to
0999c9d
Compare
0999c9d to
7c3b602
Compare
7c3b602 to
a9fb6bb
Compare
a9fb6bb to
b92d87f
Compare
b92d87f to
d6d6c4b
Compare
d6d6c4b to
7bcb58c
Compare
7bcb58c to
ff0243f
Compare
ff0243f to
918f6ec
Compare
918f6ec to
c7519a4
Compare
c7519a4 to
77f37d9
Compare
77f37d9 to
25c7fca
Compare
25c7fca to
b4599bf
Compare
…-circe to v1.13.6
b4599bf to
3fb030a
Compare
|
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.6Release Notes
softwaremill/tapir (com.softwaremill.sttp.tapir:tapir-json-circe)
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
v1.11.37Compare Source
What’s Changed
Dependency updates
v1.11.36Compare Source
What’s Changed
Dependency updates
v1.11.35Compare 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.