-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.6 #76
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-http4s-server-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-http4s-server to v1.13.6 #76
renovate
wants to merge
1
commit into
main
from
renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-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
f0b03b6 to
d9d2232
Compare
a706cb4 to
da801f5
Compare
da801f5 to
1b16e59
Compare
1b16e59 to
1bc6e7c
Compare
1bc6e7c to
a0bc46e
Compare
a0bc46e to
a0173a9
Compare
a0173a9 to
e953624
Compare
e953624 to
ab0b948
Compare
ab0b948 to
c506f06
Compare
c506f06 to
447dae0
Compare
01dd398 to
7297620
Compare
7297620 to
84924f8
Compare
84924f8 to
f7ea055
Compare
f7ea055 to
d461d44
Compare
55fe703 to
b458ee4
Compare
b458ee4 to
cd96757
Compare
cd96757 to
49af022
Compare
49af022 to
f7af1c2
Compare
f7af1c2 to
23c3930
Compare
23c3930 to
b7d2e28
Compare
b7d2e28 to
2265de0
Compare
2265de0 to
5216793
Compare
5216793 to
d9d54c2
Compare
d9d54c2 to
542b717
Compare
542b717 to
089ce8f
Compare
089ce8f to
23f08a8
Compare
23f08a8 to
fd7a181
Compare
…4s-server to v1.13.6
fd7a181 to
bdb9007
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-http4s-server)
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.