github-docs-arabic-enhanced / src /graphql /data /ghes-3.18 /graphql_upcoming_changes.public-enterprise.yml
| upcoming_changes: | |
| - location: LegacyMigration.uploadUrlTemplate | |
| description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.' | |
| reason: | |
| '`uploadUrlTemplate` is being removed because it is not a standard URL and | |
| adds an extra user step.' | |
| date: '2019-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: tambling | |
| - location: AssignedEvent.user | |
| description: '`user` will be removed. Use the `assignee` field instead.' | |
| reason: Assignees can now be mannequins. | |
| date: '2020-01-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: tambling | |
| - location: UnassignedEvent.user | |
| description: '`user` will be removed. Use the `assignee` field instead.' | |
| reason: Assignees can now be mannequins. | |
| date: '2020-01-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: tambling | |
| - location: Issue.timeline | |
| description: '`timeline` will be removed. Use Issue.timelineItems instead.' | |
| reason: '`timeline` will be removed' | |
| date: '2020-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: mikesea | |
| - location: PullRequest.timeline | |
| description: '`timeline` will be removed. Use PullRequest.timelineItems instead.' | |
| reason: '`timeline` will be removed' | |
| date: '2020-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: mikesea | |
| - location: MergeStateStatus.DRAFT | |
| description: '`DRAFT` will be removed. Use PullRequest.isDraft instead.' | |
| reason: | |
| DRAFT state will be removed from this enum and `isDraft` should be used | |
| instead | |
| date: '2021-01-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: nplasterer | |
| - location: PackageType.DOCKER | |
| description: '`DOCKER` will be removed.' | |
| reason: | |
| DOCKER will be removed from this enum as this type will be migrated to only | |
| be used by the Packages REST API. | |
| date: '2021-06-21' | |
| criticality: breaking | |
| owner: reybard | |
| - location: ReactionGroup.users | |
| description: '`users` will be removed. Use the `reactors` field instead.' | |
| reason: Reactors can now be mannequins, bots, and organizations. | |
| date: '2021-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: synthead | |
| - location: AddPullRequestToMergeQueueInput.branch | |
| description: '`branch` will be removed.' | |
| reason: | |
| PRs are added to the merge queue for the base branch, the `branch` argument | |
| is now a no-op | |
| date: '2022-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: jhunschejones | |
| - location: DependencyGraphDependency.packageLabel | |
| description: | |
| '`packageLabel` will be removed. Use normalized `packageName` field | |
| instead.' | |
| reason: '`packageLabel` will be removed.' | |
| date: '2022-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/dependency_graph | |
| - location: RemovePullRequestFromMergeQueueInput.branch | |
| description: '`branch` will be removed.' | |
| reason: | |
| PRs are removed from the merge queue for the base branch, the `branch` argument | |
| is now a no-op | |
| date: '2022-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: jhunschejones | |
| - location: PackageType.NPM | |
| description: '`NPM` will be removed.' | |
| reason: | |
| NPM will be removed from this enum as this type will be migrated to only | |
| be used by the Packages REST API. | |
| date: '2022-11-21' | |
| criticality: breaking | |
| owner: s-anupam | |
| - location: PackageType.NUGET | |
| description: '`NUGET` will be removed.' | |
| reason: | |
| NUGET will be removed from this enum as this type will be migrated to only | |
| be used by the Packages REST API. | |
| date: '2022-11-21' | |
| criticality: breaking | |
| owner: s-anupam | |
| - location: PackageType.RUBYGEMS | |
| description: '`RUBYGEMS` will be removed.' | |
| reason: | |
| RUBYGEMS will be removed from this enum as this type will be migrated to | |
| only be used by the Packages REST API. | |
| date: '2022-12-28' | |
| criticality: breaking | |
| owner: ankitkaushal01 | |
| - location: Commit.changedFiles | |
| description: '`changedFiles` will be removed. Use `changedFilesIfAvailable` instead.' | |
| reason: '`changedFiles` will be removed.' | |
| date: '2023-01-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: adamshwert | |
| - location: ProjectV2View.visibleFields | |
| description: | |
| '`visibleFields` will be removed. Check out the `ProjectV2View#fields` | |
| API as an example for the more capable alternative.' | |
| reason: | |
| The `ProjectV2View#visibleFields` API is deprecated in favour of the more | |
| capable `ProjectV2View#fields` API. | |
| date: '2023-01-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: mattruggio | |
| - location: PackageType.MAVEN | |
| description: '`MAVEN` will be removed.' | |
| reason: | |
| MAVEN will be removed from this enum as this type will be migrated to only | |
| be used by the Packages REST API. | |
| date: '2023-02-10' | |
| criticality: breaking | |
| owner: ankitkaushal01 | |
| - location: ProjectV2View.groupBy | |
| description: | |
| '`groupBy` will be removed. Check out the `ProjectV2View#group_by_fields` | |
| API as an example for the more capable alternative.' | |
| reason: | |
| The `ProjectV2View#order_by` API is deprecated in favour of the more capable | |
| `ProjectV2View#group_by_field` API. | |
| date: '2023-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: alcere | |
| - location: ProjectV2View.sortBy | |
| description: | |
| '`sortBy` will be removed. Check out the `ProjectV2View#sort_by_fields` | |
| API as an example for the more capable alternative.' | |
| reason: | |
| The `ProjectV2View#sort_by` API is deprecated in favour of the more capable | |
| `ProjectV2View#sort_by_fields` API. | |
| date: '2023-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: traumverloren | |
| - location: ProjectV2View.verticalGroupBy | |
| description: | |
| '`verticalGroupBy` will be removed. Check out the `ProjectV2View#vertical_group_by_fields` | |
| API as an example for the more capable alternative.' | |
| reason: | |
| The `ProjectV2View#vertical_group_by` API is deprecated in favour of the | |
| more capable `ProjectV2View#vertical_group_by_fields` API. | |
| date: '2023-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: traumverloren | |
| - location: Repository.squashPrTitleUsedAsDefault | |
| description: | |
| '`squashPrTitleUsedAsDefault` will be removed. Use `Repository.squashMergeCommitTitle` | |
| instead.' | |
| reason: '`squashPrTitleUsedAsDefault` will be removed.' | |
| date: '2023-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/pull_requests | |
| - location: Commit.pushedDate | |
| description: '`pushedDate` will be removed.' | |
| reason: '`pushedDate` is no longer supported.' | |
| date: '2023-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: darthwillis | |
| - location: ProjectV2ItemFieldGroup.field | |
| description: | |
| '`field` will be removed. Check out the `ProjectV2ItemFieldGroup#groupByField` | |
| API as an example for the more capable alternative.' | |
| reason: | |
| The `ProjectV2ItemFieldGroup#field` API is deprecated in favour of the more | |
| capable `ProjectV2ItemFieldGroup#groupByField` API. | |
| date: '2023-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: stevepopovich | |
| - location: AddPullRequestReviewCommentInput.body | |
| description: | |
| '`body` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply | |
| instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewCommentInput.commitOID | |
| description: | |
| '`commitOID` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply | |
| instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewCommentInput.inReplyTo | |
| description: | |
| '`inReplyTo` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply | |
| instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewCommentInput.path | |
| description: | |
| '`path` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply | |
| instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewCommentInput.position | |
| description: | |
| '`position` will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply | |
| instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewCommentInput.pullRequestId | |
| description: | |
| '`pullRequestId` will be removed. use addPullRequestReviewThread or | |
| addPullRequestReviewThreadReply instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewCommentInput.pullRequestReviewId | |
| description: | |
| '`pullRequestReviewId` will be removed. use addPullRequestReviewThread | |
| or addPullRequestReviewThreadReply instead' | |
| reason: We are deprecating the addPullRequestReviewComment mutation | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: AddPullRequestReviewInput.comments | |
| description: '`comments` will be removed. use the `threads` argument instead' | |
| reason: We are deprecating comment fields that use diff-relative positioning | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: PullRequestReviewComment.originalPosition | |
| description: '`originalPosition` will be removed.' | |
| reason: We are phasing out diff-relative positioning for PR comments | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: PullRequestReviewComment.position | |
| description: | |
| '`position` will be removed. Use the `line` and `startLine` fields | |
| instead, which are file line numbers instead of diff line numbers' | |
| reason: We are phasing out diff-relative positioning for PR comments | |
| date: '2023-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: aharpole | |
| - location: TopicSuggestionDeclineReason.NOT_RELEVANT | |
| description: '`NOT_RELEVANT` will be removed.' | |
| reason: Suggested topics are no longer supported | |
| date: '2024-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: calvinchilds | |
| - location: TopicSuggestionDeclineReason.PERSONAL_PREFERENCE | |
| description: '`PERSONAL_PREFERENCE` will be removed.' | |
| reason: Suggested topics are no longer supported | |
| date: '2024-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: calvinchilds | |
| - location: TopicSuggestionDeclineReason.TOO_GENERAL | |
| description: '`TOO_GENERAL` will be removed.' | |
| reason: Suggested topics are no longer supported | |
| date: '2024-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: calvinchilds | |
| - location: TopicSuggestionDeclineReason.TOO_SPECIFIC | |
| description: '`TOO_SPECIFIC` will be removed.' | |
| reason: Suggested topics are no longer supported | |
| date: '2024-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: calvinchilds | |
| - location: CreateTeamDiscussionCommentInput.body | |
| description: | |
| '`body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionCommentInput.discussionId | |
| description: | |
| '`discussionId` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionCommentPayload.teamDiscussionComment | |
| description: | |
| '`teamDiscussionComment` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionInput.body | |
| description: | |
| '`body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionInput.private | |
| description: | |
| '`private` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionInput.teamId | |
| description: | |
| '`teamId` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionInput.title | |
| description: | |
| '`title` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: CreateTeamDiscussionPayload.teamDiscussion | |
| description: | |
| '`teamDiscussion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: OrganizationInvitation.inviter | |
| description: '`inviter` will be removed. `inviter` will be replaced by `inviterActor`.' | |
| reason: '`inviter` will be removed.' | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: jdennes | |
| - location: PullRequest.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: JanKoszewski | |
| - location: PullRequestReview.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: JanKoszewski | |
| - location: PullRequestReviewComment.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: JanKoszewski | |
| - location: TeamDiscussion.authorAssociation | |
| description: | |
| '`authorAssociation` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.bodyVersion | |
| description: | |
| '`bodyVersion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.comments | |
| description: | |
| '`comments` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.commentsResourcePath | |
| description: | |
| '`commentsResourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.commentsUrl | |
| description: | |
| '`commentsUrl` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.isPinned | |
| description: | |
| '`isPinned` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.isPrivate | |
| description: | |
| '`isPrivate` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.number | |
| description: | |
| '`number` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.resourcePath | |
| description: | |
| '`resourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.team | |
| description: | |
| '`team` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.title | |
| description: | |
| '`title` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.url | |
| description: | |
| '`url` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussion.viewerCanPin | |
| description: | |
| '`viewerCanPin` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussionComment.authorAssociation | |
| description: | |
| '`authorAssociation` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussionComment.bodyVersion | |
| description: | |
| '`bodyVersion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussionComment.discussion | |
| description: | |
| '`discussion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussionComment.number | |
| description: | |
| '`number` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussionComment.resourcePath | |
| description: | |
| '`resourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: TeamDiscussionComment.url | |
| description: | |
| '`url` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ | |
| to find a suitable replacement.' | |
| reason: The Team Discussions feature is deprecated in favor of Organization Discussions. | |
| date: '2024-07-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: deborah-digges | |
| - location: Workflow.hasWorkflowDispatchTrigger | |
| description: | |
| '`hasWorkflowDispatchTrigger` will be removed. Use `has_workflow_dispatch_trigger_for_branch(branch_ref)` | |
| instead.' | |
| reason: | |
| "`has_workflow_dispatch_trigger` is being removed because it can be misleading | |
| and only checks a repository's default branch" | |
| date: '2024-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: stevepopovich | |
| - location: AddMobileDevicePublicKeyPayload.expiresAt | |
| description: | |
| '`expiresAt` will be removed. Do not rely on this field, it is currently | |
| set to a date far in the future if a device key is expirationless' | |
| reason: We are deprecating expirations for mobile device keys used in mobile 2FA | |
| date: '2025-01-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: chriskirkland | |
| - location: AddedToProjectEvent.databaseId | |
| description: '`databaseId` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: AddedToProjectEvent.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: AddedToProjectEvent.projectCard | |
| description: '`projectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: AddedToProjectEvent.projectColumnName | |
| description: '`projectColumnName` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ConvertedNoteToIssueEvent.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ConvertedNoteToIssueEvent.projectCard | |
| description: '`projectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Enterprise.members.hasTwoFactorEnabled | |
| description: | |
| '`hasTwoFactorEnabled` will be removed. Use `two_factor_method_security` | |
| instead.' | |
| reason: '`has_two_factor_enabled` will be removed.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: authentication | |
| - location: EnterpriseOwnerInfo.admins.hasTwoFactorEnabled | |
| description: | |
| '`hasTwoFactorEnabled` will be removed. Use `two_factor_method_security` | |
| instead.' | |
| reason: '`has_two_factor_enabled` will be removed.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: authentication | |
| - location: EnterpriseOwnerInfo.outsideCollaborators.hasTwoFactorEnabled | |
| description: | |
| '`hasTwoFactorEnabled` will be removed. Use `two_factor_method_security` | |
| instead.' | |
| reason: '`has_two_factor_enabled` will be removed.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: authentication | |
| - location: Issue.projectCards | |
| description: '`projectCards` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: IssueType.isPrivate | |
| description: '`isPrivate` will be removed.' | |
| reason: Private issue types are being deprecated and can no longer be created. | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/issues | |
| - location: MovedColumnsInProjectEvent.databaseId | |
| description: '`databaseId` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: MovedColumnsInProjectEvent.previousProjectColumnName | |
| description: '`previousProjectColumnName` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: MovedColumnsInProjectEvent.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: MovedColumnsInProjectEvent.projectCard | |
| description: '`projectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: MovedColumnsInProjectEvent.projectColumnName | |
| description: '`projectColumnName` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.addProjectCard | |
| description: '`addProjectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.addProjectColumn | |
| description: '`addProjectColumn` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.cloneProject | |
| description: '`cloneProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.convertProjectCardNoteToIssue | |
| description: '`convertProjectCardNoteToIssue` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.createProject | |
| description: '`createProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.deleteProject | |
| description: '`deleteProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.deleteProjectCard | |
| description: '`deleteProjectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.deleteProjectColumn | |
| description: '`deleteProjectColumn` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.importProject | |
| description: '`importProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.linkRepositoryToProject | |
| description: '`linkRepositoryToProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.moveProjectCard | |
| description: '`moveProjectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.moveProjectColumn | |
| description: '`moveProjectColumn` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.unlinkRepositoryFromProject | |
| description: '`unlinkRepositoryFromProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.updateProject | |
| description: '`updateProject` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.updateProjectCard | |
| description: '`updateProjectCard` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Mutation.updateProjectColumn | |
| description: '`updateProjectColumn` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Organization.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Organization.projects | |
| description: '`projects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Organization.viewerCanCreateProjects | |
| description: '`viewerCanCreateProjects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.body | |
| description: '`body` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.bodyHTML | |
| description: '`bodyHtml` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.columns | |
| description: '`columns` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.creator | |
| description: '`creator` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.databaseId | |
| description: '`databaseId` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.id | |
| description: '`id` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.name | |
| description: '`name` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.number | |
| description: '`number` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.owner | |
| description: '`owner` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.pendingCards | |
| description: '`pendingCards` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.progress | |
| description: '`progress` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.resourcePath | |
| description: '`resourcePath` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.state | |
| description: '`state` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.updatedAt | |
| description: '`updatedAt` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Project.url | |
| description: '`url` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.column | |
| description: '`column` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.content | |
| description: '`content` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.creator | |
| description: '`creator` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.databaseId | |
| description: '`databaseId` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.id | |
| description: '`id` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.isArchived | |
| description: '`isArchived` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.note | |
| description: '`note` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.resourcePath | |
| description: '`resourcePath` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.state | |
| description: '`state` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.updatedAt | |
| description: '`updatedAt` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCard.url | |
| description: '`url` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCardArchivedState.ARCHIVED | |
| description: '`ARCHIVED` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectCardArchivedState.NOT_ARCHIVED | |
| description: '`NOT_ARCHIVED` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.cards | |
| description: '`cards` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.databaseId | |
| description: '`databaseId` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.id | |
| description: '`id` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.name | |
| description: '`name` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.purpose | |
| description: '`purpose` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.resourcePath | |
| description: '`resourcePath` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.updatedAt | |
| description: '`updatedAt` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectColumn.url | |
| description: '`url` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectOwner.id | |
| description: '`id` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectOwner.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectOwner.projects | |
| description: '`projects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectOwner.projectsResourcePath | |
| description: '`projectsResourcePath` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectOwner.projectsUrl | |
| description: '`projectsUrl` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectOwner.viewerCanCreateProjects | |
| description: '`viewerCanCreateProjects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.doneCount | |
| description: '`doneCount` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.donePercentage | |
| description: '`donePercentage` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.enabled | |
| description: '`enabled` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.inProgressCount | |
| description: '`inProgressCount` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.inProgressPercentage | |
| description: '`inProgressPercentage` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.todoCount | |
| description: '`todoCount` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectProgress.todoPercentage | |
| description: '`todoPercentage` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: ProjectV2.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: dewski | |
| - location: ProjectV2Item.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: dewski | |
| - location: ProjectV2StatusUpdate.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: dewski | |
| - location: ProjectV2View.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: dewski | |
| - location: ProjectV2Workflow.databaseId | |
| description: '`databaseId` will be removed. Use `fullDatabaseId` instead.' | |
| reason: | |
| '`databaseId` will be removed because it does not support 64-bit signed | |
| integer identifiers.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: dewski | |
| - location: PullRequest.projectCards | |
| description: '`projectCards` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: RemovedFromProjectEvent.databaseId | |
| description: '`databaseId` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: RemovedFromProjectEvent.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: RemovedFromProjectEvent.projectColumnName | |
| description: '`projectColumnName` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Repository.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Repository.projects | |
| description: '`projects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: Repository.viewerCanCreateProjects | |
| description: '`viewerCanCreateProjects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: SearchShortcutQueryProjectTerm.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: User.project | |
| description: '`project` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: User.projects | |
| description: '`projects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: User.viewerCanCreateProjects | |
| description: '`viewerCanCreateProjects` will be removed.' | |
| reason: | |
| 'Projects (classic) is being deprecated in favor of the new Projects experience, | |
| see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.' | |
| date: '2025-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/memex | |
| - location: SearchType.ISSUE_ADVANCED | |
| description: '`ISSUE_ADVANCED` will be removed.' | |
| reason: | |
| Search for issues and pull requests will be overridden by advanced search | |
| 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/. | |
| date: '2025-09-04' | |
| criticality: breaking | |
| owner: github/issues_advanced_search | |
| - location: SecurityAdvisory.cvss | |
| description: | |
| '`cvss` will be removed. New `cvss_severities` field will now contain | |
| both `cvss_v3` and `cvss_v4` properties.' | |
| reason: '`cvss` will be removed.' | |
| date: '2025-10-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: github/advisory-database | |
| - location: AuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: AuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposClearAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposDisableAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: MembersCanDeleteReposEnableAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.applicationUrl | |
| description: '`applicationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.callbackUrl | |
| description: '`callbackUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.rateLimit | |
| description: '`rateLimit` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.state | |
| description: '`state` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OauthApplicationCreateAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.invitationEmail | |
| description: '`invitationEmail` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddBillingManagerAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.permission | |
| description: '`permission` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgAddMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.blockedUser | |
| description: '`blockedUser` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.blockedUserName | |
| description: '`blockedUserName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.blockedUserResourcePath | |
| description: '`blockedUserResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.blockedUserUrl | |
| description: '`blockedUserUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgBlockUserAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.billingPlan | |
| description: '`billingPlan` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgCreateAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableOauthAppRestrictionsAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.digestMethodUrl | |
| description: '`digestMethodUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.issuerUrl | |
| description: '`issuerUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.signatureMethodUrl | |
| description: '`signatureMethodUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.singleSignOnUrl | |
| description: '`singleSignOnUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableSamlAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgDisableTwoFactorRequirementAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableOauthAppRestrictionsAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.digestMethodUrl | |
| description: '`digestMethodUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.issuerUrl | |
| description: '`issuerUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.signatureMethodUrl | |
| description: '`signatureMethodUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.singleSignOnUrl | |
| description: '`singleSignOnUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableSamlAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgEnableTwoFactorRequirementAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.email | |
| description: '`email` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.organizationInvitation | |
| description: '`organizationInvitation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgInviteToBusinessAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessApprovedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessBlockedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessDeniedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessRequestedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgOauthAppAccessUnblockedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.reason | |
| description: '`reason` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveBillingManagerAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.membershipTypes | |
| description: '`membershipTypes` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.reason | |
| description: '`reason` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes | |
| description: '`membershipTypes` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.reason | |
| description: '`reason` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRemoveOutsideCollaboratorAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount | |
| description: '`restoredCustomEmailRoutingsCount` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount | |
| description: '`restoredIssueAssignmentsCount` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredMemberships | |
| description: '`restoredMemberships` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredMembershipsCount | |
| description: '`restoredMembershipsCount` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredRepositoriesCount | |
| description: '`restoredRepositoriesCount` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount | |
| description: '`restoredRepositoryStarsCount` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount | |
| description: '`restoredRepositoryWatchesCount` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.blockedUser | |
| description: '`blockedUser` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.blockedUserName | |
| description: '`blockedUserName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.blockedUserResourcePath | |
| description: '`blockedUserResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.blockedUserUrl | |
| description: '`blockedUserUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUnblockUserAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.permission | |
| description: '`permission` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas | |
| description: '`permissionWas` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.permission | |
| description: '`permission` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.permissionWas | |
| description: '`permissionWas` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories | |
| description: '`canCreateRepositories` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories | |
| description: '`canInviteOutsideCollaboratorsToRepositories` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: Organization.auditLog | |
| description: '`auditLog` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrganizationAuditEntryData.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrganizationAuditEntryData.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrganizationAuditEntryData.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: OrganizationAuditEntryData.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingDisableAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: PrivateRepositoryForkingEnableAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAccessAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddMemberAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoAddTopicAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoArchivedAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.isEnabled | |
| description: '`isEnabled` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.mergeType | |
| description: '`mergeType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoChangeMergeSettingAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableContributorsOnlyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableContributorsOnlyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigLockAnonymousGitAccessAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.forkParentName | |
| description: '`forkParentName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.forkSourceName | |
| description: '`forkSourceName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoCreateAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoDestroyAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveMemberAuditEntry.visibility | |
| description: '`visibility` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepoRemoveTopicAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeDisableAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: RepositoryVisibilityChangeEnableAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.isLdapMapped | |
| description: '`isLdapMapped` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.isLdapMapped | |
| description: '`isLdapMapped` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamAddRepositoryAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.isLdapMapped | |
| description: '`isLdapMapped` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeam | |
| description: '`parentTeam` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamName | |
| description: '`parentTeamName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamNameWas | |
| description: '`parentTeamNameWas` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamResourcePath | |
| description: '`parentTeamResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamUrl | |
| description: '`parentTeamUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamWas | |
| description: '`parentTeamWas` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath | |
| description: '`parentTeamWasResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.parentTeamWasUrl | |
| description: '`parentTeamWasUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamChangeParentTeamAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.isLdapMapped | |
| description: '`isLdapMapped` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveMemberAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.action | |
| description: '`action` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.actor | |
| description: '`actor` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.actorIp | |
| description: '`actorIp` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.actorLocation | |
| description: '`actorLocation` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.actorLogin | |
| description: '`actorLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.actorResourcePath | |
| description: '`actorResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.actorUrl | |
| description: '`actorUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.createdAt | |
| description: '`createdAt` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.isLdapMapped | |
| description: '`isLdapMapped` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.operationType | |
| description: '`operationType` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.organization | |
| description: '`organization` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.organizationName | |
| description: '`organizationName` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.organizationResourcePath | |
| description: '`organizationResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.organizationUrl | |
| description: '`organizationUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.user | |
| description: '`user` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.userLogin | |
| description: '`userLogin` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.userResourcePath | |
| description: '`userResourcePath` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |
| - location: TeamRemoveRepositoryAuditEntry.userUrl | |
| description: '`userUrl` will be removed.' | |
| reason: The GraphQL audit-log is deprecated. Please use the REST API instead. | |
| date: '2026-04-01T00:00:00+00:00' | |
| criticality: breaking | |
| owner: audit_logs | |