chore(deps): update ghcr.io/apollographql/router docker tag to v1.41.1 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.41.0
->v1.41.1
Release Notes
apollographql/router (ghcr.io/apollographql/router)
v1.41.1
Compare Source
🚀 Features
Entity caching: Add tracing spans around Redis interactions (PR #4667)
This adds
cache_lookup
andcache_store
spans to traces which show Redis calls related to our recently announced entity caching feature. This also changes the behavior slightly so that storing in Redis does not stop the execution of the rest of the query.By @Geal in https://github.com/apollographql/router/pull/4667
Use Gzip compression when downloading Persisted Query manifests (PR #4622)
Router will now request Gzip compression when downloading Persisted Query manifests for improved network efficiency.
By @glasser in https://github.com/apollographql/router/pull/4622
Redis: add a fail open option (Issue #4334)
This option configures the Router's behavior in case it cannot connect to Redis:
By @Geal in https://github.com/apollographql/router/pull/4534
🐛 Fixes
Default header now correctly set when
experimental_response_trace_id
is enabled (Issue #4699)When configuring the
experimental_response_trace_id
without an explicit header it now correctly takes the default oneapollo-trace-id
.Example of configuration:
By @bnjjj in https://github.com/apollographql/router/pull/4702
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.