Skip to content

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

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

chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.13.10#75
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-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-client (source) minor 1.0.61.13.10

Release Notes

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

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-client-1.x branch from 9270d12 to 71df8e5 Compare November 11, 2022 15:03
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.1 Nov 11, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch 2 times, most recently from f4cfbd7 to 43122af Compare November 19, 2022 02:03
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.2 Nov 19, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 43122af to 612556c Compare November 23, 2022 18:09
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.3 Nov 23, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 612556c to 0b77906 Compare December 17, 2022 00:17
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 0b77906 to d043818 Compare January 10, 2023 08:21
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.5 Jan 10, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from d043818 to c4a8349 Compare March 11, 2023 19:05
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.10 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from c4a8349 to 009b358 Compare March 24, 2023 17:21
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.10 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.11 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 009b358 to dfb5ae8 Compare April 17, 2023 12:37
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.11 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.12 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from dfb5ae8 to db7e54d Compare May 28, 2023 09:59
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.2.12 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.4.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from db7e54d to 7d8389d Compare June 6, 2023 10:19
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.4.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.0 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 7d8389d to 40c5338 Compare June 6, 2023 14:35
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.1 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 40c5338 to d14e11c Compare June 12, 2023 22:08
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.4 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from d14e11c to 1ff8630 Compare June 15, 2023 20:45
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.5 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 1ff8630 to 57ac0af Compare June 27, 2023 09:26
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.5.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.6.0 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 57ac0af to c530e20 Compare July 13, 2023 11:02
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from fef2606 to e5deef6 Compare August 18, 2023 17:21
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.2 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from e5deef6 to 9e6a6ea Compare August 25, 2023 21:50
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.3 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 9e6a6ea to 75faa07 Compare September 20, 2023 06:30
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.4 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 75faa07 to 54ca3c6 Compare September 25, 2023 16:39
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.5 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 54ca3c6 to c38e1cb Compare October 3, 2023 16:15
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.6 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from c38e1cb to 50f93ba Compare October 10, 2023 01:16
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.7.6 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 50f93ba to 4d8f54c Compare October 12, 2023 13:31
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.1 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 4d8f54c to 140e81d Compare October 17, 2023 15:13
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.2 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 140e81d to 46cf0be Compare October 26, 2023 20:25
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.3 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 46cf0be to bb3e203 Compare October 31, 2023 13:54
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.4 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from bb3e203 to 672cd61 Compare November 2, 2023 18:45
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.5 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 672cd61 to b1266ef Compare November 9, 2023 21:27
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.8.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.9.0 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from b1266ef to 23e33d7 Compare November 20, 2023 16:56
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.9.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.9.1 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from 23e33d7 to cf6d42b Compare November 23, 2023 19:28
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.9.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-http4s-client to v1.9.2 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-http4s-client-1.x branch from cf6d42b to 07cd804 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