Commit 951ac6e
chore(deps): update dependency vapor/vapor to v4.112.0 (#1455)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [vapor/vapor](https://redirect.github.com/vapor/vapor) | minor |
`4.111.1` -> `4.112.0` |
---
### Release Notes
<details>
<summary>vapor/vapor (vapor/vapor)</summary>
###
[`v4.112.0`](https://redirect.github.com/vapor/vapor/releases/tag/4.112.0):
- Adds Support for Tracing Header Extraction
[Compare
Source](https://redirect.github.com/vapor/vapor/compare/4.111.1...4.112.0)
#### What's Changed
Adds Support for Tracing Header Extraction by
[@​NeedleInAJayStack](https://redirect.github.com/NeedleInAJayStack)
in [#​3280](https://redirect.github.com/vapor/vapor/issues/3280)
> This adds header extraction support for tracing backends as described
in [this
document](https://swiftpackageindex.com/apple/swift-distributed-tracing/main/documentation/tracing/instrumentyourlibrary#Handling-inbound-requests).
In the context of OTEL, this is used to correlate trace data across the
HTTP boundary by passing the `traceparent` and `tracestate` header, as
[documented here](https://www.w3.org/TR/trace-context/#header-name) and
implemented in the [swift-otel package
here](https://redirect.github.com/swift-otel/swift-otel/blob/main/Sources/OTel/Tracing/Propagating/OTelW3CPropagator.swift).
>
> It also adds a closure to `TracingMiddleware` that allows users to set
custom span metadata on requests.
>
> Finally, it fixes a few warnings caused by the MiddlewareTest function
introduced in
[vapor/vapor#3253](https://redirect.github.com/vapor/vapor/pull/3253)
###### *This patch was released by
[@​0xTim](https://redirect.github.com/0xTim)*
**Full Changelog**:
vapor/vapor@4.111.1...4.112.0
</details>
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>1 parent 9422ebc commit 951ac6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments