Skip to content

Commit c8a67c9

Browse files
committed
September2025 Edition & Changelog
1 parent a24a615 commit c8a67c9

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

changelogs/September2025.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# September 2025 Changelog
2+
3+
This describes the set of changes since the last edition of the GraphQL
4+
specification, [October2021](https://spec.graphql.org/October2021/) (see [prior changelog](./October2021.md)). It's intended to
5+
ease the review of changes since the last edition for reviewers or curious
6+
readers, but is not normative. Please read the
7+
[specification document](https://spec.graphql.org/September2025/) itself for full detail
8+
and context.
9+
10+
## Major contributions
11+
12+
TK
13+
14+
## Authors
15+
16+
| Author |
17+
| ------------------------------- |
18+
| Alex Reilly <[email protected]>
19+
| Andreas Marek <[email protected]>
20+
| Ben Kraft <[email protected]>
21+
| Benedikt Franke <[email protected]>
22+
| Benjie Gillam <[email protected]>
23+
| Benoit Lubek <[email protected]>
24+
| dondonz <[email protected]>
25+
| dugenkui <[email protected]>
26+
27+
| Ivan Goncharov <[email protected]>
28+
| Ivan Maximov <[email protected]>
29+
| James Bellenger <[email protected]>
30+
| Jan Melcher <[email protected]>
31+
| Jovi De Croock <[email protected]>
32+
| Kevin Smithson <[email protected]>
33+
| Lee Byron <[email protected]>
34+
| Mark Larah <[email protected]>
35+
| Martin Bonnin <[email protected]>
36+
| Michael Staib <[email protected]>
37+
| Mike Solomon <[email protected]>
38+
| PascalSenn <[email protected]>
39+
40+
| Rob Richard <[email protected]>
41+
| Roman Ivantsov <[email protected]>
42+
| Shane Krueger <[email protected]>
43+
| Stephen Spalding <[email protected]>
44+
| Thomas Heyenbrock <[email protected]>
45+
| Yaacov Rydzinski <[email protected]>
46+
47+
Generated with:
48+
49+
```sh
50+
git log October2021..HEAD --format="%an <%ae>%x0A%(trailers:key=Co-authored-by,valueonly)" -- spec | sort -uf
51+
```
52+
53+
## Changeset
54+
55+
TK
56+
57+
## Diff
58+
59+
TK

spec/GraphQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL
22

3-
_Current Working Draft_
3+
_September 2025 Edition_
44

55
**Introduction**
66

0 commit comments

Comments
 (0)