File tree Expand file tree Collapse file tree 5 files changed +79
-0
lines changed
Expand file tree Collapse file tree 5 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "schemaChanges": [
4+ {
5+ "title": "The GraphQL schema includes these changes:",
6+ "changes": []
7+ }
8+ ],
9+ "previewChanges": [],
10+ "upcomingChanges": [
11+ {
12+ "title": "The following changes will be made to the schema:",
13+ "changes": [
14+ "<p>On member <code>NotificationThread.list</code>:<code>list</code> will be removed. Use the <code>optionalList</code> field instead. <strong>Effective 2026-01-01</strong>.</p>",
15+ "<p>On member <code>NotificationThread.subject</code>:<code>subject</code> will be removed. Use the <code>optionalSubject</code> field instead. <strong>Effective 2026-01-01</strong>.</p>"
16+ ]
17+ }
18+ ],
19+ "date": "2025-08-11"
20+ },
221 {
322 "schemaChanges": [
423 {
Original file line number Diff line number Diff line change @@ -1526,6 +1526,18 @@ upcoming_changes:
15261526 date : ' 2025-10-01T00:00:00+00:00'
15271527 criticality : breaking
15281528 owner : github/advisory-database
1529+ - location : NotificationThread.list
1530+ description : ' `list` will be removed. Use the `optionalList` field instead.'
1531+ reason : Null values are possible for this field.
1532+ date : ' 2026-01-01T00:00:00+00:00'
1533+ criticality : breaking
1534+ owner : github/notifications
1535+ - location : NotificationThread.subject
1536+ description : ' `subject` will be removed. Use the `optionalSubject` field instead.'
1537+ reason : Null values are possible for this field.
1538+ date : ' 2026-01-01T00:00:00+00:00'
1539+ criticality : breaking
1540+ owner : github/notifications
15291541 - location : AuditEntry.action
15301542 description : ' `action` will be removed.'
15311543 reason : The GraphQL audit-log is deprecated. Please use the REST API instead.
Original file line number Diff line number Diff line change 88738873 "owner" : " audit_logs"
88748874 }
88758875 ],
8876+ "2026-01-01" : [
8877+ {
8878+ "location" : " NotificationThread.subject" ,
8879+ "description" : " <p><code>subject</code> will be removed. Use the <code>optionalSubject</code> field instead.</p>" ,
8880+ "reason" : " <p>Null values are possible for this field.</p>" ,
8881+ "date" : " 2026-01-01" ,
8882+ "criticality" : " breaking" ,
8883+ "owner" : " github/notifications"
8884+ },
8885+ {
8886+ "location" : " NotificationThread.list" ,
8887+ "description" : " <p><code>list</code> will be removed. Use the <code>optionalList</code> field instead.</p>" ,
8888+ "reason" : " <p>Null values are possible for this field.</p>" ,
8889+ "date" : " 2026-01-01" ,
8890+ "criticality" : " breaking" ,
8891+ "owner" : " github/notifications"
8892+ }
8893+ ],
88768894 "2025-10-01" : [
88778895 {
88788896 "location" : " SecurityAdvisory.cvss" ,
Original file line number Diff line number Diff line change @@ -1526,6 +1526,18 @@ upcoming_changes:
15261526 date : ' 2025-10-01T00:00:00+00:00'
15271527 criticality : breaking
15281528 owner : github/advisory-database
1529+ - location : NotificationThread.list
1530+ description : ' `list` will be removed. Use the `optionalList` field instead.'
1531+ reason : Null values are possible for this field.
1532+ date : ' 2026-01-01T00:00:00+00:00'
1533+ criticality : breaking
1534+ owner : github/notifications
1535+ - location : NotificationThread.subject
1536+ description : ' `subject` will be removed. Use the `optionalSubject` field instead.'
1537+ reason : Null values are possible for this field.
1538+ date : ' 2026-01-01T00:00:00+00:00'
1539+ criticality : breaking
1540+ owner : github/notifications
15291541 - location : AuditEntry.action
15301542 description : ' `action` will be removed.'
15311543 reason : The GraphQL audit-log is deprecated. Please use the REST API instead.
Original file line number Diff line number Diff line change 88738873 "owner" : " audit_logs"
88748874 }
88758875 ],
8876+ "2026-01-01" : [
8877+ {
8878+ "location" : " NotificationThread.subject" ,
8879+ "description" : " <p><code>subject</code> will be removed. Use the <code>optionalSubject</code> field instead.</p>" ,
8880+ "reason" : " <p>Null values are possible for this field.</p>" ,
8881+ "date" : " 2026-01-01" ,
8882+ "criticality" : " breaking" ,
8883+ "owner" : " github/notifications"
8884+ },
8885+ {
8886+ "location" : " NotificationThread.list" ,
8887+ "description" : " <p><code>list</code> will be removed. Use the <code>optionalList</code> field instead.</p>" ,
8888+ "reason" : " <p>Null values are possible for this field.</p>" ,
8889+ "date" : " 2026-01-01" ,
8890+ "criticality" : " breaking" ,
8891+ "owner" : " github/notifications"
8892+ }
8893+ ],
88768894 "2025-10-01" : [
88778895 {
88788896 "location" : " SecurityAdvisory.cvss" ,
You can’t perform that action at this time.
0 commit comments