You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
the requests-active metrics now isn't labeled with the request path or path template, but counts each and every request that is handled by tapir. That's because the requests are now counted regardless if they end up being handled by an endpoint, or if there's no endpoint that matches the request.
metrics (the EndpointMetric trait) 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.
the logging interceptor will now log both the exception stack trace, and the response generated by the exception interceptor. Moreover, the logging & exception interceptors are combined into one to implement his
the logging interceptor will now log rejection responses and CORS responses
the ordering of interceptors changed: now logging & exceptions come before the rejection & cors ones
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.
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.0
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.1
Sep 22, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.1
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.2
Sep 30, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.2
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.3
Oct 17, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.3
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.4
Oct 31, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.1.4
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.0
Nov 7, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.0
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.1
Nov 11, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.1
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.2
Nov 19, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.2
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.3
Nov 23, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.3
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.2.4
Dec 17, 2022
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.11.50
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.0
Oct 29, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.0
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.1
Oct 31, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.1
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.2
Nov 4, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.2
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.3
Nov 10, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.3
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.4
Nov 24, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.4
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.5
Nov 30, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.5
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.6
Dec 3, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.12.6
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.0
Dec 6, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.0
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.1
Dec 9, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.1
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.2
Dec 11, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.2
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.3
Dec 12, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.3
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.4
Dec 29, 2025
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.4
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.5
Jan 12, 2026
renovatebot
changed the title
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.5
chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.6
Jan 22, 2026
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
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.