Skip to content

Commit 7398ff1

Browse files
authored
Merge branch 'dev' into dmallare/add-operator-note
2 parents 55f23c2 + 5957c84 commit 7398ff1

File tree

9 files changed

+464
-113
lines changed

9 files changed

+464
-113
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Fixes response caching by treating interface objects as entities
2+
3+
Interface objects can be entities but response caching wasn't treating them that way. This fix makes sure they're respected as entities so that they can be used as cache keys.
4+
5+
By [@aaronArinder](https://github.com/aaronArinder) in https://github.com/apollographql/router/pull/8582

.config/mise/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ protoc = "33.1"
1515
gh = "2.72.0"
1616
helm = "3.19.2"
1717
helm-docs = "1.14.2"
18-
yq = "4.48.2"
18+
yq = "4.49.2"
1919
jq = "1.8.1"
20-
redis = "7.4.7"
20+
redis = "8.4.0"

.github/workflows/update_apollo_protobuf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Update-Protobuf-Schema:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
12+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313
- name: Make changes to pull request
1414
run: |
1515
curl -f https://usage-reporting.api.apollographql.com/proto/reports.proto > ./apollo-router/src/plugins/telemetry/proto/reports.proto

.github/workflows/update_uplink_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Update-Uplink-Schema:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
12+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313
- name: Install Rover
1414
run: |
1515
curl -sSL https://rover.apollo.dev/nix/v0.14.1 | sh

0 commit comments

Comments
 (0)