Skip to content

chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.13.10#204

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 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-json-circe (source) minor 1.0.61.13.10

Release Notes

softwaremill/tapir (com.softwaremill.sttp.tapir:tapir-json-circe)

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-json-circe-1.x branch 7 times, most recently from 49ec647 to 9ae460d Compare September 14, 2022 23:31
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch 2 times, most recently from 9589db4 to 6cdbacf Compare September 22, 2022 15:02
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 6cdbacf to 5c19162 Compare September 30, 2022 12:25
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 5c19162 to 5007ec2 Compare October 17, 2022 22:09
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 5007ec2 to 3a7144d Compare October 31, 2022 16:45
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 3a7144d to fd01cb1 Compare November 7, 2022 22:31
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch 2 times, most recently from 9c8d1ae to 6287137 Compare November 11, 2022 16:46
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 6287137 to 8523590 Compare November 19, 2022 01:20
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 8523590 to a34206f Compare November 23, 2022 17:50
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from a34206f to d2f22f2 Compare December 17, 2022 00:49
@renovate renovate bot 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
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch 2 times, most recently from f52e96e to 407b9e9 Compare June 12, 2023 21:43
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.5.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.5.4 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 407b9e9 to 36b1023 Compare June 15, 2023 20:26
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.5.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.5.5 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 36b1023 to b704aec Compare June 27, 2023 09:59
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.5.5 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.0 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from b704aec to ba37e7b Compare July 13, 2023 11:24
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.1 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from ba37e7b to c6fed8d Compare July 19, 2023 18:25
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.2 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from c6fed8d to 254a621 Compare July 25, 2023 19:39
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.3 Jul 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.4 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 254a621 to ddb803a Compare July 28, 2023 15:32
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from ddb803a to c2bf15c Compare August 10, 2023 03:14
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.6.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from c2bf15c to 36c6c1f Compare August 17, 2023 17:15
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.0 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 36c6c1f to 54694c4 Compare August 18, 2023 17:20
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.1 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.2 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 54694c4 to 821be62 Compare August 25, 2023 20:44
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.2 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.3 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 821be62 to 9fe2639 Compare September 20, 2023 07:04
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.3 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.4 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 9fe2639 to 5f1abea Compare September 25, 2023 15:28
@renovate renovate bot changed the title chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.4 chore(deps): update dependency com.softwaremill.sttp.tapir:tapir-json-circe to v1.7.5 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 5f1abea to c39e1b3 Compare October 3, 2023 16:21
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 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.

0 participants