Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
com.softwaremill.sttp.tapir:tapir-http4s-server (source) minor 1.0.61.13.6

Release Notes

softwaremill/tapir (com.softwaremill.sttp.tapir:tapir-http4s-server)

v1.13.6

Compare Source

What's Changed

Dependency updates

v1.13.5

Compare Source

What's Changed
Dependency updates

v1.13.4

Compare Source

What's Changed
Dependency updates

v1.13.3

Compare Source

What's Changed
Dependency updates

v1.13.2

Compare Source

What's Changed

v1.13.1

Compare Source

What's Changed
Dependency updates

v1.13.0

Compare 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:

  • 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

For more details see #​4943

What's Changed
Dependency updates

v1.12.6

Compare Source

What's Changed
Dependency updates

v1.12.5

Compare Source

What's Changed
Dependency updates

v1.12.4

Compare Source

What's Changed
Dependency updates

v1.12.3

Compare Source

What's Changed
Dependency updates

v1.12.2

Compare Source

What's Changed
Dependency updates

v1.12.1

Compare Source

What's Changed
Dependency updates

v1.12.0

Compare 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.50

Compare Source

What’s Changed
Dependency updates

v1.11.49

Compare Source

What’s Changed
Dependency updates

v1.11.48

Compare Source

What’s Changed
Dependency updates

v1.11.47

Compare Source

What’s Changed
Dependency updates

v1.11.46

Compare Source

What’s Changed
Dependency updates

v1.11.45

Compare Source

What’s Changed
Dependency updates

v1.11.44

Compare Source

What’s Changed
Dependency updates

v1.11.43

Compare Source

What’s Changed
Dependency updates

v1.11.42

Compare Source

What’s Changed
Dependency updates

v1.11.41

Compare Source

What’s Changed
Dependency updates

v1.11.40

Compare Source

What’s Changed
Dependency updates

v1.11.39

Compare Source

What’s Changed
Dependency updates

v1.11.38

Compare Source

What’s Changed
  • Properly return a 404 when trying to get a non-existent single file (#​4717) @​adamw
Dependency updates

v1.11.37

Compare Source

What’s Changed
Dependency updates

v1.11.36

Compare Source

What’s Changed
Dependency updates

v1.11.35

Compare 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from f0b03b6 to d9d2232 Compare November 11, 2022 15:03
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.1 Nov 11, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch 2 times, most recently from a706cb4 to da801f5 Compare November 19, 2022 02:04
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.2 Nov 19, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from da801f5 to 1b16e59 Compare November 23, 2022 18:09
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.3 Nov 23, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 1b16e59 to 1bc6e7c Compare December 17, 2022 00:17
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 1bc6e7c to a0bc46e Compare January 10, 2023 08:22
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.5 Jan 10, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from a0bc46e to a0173a9 Compare March 11, 2023 19:05
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.10 Mar 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.10 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.11 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from a0173a9 to e953624 Compare March 24, 2023 17:21
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.11 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.12 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from e953624 to ab0b948 Compare April 17, 2023 12:37
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from ab0b948 to c506f06 Compare May 28, 2023 10:00
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.2.12 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.4.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from c506f06 to 447dae0 Compare June 6, 2023 10:20
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.4.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.0 Jun 6, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.1 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch 2 times, most recently from 01dd398 to 7297620 Compare June 12, 2023 22:08
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.4 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 7297620 to 84924f8 Compare June 15, 2023 20:45
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.5 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 84924f8 to f7ea055 Compare June 27, 2023 09:26
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.5.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.6.0 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from f7ea055 to d461d44 Compare July 13, 2023 11:03
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.11.44 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.11.50 Oct 19, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 55fe703 to b458ee4 Compare October 29, 2025 12:52
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.11.50 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.0 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from b458ee4 to cd96757 Compare October 30, 2025 22:44
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.1 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from cd96757 to 49af022 Compare November 4, 2025 15:00
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.2 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 49af022 to f7af1c2 Compare November 10, 2025 18:36
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.3 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from f7af1c2 to 23c3930 Compare November 24, 2025 18:03
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.4 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 23c3930 to b7d2e28 Compare November 28, 2025 15:00
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.5 Nov 28, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from b7d2e28 to 2265de0 Compare December 2, 2025 21:49
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.6 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 2265de0 to 5216793 Compare December 6, 2025 06:58
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.12.6 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.0 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 5216793 to d9d54c2 Compare December 9, 2025 20:42
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.1 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from d9d54c2 to 542b717 Compare December 11, 2025 13:11
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.2 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 542b717 to 089ce8f Compare December 12, 2025 17:16
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.3 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 089ce8f to 23f08a8 Compare December 29, 2025 14:07
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.4 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 23f08a8 to fd7a181 Compare January 12, 2026 18:26
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.5 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from fd7a181 to bdb9007 Compare January 22, 2026 13:16
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.6 Jan 22, 2026
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