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.41.1 #25

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ghcr.io/apollographql/router final patch v1.41.0 -> v1.41.1

Release Notes

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

v1.41.1

Compare Source

[!NOTE]

v1.41.1 replaces a failed publish of v1.41.0. The version number had to be moved from v1.41.0 to v1.41.1, but the release is otherwise the same. Apologies for the confusion!

🚀 Features

Entity caching: Add tracing spans around Redis interactions (PR #​4667)

This adds cache_lookup and cache_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 default, the router will start and all requests will be handled in a degraded state.
  • Alternatively, this option can be configured to prevent the router from starting if it can't 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 one apollo-trace-id.

Example of configuration:

telemetry:
  exporters:
    tracing:
      experimental_response_trace_id:
        enabled: true

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@dylan-apollo dylan-apollo merged commit ba309eb into main Mar 11, 2024
3 checks passed
@dylan-apollo dylan-apollo deleted the renovate/apollo-graphql-packages branch March 11, 2024 17:40
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