Skip to content

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

Release Notes

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

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-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 from be01aab to 832e7f7 Compare October 29, 2025 10:58
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 832e7f7 to 0999c9d Compare October 31, 2025 00:57
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 0999c9d to 7c3b602 Compare November 4, 2025 16:03
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 7c3b602 to a9fb6bb Compare November 10, 2025 21:14
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from a9fb6bb to b92d87f Compare November 24, 2025 13:59
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from b92d87f to d6d6c4b Compare November 30, 2025 09:57
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from d6d6c4b to 7bcb58c Compare December 3, 2025 03:06
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 7bcb58c to ff0243f Compare December 6, 2025 12:04
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from ff0243f to 918f6ec Compare December 9, 2025 18:09
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 918f6ec to c7519a4 Compare December 11, 2025 13:32
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from c7519a4 to 77f37d9 Compare December 12, 2025 18:24
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 77f37d9 to 25c7fca Compare December 29, 2025 12:54
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from 25c7fca to b4599bf Compare January 12, 2026 18:23
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/com.softwaremill.sttp.tapir-tapir-json-circe-1.x branch from b4599bf to 3fb030a Compare January 22, 2026 13:57
@renovate renovate bot 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
@sonarqubecloud
Copy link

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