Skip to content

chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.10#76

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x
Open

chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.13.10#76
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x

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

Release Notes

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

v1.13.10

Compare Source

What's Changed

Dependency updates

v1.13.9

Compare Source

What's Changed
Dependency updates

v1.13.8

Compare Source

What's Changed
Dependency updates

v1.13.7

Compare Source

What's Changed
Dependency updates

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

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 force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from dcd87d8 to efcc306 Compare August 18, 2023 17:21
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.2 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from efcc306 to 3019b23 Compare August 25, 2023 21:50
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.3 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 3019b23 to cecf697 Compare September 20, 2023 06:31
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.4 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from cecf697 to 49de7fe Compare September 25, 2023 16:40
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.5 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 49de7fe to d4b3f7c Compare October 3, 2023 16:15
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.6 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from d4b3f7c to f0b1bdc Compare October 10, 2023 01:16
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.7.6 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from f0b1bdc to ab11738 Compare October 12, 2023 13:31
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.1 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from ab11738 to f827e98 Compare October 17, 2023 15:13
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.2 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from f827e98 to cef832c Compare October 26, 2023 20:25
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.3 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from cef832c to 4e276a6 Compare October 31, 2023 13:54
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.4 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 4e276a6 to 8d39dd0 Compare November 2, 2023 18:45
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.5 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 8d39dd0 to 477e8d1 Compare November 9, 2023 21:28
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.8.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.9.0 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 477e8d1 to 8f2b110 Compare November 20, 2023 16:56
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.9.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.9.1 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 8f2b110 to 57a4ba5 Compare November 23, 2023 19:28
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.9.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-server to v1.9.2 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-server-1.x branch from 57a4ba5 to a2a2876 Compare November 30, 2023 19:09
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.

0 participants