Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/apollographql/router docker tag to v1.40.1 #701

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/apollographql/router patch v1.40.0 -> v1.40.1

Release Notes

apollographql/router (ghcr.io/apollographql/router)

v1.40.1

Compare Source

🐛 Fixes
Propagate tracing headers even when not sampling a trace (Issue #​4544)

When the router was configured to sample only a portion of the trace, either through a ratio or using parent based sampling, and when trace propagation was configured, if a trace was not sampled, the router did not send the propagation headers to the subgraph. The subgraph was then unable to decide whether to record the trace or not. Now we make sure that trace headers will be sent even when a trace is not sampled.

By @​Geal in https://github.com/apollographql/router/pull/4609

Load TLS native certificate store once (Issue #​4491)

When TLS was not configured for subgraphs, the OS-provided list of certificates was being parsed once per subgraph, which resulted in long loading times on macOS. With this change, the native root store is generated once and then reused across subgraphs, resolving the long loading times.

By @​Geal in https://github.com/apollographql/router/pull/4616

Apollo library dependency updates (Issue #​4525, Issue #​413)

Updates to our own dependencies of apollo-rs and apollo-federation bring in upstream fixes for operation validation including adjustments to field merging and enum input values for Rust-based validation.

By @​goto-bus-stop in https://github.com/apollographql/router/pull/4510


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) February 20, 2024 22:20
@renovate renovate bot merged commit a388dd7 into main Feb 20, 2024
6 checks passed
@renovate renovate bot deleted the renovate/apollo-graphql-packages branch February 21, 2024 01:31
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.

None yet

0 participants