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 <fabiobean2@gmail.com>
19+
| Andreas Marek <andimarek@fastmail.fm>
20+
| Ben Kraft <ben@benkraft.org>
21+
| Benedikt Franke <benedikt@franke.tech>
22+
| Benjie Gillam <benjie@jemjie.com>
23+
| Benoit Lubek <BoD@JRAF.org>
24+
| dondonz <13839920+dondonz@users.noreply.github.com>
25+
| dugenkui <dugk@foxmail.com>
26+
| Glen <glen.84@gmail.com>
27+
| Ivan Goncharov <ivan.goncharov.ua@gmail.com>
28+
| Ivan Maximov <sungam3r@yandex.ru>
29+
| James Bellenger <github@james.bellenger.org>
30+
| Jan Melcher <mail@jan-melcher.de>
31+
| Jovi De Croock <decroockjovi@gmail.com>
32+
| Kevin Smithson <smitt04@gmail.com>
33+
| Lee Byron <lee@leebyron.com>
34+
| Mark Larah <mark@larah.me>
35+
| Martin Bonnin <martin@mbonnin.net>
36+
| Michael Staib <michael@chillicream.com>
37+
| Mike Solomon <arkenflame@gmail.com>
38+
| PascalSenn <senn.pasc@gmail.com>
39+
| Renée <renee@kooi.me>
40+
| Rob Richard <robrichard87@gmail.com>
41+
| Roman Ivantsov <rivantsov@gmail.com>
42+
| Shane Krueger <shane@acdmail.com>
43+
| Stephen Spalding <fotoetienne@users.noreply.github.com>
44+
| Thomas Heyenbrock <thomas.heyenbrock@gmail.com>
45+
| Yaacov Rydzinski <yaacovCR@gmail.com>
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)