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 1
1
[
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
+ },
2
21
{
3
22
"schemaChanges": [
4
23
{
Original file line number Diff line number Diff line change @@ -1526,6 +1526,18 @@ upcoming_changes:
1526
1526
date : ' 2025-10-01T00:00:00+00:00'
1527
1527
criticality : breaking
1528
1528
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
1529
1541
- location : AuditEntry.action
1530
1542
description : ' `action` will be removed.'
1531
1543
reason : The GraphQL audit-log is deprecated. Please use the REST API instead.
Original file line number Diff line number Diff line change 8873
8873
"owner" : " audit_logs"
8874
8874
}
8875
8875
],
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
+ ],
8876
8894
"2025-10-01" : [
8877
8895
{
8878
8896
"location" : " SecurityAdvisory.cvss" ,
Original file line number Diff line number Diff line change @@ -1526,6 +1526,18 @@ upcoming_changes:
1526
1526
date : ' 2025-10-01T00:00:00+00:00'
1527
1527
criticality : breaking
1528
1528
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
1529
1541
- location : AuditEntry.action
1530
1542
description : ' `action` will be removed.'
1531
1543
reason : The GraphQL audit-log is deprecated. Please use the REST API instead.
Original file line number Diff line number Diff line change 8873
8873
"owner" : " audit_logs"
8874
8874
}
8875
8875
],
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
+ ],
8876
8894
"2025-10-01" : [
8877
8895
{
8878
8896
"location" : " SecurityAdvisory.cvss" ,
You can’t perform that action at this time.
0 commit comments