Skip to content

Commit 001bd6b

Browse files
dariuszkucmabuyobnjjj
authored
chore: update docs with fed v2.12 changelog entry (#3350)
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com> Co-authored-by: Michelle Mabuyo <michelle@apollographql.com> Co-authored-by: Benjamin <5719034+bnjjj@users.noreply.github.com>
1 parent 9947ce8 commit 001bd6b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

  • docs/source/schema-design/federated-schemas/reference

docs/source/schema-design/federated-schemas/reference/versions.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ For a comprehensive changelog for Apollo Federation and its associated libraries
2626

2727
- If you maintain a [subgraph-compatible library](/graphos/reference/federation/compatible-subgraphs), consult this article to stay current with recently added directives. All of these directive definitions are also listed in the [subgraph specification](/graphos/reference/federation/subgraph-spec/#subgraph-schema-additions).
2828

29+
## v2.12
30+
31+
<hr/>
32+
33+
| First release | Available in GraphOS? | Minimum router version |
34+
| ------------- | --------------------- | ---------------------- |
35+
| **November 2025** | **Yes** | **`2.8.0`** |
36+
37+
Federation v2.12 is a prerequisite for the Connector specification version 0.3.
38+
[Learn more.](/graphos/schema-design/connectors/directives)
39+
40+
#### Directive changes
41+
42+
#### `@cacheTag`
43+
44+
Introduced. This directive allows you to set cache tags that can be associated with cached entries using [response caching](/graphos/routing/performance/caching/response-caching/overview). Learn more about how to invalidate specific data in your schema [using `@cacheTag`](/graphos/routing/performance/caching/response-caching/invalidation#by-cache-tag).
45+
46+
```graphql showLineNumbers=false disableCopy=true
47+
directive @cacheTag(format: String!) repeatable on FIELD_DEFINITION | OBJECT
48+
```
49+
2950
## v2.11
3051

3152
<hr/>

0 commit comments

Comments
 (0)