You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/graphql/data/ghes-3.19/graphql_upcoming_changes.public-enterprise.yml
+25-7Lines changed: 25 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1382,14 +1382,12 @@ upcoming_changes:
1382
1382
date: '2025-04-01T00:00:00+00:00'
1383
1383
criticality: breaking
1384
1384
owner: github/memex
1385
-
- location: SearchType.ISSUE_ADVANCED
1386
-
description: '`ISSUE_ADVANCED` will be removed.'
1387
-
reason:
1388
-
Search for issues and pull requests will be overridden by advanced search
1389
-
on September 4, 2025. You can read more about this change on https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/.
1390
-
date: '2025-09-04'
1385
+
- location: Issue.stateReason.enableDuplicate
1386
+
description: '`enableDuplicate` will be removed.'
1387
+
reason: The state reason for duplicate issue is now returned by default.
1388
+
date: '2025-10-01T00:00:00+00:00'
1391
1389
criticality: breaking
1392
-
owner: github/issues_advanced_search
1390
+
owner: issues
1393
1391
- location: SecurityAdvisory.cvss
1394
1392
description:
1395
1393
'`cvss` will be removed. New `cvss_severities` field will now contain
@@ -1398,6 +1396,26 @@ upcoming_changes:
1398
1396
date: '2025-10-01T00:00:00+00:00'
1399
1397
criticality: breaking
1400
1398
owner: github/advisory-database
1399
+
- location: SearchType.ISSUE_ADVANCED
1400
+
description: '`ISSUE_ADVANCED` will be removed.'
1401
+
reason:
1402
+
Search for issues and pull requests will be overridden by advanced search
1403
+
on November 4, 2025. You can read more about this change on https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/.
1404
+
date: '2025-11-04'
1405
+
criticality: breaking
1406
+
owner: github/issues_advanced_search
1407
+
- location: NotificationThread.list
1408
+
description: '`list` will be removed. Use the `optionalList` field instead.'
1409
+
reason: Null values are possible for this field.
1410
+
date: '2026-01-01T00:00:00+00:00'
1411
+
criticality: breaking
1412
+
owner: github/notifications
1413
+
- location: NotificationThread.subject
1414
+
description: '`subject` will be removed. Use the `optionalSubject` field instead.'
1415
+
reason: Null values are possible for this field.
1416
+
date: '2026-01-01T00:00:00+00:00'
1417
+
criticality: breaking
1418
+
owner: github/notifications
1401
1419
- location: AuditEntry.action
1402
1420
description: '`action` will be removed.'
1403
1421
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.
0 commit comments