This commit is contained in:
Rachael Sewell 2020-11-17 18:09:28 -08:00 коммит произвёл GitHub
Родитель 73e326ffdd
Коммит 8f8f2f15e1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 1494 добавлений и 1410 удалений

Просмотреть файл

@ -1,105 +1,113 @@
--- ---
upcoming_changes: upcoming_changes:
- location: Migration.uploadUrlTemplate - location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead." description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and reason:
adds an extra user step." '`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' date: '2019-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: AssignedEvent.user - location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: EnterpriseBillingInfo.availableSeats - location: EnterpriseBillingInfo.availableSeats
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses description:
instead." '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide instead.'
more clarity on the value being returned" reason:
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
more clarity on the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: EnterpriseBillingInfo.seats - location: EnterpriseBillingInfo.seats
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead." description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on reason:
the value being returned" '`seats` will be replaced with `totalLicenses` to provide more clarity on
the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: UnassignedEvent.user - location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: Sponsorship.maintainer - location: Sponsorship.maintainer
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead." description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
reason: "`Sponsorship.maintainer` will be removed." reason: '`Sponsorship.maintainer` will be removed.'
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: antn owner: antn
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed - location: EnterprisePendingMemberInvitationEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All pending members consume a license reason: All pending members consume a license
date: '2020-07-01T00:00:00+00:00' date: '2020-07-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterpriseOwnerInfo.pendingCollaborators - location: EnterpriseOwnerInfo.pendingCollaborators
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` description:
field instead." '`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
reason: Repository invitations can now be associated with an email, not only an field instead.'
reason:
Repository invitations can now be associated with an email, not only an
invitee. invitee.
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: jdennes owner: jdennes
- location: Issue.timeline - location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead." description: '`timeline` will be removed. Use Issue.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: PullRequest.timeline - location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead." description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: RepositoryInvitationOrderField.INVITEE_LOGIN - location: RepositoryInvitationOrderField.INVITEE_LOGIN
description: "`INVITEE_LOGIN` will be removed." description: '`INVITEE_LOGIN` will be removed.'
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations reason:
can now be associated with an email, not only an invitee." '`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
can now be associated with an email, not only an invitee.'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: jdennes owner: jdennes
- location: Sponsorship.sponsor - location: Sponsorship.sponsor
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead." description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
reason: "`Sponsorship.sponsor` will be removed." reason: '`Sponsorship.sponsor` will be removed.'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: nholden owner: nholden
- location: EnterpriseMemberEdge.isUnlicensed - location: EnterpriseMemberEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All members consume a license reason: All members consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed - location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All outside collaborators consume a license reason: All outside collaborators consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterprisePendingCollaboratorEdge.isUnlicensed - location: EnterprisePendingCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All pending collaborators consume a license reason: All pending collaborators consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: MergeStateStatus.DRAFT - location: MergeStateStatus.DRAFT
description: "`DRAFT` will be removed. Use PullRequest.isDraft instead." description: '`DRAFT` will be removed. Use PullRequest.isDraft instead.'
reason: DRAFT state will be removed from this enum and `isDraft` should be used reason:
DRAFT state will be removed from this enum and `isDraft` should be used
instead instead
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking

Просмотреть файл

@ -1,59 +1,63 @@
--- ---
upcoming_changes: upcoming_changes:
- location: Migration.uploadUrlTemplate - location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead." description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and reason:
adds an extra user step." '`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' date: '2019-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: ContributionOrder.field - location: ContributionOrder.field
description: "`field` will be removed. Only one order field is supported." description: '`field` will be removed. Only one order field is supported.'
reason: "`field` will be removed." reason: '`field` will be removed.'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Issue.timeline - location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead." description: '`timeline` will be removed. Use Issue.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: Organization.pinnedRepositories - location: Organization.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: PullRequest.timeline - location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead." description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: RepositoryOwner.pinnedRepositories - location: RepositoryOwner.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: User.pinnedRepositories - location: User.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: AssignedEvent.user - location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: UnassignedEvent.user - location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking

Просмотреть файл

@ -1,509 +1,537 @@
--- ---
upcoming_changes: upcoming_changes:
- location: Migration.uploadUrlTemplate - location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead." description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and reason:
adds an extra user step." '`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' date: '2019-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: ContributionOrder.field - location: ContributionOrder.field
description: "`field` will be removed. Only one order field is supported." description: '`field` will be removed. Only one order field is supported.'
reason: "`field` will be removed." reason: '`field` will be removed.'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Issue.timeline - location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead." description: '`timeline` will be removed. Use Issue.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: Organization.pinnedRepositories - location: Organization.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: PullRequest.timeline - location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead." description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: RepositoryOwner.pinnedRepositories - location: RepositoryOwner.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: User.pinnedRepositories - location: User.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: AssignedEvent.user - location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: EnterpriseBillingInfo.availableSeats - location: EnterpriseBillingInfo.availableSeats
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses description:
instead." '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide instead.'
more clarity on the value being returned" reason:
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
more clarity on the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: EnterpriseBillingInfo.seats - location: EnterpriseBillingInfo.seats
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead." description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on reason:
the value being returned" '`seats` will be replaced with `totalLicenses` to provide more clarity on
the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: UnassignedEvent.user - location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: Organization.registryPackages - location: Organization.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Organization.registryPackagesForQuery - location: Organization.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.color - location: RegistryPackage.color
description: "`color` will be removed. Use the `Package` object instead." description: '`color` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.latestVersion - location: RegistryPackage.latestVersion
description: "`latestVersion` will be removed. Use the `Package` object instead." description: '`latestVersion` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.name - location: RegistryPackage.name
description: "`name` will be removed. Use the `Package` object instead." description: '`name` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.nameWithOwner - location: RegistryPackage.nameWithOwner
description: "`nameWithOwner` will be removed. Use the `Package` object instead." description: '`nameWithOwner` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.packageFileByGuid - location: RegistryPackage.packageFileByGuid
description: "`packageFileByGuid` will be removed. Use the `Package` object." description: '`packageFileByGuid` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.packageFileBySha256 - location: RegistryPackage.packageFileBySha256
description: "`packageFileBySha256` will be removed. Use the `Package` object." description: '`packageFileBySha256` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.packageType - location: RegistryPackage.packageType
description: "`packageType` will be removed. Use the `Package` object instead." description: '`packageType` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.preReleaseVersions - location: RegistryPackage.preReleaseVersions
description: "`preReleaseVersions` will be removed. Use the `Package` object instead." description: '`preReleaseVersions` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.registryPackageType - location: RegistryPackage.registryPackageType
description: "`registryPackageType` will be removed. Use the `Package` object instead." description: '`registryPackageType` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.repository - location: RegistryPackage.repository
description: "`repository` will be removed. Use the `Package` object instead." description: '`repository` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.statistics - location: RegistryPackage.statistics
description: "`statistics` will be removed. Use the `Package` object instead." description: '`statistics` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.tags - location: RegistryPackage.tags
description: "`tags` will be removed. Use the `Package` object." description: '`tags` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.topics - location: RegistryPackage.topics
description: "`topics` will be removed. Use the `Package` object." description: '`topics` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.version - location: RegistryPackage.version
description: "`version` will be removed. Use the `Package` object instead." description: '`version` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versionByPlatform - location: RegistryPackage.versionByPlatform
description: "`versionByPlatform` will be removed. Use the `Package` object instead." description: '`versionByPlatform` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versionBySha256 - location: RegistryPackage.versionBySha256
description: "`versionBySha256` will be removed. Use the `Package` object instead." description: '`versionBySha256` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versions - location: RegistryPackage.versions
description: "`versions` will be removed. Use the `Package` object instead." description: '`versions` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versionsByMetadatum - location: RegistryPackage.versionsByMetadatum
description: "`versionsByMetadatum` will be removed. Use the `Package` object instead." description: '`versionsByMetadatum` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageDependency.dependencyType - location: RegistryPackageDependency.dependencyType
description: "`dependencyType` will be removed. Use the `PackageDependency` object description:
instead." '`dependencyType` will be removed. Use the `PackageDependency` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageDependency.name - location: RegistryPackageDependency.name
description: "`name` will be removed. Use the `PackageDependency` object instead." description: '`name` will be removed. Use the `PackageDependency` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageDependency.version - location: RegistryPackageDependency.version
description: "`version` will be removed. Use the `PackageDependency` object instead." description: '`version` will be removed. Use the `PackageDependency` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.guid - location: RegistryPackageFile.guid
description: "`guid` will be removed. Use the `PackageFile` object instead." description: '`guid` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.md5 - location: RegistryPackageFile.md5
description: "`md5` will be removed. Use the `PackageFile` object instead." description: '`md5` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.metadataUrl - location: RegistryPackageFile.metadataUrl
description: "`metadataUrl` will be removed. Use the `PackageFile` object instead." description: '`metadataUrl` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.name - location: RegistryPackageFile.name
description: "`name` will be removed. Use the `PackageFile` object instead." description: '`name` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.packageVersion - location: RegistryPackageFile.packageVersion
description: "`packageVersion` will be removed. Use the `PackageFile` object instead." description: '`packageVersion` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.sha1 - location: RegistryPackageFile.sha1
description: "`sha1` will be removed. Use the `PackageFile` object instead." description: '`sha1` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.sha256 - location: RegistryPackageFile.sha256
description: "`sha256` will be removed. Use the `PackageFile` object instead." description: '`sha256` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.size - location: RegistryPackageFile.size
description: "`size` will be removed. Use the `PackageFile` object instead." description: '`size` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.url - location: RegistryPackageFile.url
description: "`url` will be removed. Use the `PackageFile` object instead." description: '`url` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageOwner.registryPackages - location: RegistryPackageOwner.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageSearch.registryPackagesForQuery - location: RegistryPackageSearch.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsThisMonth - location: RegistryPackageStatistics.downloadsThisMonth
description: "`downloadsThisMonth` will be removed. Use the `PackageStatistics` description:
object instead." '`downloadsThisMonth` will be removed. Use the `PackageStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsThisWeek - location: RegistryPackageStatistics.downloadsThisWeek
description: "`downloadsThisWeek` will be removed. Use the `PackageStatistics` object description:
instead." '`downloadsThisWeek` will be removed. Use the `PackageStatistics` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsThisYear - location: RegistryPackageStatistics.downloadsThisYear
description: "`downloadsThisYear` will be removed. Use the `PackageStatistics` object description:
instead." '`downloadsThisYear` will be removed. Use the `PackageStatistics` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsToday - location: RegistryPackageStatistics.downloadsToday
description: "`downloadsToday` will be removed. Use the `PackageStatistics` object description:
instead." '`downloadsToday` will be removed. Use the `PackageStatistics` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsTotalCount - location: RegistryPackageStatistics.downloadsTotalCount
description: "`downloadsTotalCount` will be removed. Use the `PackageStatistics` description:
object instead." '`downloadsTotalCount` will be removed. Use the `PackageStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageTag.name - location: RegistryPackageTag.name
description: "`name` will be removed. Use the `PackageTag` object instead." description: '`name` will be removed. Use the `PackageTag` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageTag.version - location: RegistryPackageTag.version
description: "`version` will be removed. Use the `PackageTag` object instead." description: '`version` will be removed. Use the `PackageTag` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.dependencies - location: RegistryPackageVersion.dependencies
description: "`dependencies` will be removed. Use the `PackageVersion` object instead." description: '`dependencies` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.fileByName - location: RegistryPackageVersion.fileByName
description: "`fileByName` will be removed. Use the `PackageVersion` object instead." description: '`fileByName` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.files - location: RegistryPackageVersion.files
description: "`files` will be removed. Use the `PackageVersion` object instead." description: '`files` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.installationCommand - location: RegistryPackageVersion.installationCommand
description: "`installationCommand` will be removed. Use the `PackageVersion` object description:
instead." '`installationCommand` will be removed. Use the `PackageVersion` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.manifest - location: RegistryPackageVersion.manifest
description: "`manifest` will be removed. Use the `PackageVersion` object instead." description: '`manifest` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.platform - location: RegistryPackageVersion.platform
description: "`platform` will be removed. Use the `PackageVersion` object instead." description: '`platform` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.preRelease - location: RegistryPackageVersion.preRelease
description: "`preRelease` will be removed. Use the `PackageVersion` object instead." description: '`preRelease` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.readme - location: RegistryPackageVersion.readme
description: "`readme` will be removed. Use the `PackageVersion` object instead." description: '`readme` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.readmeHtml - location: RegistryPackageVersion.readmeHtml
description: "`readmeHtml` will be removed. Use the `PackageVersion` object instead." description: '`readmeHtml` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.registryPackage - location: RegistryPackageVersion.registryPackage
description: "`registryPackage` will be removed. Use the `PackageVersion` object description:
instead." '`registryPackage` will be removed. Use the `PackageVersion` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.release - location: RegistryPackageVersion.release
description: "`release` will be removed. Use the `PackageVersion` object instead." description: '`release` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.sha256 - location: RegistryPackageVersion.sha256
description: "`sha256` will be removed. Use the `PackageVersion` object instead." description: '`sha256` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.size - location: RegistryPackageVersion.size
description: "`size` will be removed. Use the `PackageVersion` object instead." description: '`size` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.statistics - location: RegistryPackageVersion.statistics
description: "`statistics` will be removed. Use the `PackageVersion` object instead." description: '`statistics` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.summary - location: RegistryPackageVersion.summary
description: "`summary` will be removed. Use the `PackageVersion` object instead." description: '`summary` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.updatedAt - location: RegistryPackageVersion.updatedAt
description: "`updatedAt` will be removed. Use the `PackageVersion` object instead." description: '`updatedAt` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.version - location: RegistryPackageVersion.version
description: "`version` will be removed. Use the `PackageVersion` object instead." description: '`version` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.viewerCanEdit - location: RegistryPackageVersion.viewerCanEdit
description: "`viewerCanEdit` will be removed. Use the `PackageVersion` object instead." description: '`viewerCanEdit` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsThisMonth - location: RegistryPackageVersionStatistics.downloadsThisMonth
description: "`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsThisWeek - location: RegistryPackageVersionStatistics.downloadsThisWeek
description: "`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsThisYear - location: RegistryPackageVersionStatistics.downloadsThisYear
description: "`downloadsThisYear` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsThisYear` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsToday - location: RegistryPackageVersionStatistics.downloadsToday
description: "`downloadsToday` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsToday` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsTotalCount - location: RegistryPackageVersionStatistics.downloadsTotalCount
description: "`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Repository.registryPackages - location: Repository.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Repository.registryPackagesForQuery - location: Repository.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Sponsorship.maintainer - location: Sponsorship.maintainer
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead." description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
reason: "`Sponsorship.maintainer` will be removed." reason: '`Sponsorship.maintainer` will be removed.'
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: antn owner: antn
- location: User.registryPackages - location: User.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: User.registryPackagesForQuery - location: User.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking

Просмотреть файл

@ -1,516 +1,544 @@
--- ---
upcoming_changes: upcoming_changes:
- location: Migration.uploadUrlTemplate - location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead." description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and reason:
adds an extra user step." '`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' date: '2019-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: ContributionOrder.field - location: ContributionOrder.field
description: "`field` will be removed. Only one order field is supported." description: '`field` will be removed. Only one order field is supported.'
reason: "`field` will be removed." reason: '`field` will be removed.'
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Organization.pinnedRepositories - location: Organization.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: RepositoryOwner.pinnedRepositories - location: RepositoryOwner.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: User.pinnedRepositories - location: User.pinnedRepositories
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems description:
instead." '`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
instead.'
reason: pinnedRepositories will be removed reason: pinnedRepositories will be removed
date: '2019-10-01T00:00:00+00:00' date: '2019-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: cheshire137 owner: cheshire137
- location: AssignedEvent.user - location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: EnterpriseBillingInfo.availableSeats - location: EnterpriseBillingInfo.availableSeats
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses description:
instead." '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide instead.'
more clarity on the value being returned" reason:
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
more clarity on the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: EnterpriseBillingInfo.seats - location: EnterpriseBillingInfo.seats
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead." description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on reason:
the value being returned" '`seats` will be replaced with `totalLicenses` to provide more clarity on
the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: UnassignedEvent.user - location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: Organization.registryPackages - location: Organization.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Organization.registryPackagesForQuery - location: Organization.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.color - location: RegistryPackage.color
description: "`color` will be removed. Use the `Package` object instead." description: '`color` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.latestVersion - location: RegistryPackage.latestVersion
description: "`latestVersion` will be removed. Use the `Package` object instead." description: '`latestVersion` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.name - location: RegistryPackage.name
description: "`name` will be removed. Use the `Package` object instead." description: '`name` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.nameWithOwner - location: RegistryPackage.nameWithOwner
description: "`nameWithOwner` will be removed. Use the `Package` object instead." description: '`nameWithOwner` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.packageFileByGuid - location: RegistryPackage.packageFileByGuid
description: "`packageFileByGuid` will be removed. Use the `Package` object." description: '`packageFileByGuid` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.packageFileBySha256 - location: RegistryPackage.packageFileBySha256
description: "`packageFileBySha256` will be removed. Use the `Package` object." description: '`packageFileBySha256` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.packageType - location: RegistryPackage.packageType
description: "`packageType` will be removed. Use the `Package` object instead." description: '`packageType` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.preReleaseVersions - location: RegistryPackage.preReleaseVersions
description: "`preReleaseVersions` will be removed. Use the `Package` object instead." description: '`preReleaseVersions` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.registryPackageType - location: RegistryPackage.registryPackageType
description: "`registryPackageType` will be removed. Use the `Package` object instead." description: '`registryPackageType` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.repository - location: RegistryPackage.repository
description: "`repository` will be removed. Use the `Package` object instead." description: '`repository` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.statistics - location: RegistryPackage.statistics
description: "`statistics` will be removed. Use the `Package` object instead." description: '`statistics` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.tags - location: RegistryPackage.tags
description: "`tags` will be removed. Use the `Package` object." description: '`tags` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.topics - location: RegistryPackage.topics
description: "`topics` will be removed. Use the `Package` object." description: '`topics` will be removed. Use the `Package` object.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.version - location: RegistryPackage.version
description: "`version` will be removed. Use the `Package` object instead." description: '`version` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versionByPlatform - location: RegistryPackage.versionByPlatform
description: "`versionByPlatform` will be removed. Use the `Package` object instead." description: '`versionByPlatform` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versionBySha256 - location: RegistryPackage.versionBySha256
description: "`versionBySha256` will be removed. Use the `Package` object instead." description: '`versionBySha256` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versions - location: RegistryPackage.versions
description: "`versions` will be removed. Use the `Package` object instead." description: '`versions` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackage.versionsByMetadatum - location: RegistryPackage.versionsByMetadatum
description: "`versionsByMetadatum` will be removed. Use the `Package` object instead." description: '`versionsByMetadatum` will be removed. Use the `Package` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageDependency.dependencyType - location: RegistryPackageDependency.dependencyType
description: "`dependencyType` will be removed. Use the `PackageDependency` object description:
instead." '`dependencyType` will be removed. Use the `PackageDependency` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageDependency.name - location: RegistryPackageDependency.name
description: "`name` will be removed. Use the `PackageDependency` object instead." description: '`name` will be removed. Use the `PackageDependency` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageDependency.version - location: RegistryPackageDependency.version
description: "`version` will be removed. Use the `PackageDependency` object instead." description: '`version` will be removed. Use the `PackageDependency` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.guid - location: RegistryPackageFile.guid
description: "`guid` will be removed. Use the `PackageFile` object instead." description: '`guid` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.md5 - location: RegistryPackageFile.md5
description: "`md5` will be removed. Use the `PackageFile` object instead." description: '`md5` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.metadataUrl - location: RegistryPackageFile.metadataUrl
description: "`metadataUrl` will be removed. Use the `PackageFile` object instead." description: '`metadataUrl` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.name - location: RegistryPackageFile.name
description: "`name` will be removed. Use the `PackageFile` object instead." description: '`name` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.packageVersion - location: RegistryPackageFile.packageVersion
description: "`packageVersion` will be removed. Use the `PackageFile` object instead." description: '`packageVersion` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.sha1 - location: RegistryPackageFile.sha1
description: "`sha1` will be removed. Use the `PackageFile` object instead." description: '`sha1` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.sha256 - location: RegistryPackageFile.sha256
description: "`sha256` will be removed. Use the `PackageFile` object instead." description: '`sha256` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.size - location: RegistryPackageFile.size
description: "`size` will be removed. Use the `PackageFile` object instead." description: '`size` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageFile.url - location: RegistryPackageFile.url
description: "`url` will be removed. Use the `PackageFile` object instead." description: '`url` will be removed. Use the `PackageFile` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageOwner.registryPackages - location: RegistryPackageOwner.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageSearch.registryPackagesForQuery - location: RegistryPackageSearch.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsThisMonth - location: RegistryPackageStatistics.downloadsThisMonth
description: "`downloadsThisMonth` will be removed. Use the `PackageStatistics` description:
object instead." '`downloadsThisMonth` will be removed. Use the `PackageStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsThisWeek - location: RegistryPackageStatistics.downloadsThisWeek
description: "`downloadsThisWeek` will be removed. Use the `PackageStatistics` object description:
instead." '`downloadsThisWeek` will be removed. Use the `PackageStatistics` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsThisYear - location: RegistryPackageStatistics.downloadsThisYear
description: "`downloadsThisYear` will be removed. Use the `PackageStatistics` object description:
instead." '`downloadsThisYear` will be removed. Use the `PackageStatistics` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsToday - location: RegistryPackageStatistics.downloadsToday
description: "`downloadsToday` will be removed. Use the `PackageStatistics` object description:
instead." '`downloadsToday` will be removed. Use the `PackageStatistics` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageStatistics.downloadsTotalCount - location: RegistryPackageStatistics.downloadsTotalCount
description: "`downloadsTotalCount` will be removed. Use the `PackageStatistics` description:
object instead." '`downloadsTotalCount` will be removed. Use the `PackageStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageTag.name - location: RegistryPackageTag.name
description: "`name` will be removed. Use the `PackageTag` object instead." description: '`name` will be removed. Use the `PackageTag` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageTag.version - location: RegistryPackageTag.version
description: "`version` will be removed. Use the `PackageTag` object instead." description: '`version` will be removed. Use the `PackageTag` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.deleted - location: RegistryPackageVersion.deleted
description: "`deleted` will be removed. Use the `PackageVersion` object instead." description: '`deleted` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.dependencies - location: RegistryPackageVersion.dependencies
description: "`dependencies` will be removed. Use the `PackageVersion` object instead." description: '`dependencies` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.fileByName - location: RegistryPackageVersion.fileByName
description: "`fileByName` will be removed. Use the `PackageVersion` object instead." description: '`fileByName` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.files - location: RegistryPackageVersion.files
description: "`files` will be removed. Use the `PackageVersion` object instead." description: '`files` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.installationCommand - location: RegistryPackageVersion.installationCommand
description: "`installationCommand` will be removed. Use the `PackageVersion` object description:
instead." '`installationCommand` will be removed. Use the `PackageVersion` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.manifest - location: RegistryPackageVersion.manifest
description: "`manifest` will be removed. Use the `PackageVersion` object instead." description: '`manifest` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.platform - location: RegistryPackageVersion.platform
description: "`platform` will be removed. Use the `PackageVersion` object instead." description: '`platform` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.preRelease - location: RegistryPackageVersion.preRelease
description: "`preRelease` will be removed. Use the `PackageVersion` object instead." description: '`preRelease` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.readme - location: RegistryPackageVersion.readme
description: "`readme` will be removed. Use the `PackageVersion` object instead." description: '`readme` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.readmeHtml - location: RegistryPackageVersion.readmeHtml
description: "`readmeHtml` will be removed. Use the `PackageVersion` object instead." description: '`readmeHtml` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.registryPackage - location: RegistryPackageVersion.registryPackage
description: "`registryPackage` will be removed. Use the `PackageVersion` object description:
instead." '`registryPackage` will be removed. Use the `PackageVersion` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.release - location: RegistryPackageVersion.release
description: "`release` will be removed. Use the `PackageVersion` object instead." description: '`release` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.sha256 - location: RegistryPackageVersion.sha256
description: "`sha256` will be removed. Use the `PackageVersion` object instead." description: '`sha256` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.size - location: RegistryPackageVersion.size
description: "`size` will be removed. Use the `PackageVersion` object instead." description: '`size` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.statistics - location: RegistryPackageVersion.statistics
description: "`statistics` will be removed. Use the `PackageVersion` object instead." description: '`statistics` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.summary - location: RegistryPackageVersion.summary
description: "`summary` will be removed. Use the `PackageVersion` object instead." description: '`summary` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.updatedAt - location: RegistryPackageVersion.updatedAt
description: "`updatedAt` will be removed. Use the `PackageVersion` object instead." description: '`updatedAt` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.version - location: RegistryPackageVersion.version
description: "`version` will be removed. Use the `PackageVersion` object instead." description: '`version` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersion.viewerCanEdit - location: RegistryPackageVersion.viewerCanEdit
description: "`viewerCanEdit` will be removed. Use the `PackageVersion` object instead." description: '`viewerCanEdit` will be removed. Use the `PackageVersion` object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsThisMonth - location: RegistryPackageVersionStatistics.downloadsThisMonth
description: "`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsThisWeek - location: RegistryPackageVersionStatistics.downloadsThisWeek
description: "`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsThisYear - location: RegistryPackageVersionStatistics.downloadsThisYear
description: "`downloadsThisYear` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsThisYear` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsToday - location: RegistryPackageVersionStatistics.downloadsToday
description: "`downloadsToday` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsToday` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: RegistryPackageVersionStatistics.downloadsTotalCount - location: RegistryPackageVersionStatistics.downloadsTotalCount
description: "`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics` description:
object instead." '`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Repository.registryPackages - location: Repository.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Repository.registryPackagesForQuery - location: Repository.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Sponsorship.maintainer - location: Sponsorship.maintainer
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead." description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
reason: "`Sponsorship.maintainer` will be removed." reason: '`Sponsorship.maintainer` will be removed.'
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: antn owner: antn
- location: User.registryPackages - location: User.registryPackages
description: "`registryPackages` will be removed. Use the `PackageOwner` object description:
instead." '`registryPackages` will be removed. Use the `PackageOwner` object
instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: User.registryPackagesForQuery - location: User.registryPackagesForQuery
description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` description:
object instead." '`registryPackagesForQuery` will be removed. Use the `PackageSearch`
object instead.'
reason: Renaming GitHub Packages fields and objects. reason: Renaming GitHub Packages fields and objects.
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: dinahshi owner: dinahshi
- location: Issue.timeline - location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead." description: '`timeline` will be removed. Use Issue.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: PullRequest.timeline - location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead." description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea

Просмотреть файл

@ -1,116 +1,123 @@
--- ---
upcoming_changes: upcoming_changes:
- location: Migration.uploadUrlTemplate - location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead." description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and reason:
adds an extra user step." '`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' date: '2019-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: AssignedEvent.user - location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: EnterpriseBillingInfo.availableSeats - location: EnterpriseBillingInfo.availableSeats
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses description:
instead." '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide instead.'
more clarity on the value being returned" reason:
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
more clarity on the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: EnterpriseBillingInfo.seats - location: EnterpriseBillingInfo.seats
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead." description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on reason:
the value being returned" '`seats` will be replaced with `totalLicenses` to provide more clarity on
the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: UnassignedEvent.user - location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: Sponsorship.maintainer - location: Sponsorship.maintainer
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead." description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
reason: "`Sponsorship.maintainer` will be removed." reason: '`Sponsorship.maintainer` will be removed.'
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: antn owner: antn
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed - location: EnterprisePendingMemberInvitationEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All pending members consume a license reason: All pending members consume a license
date: '2020-07-01T00:00:00+00:00' date: '2020-07-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterpriseOwnerInfo.pendingCollaborators - location: EnterpriseOwnerInfo.pendingCollaborators
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` description:
field instead." '`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
reason: Repository invitations can now be associated with an email, not only an field instead.'
reason:
Repository invitations can now be associated with an email, not only an
invitee. invitee.
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: jdennes owner: jdennes
- location: Issue.timeline - location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead." description: '`timeline` will be removed. Use Issue.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: PullRequest.timeline - location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead." description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: RepositoryCollaboratorEdge.permission - location: RepositoryCollaboratorEdge.permission
description: Type for `permission` will change from `RepositoryPermission!` to `String`. description: Type for `permission` will change from `RepositoryPermission!` to `String`.
reason: This field may return additional values reason: This field may return additional values
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: oneill38 owner: oneill38
- location: RepositoryInvitation.permission - location: RepositoryInvitation.permission
description: Type for `permission` will change from `RepositoryPermission!` to `String`. description: Type for `permission` will change from `RepositoryPermission!` to `String`.
reason: This field may return additional values reason: This field may return additional values
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: oneill38 owner: oneill38
- location: RepositoryInvitationOrderField.INVITEE_LOGIN - location: RepositoryInvitationOrderField.INVITEE_LOGIN
description: "`INVITEE_LOGIN` will be removed." description: '`INVITEE_LOGIN` will be removed.'
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations reason:
can now be associated with an email, not only an invitee." '`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
can now be associated with an email, not only an invitee.'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: jdennes owner: jdennes
- location: Sponsorship.sponsor - location: Sponsorship.sponsor
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead." description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
reason: "`Sponsorship.sponsor` will be removed." reason: '`Sponsorship.sponsor` will be removed.'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: nholden owner: nholden
- location: TeamRepositoryEdge.permission - location: TeamRepositoryEdge.permission
description: Type for `permission` will change from `RepositoryPermission!` to `String`. description: Type for `permission` will change from `RepositoryPermission!` to `String`.
reason: This field may return additional values reason: This field may return additional values
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: oneill38 owner: oneill38
- location: EnterpriseMemberEdge.isUnlicensed - location: EnterpriseMemberEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All members consume a license reason: All members consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed - location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All outside collaborators consume a license reason: All outside collaborators consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterprisePendingCollaboratorEdge.isUnlicensed - location: EnterprisePendingCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All pending collaborators consume a license reason: All pending collaborators consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking

Просмотреть файл

@ -1,112 +1,121 @@
--- ---
upcoming_changes: upcoming_changes:
- location: Migration.uploadUrlTemplate - location: Migration.uploadUrlTemplate
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead." description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and reason:
adds an extra user step." '`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' date: '2019-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: AssignedEvent.user - location: AssignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: EnterpriseBillingInfo.availableSeats - location: EnterpriseBillingInfo.availableSeats
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses description:
instead." '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide instead.'
more clarity on the value being returned" reason:
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
more clarity on the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: EnterpriseBillingInfo.seats - location: EnterpriseBillingInfo.seats
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead." description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on reason:
the value being returned" '`seats` will be replaced with `totalLicenses` to provide more clarity on
the value being returned'
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BlakeWilliams owner: BlakeWilliams
- location: UnassignedEvent.user - location: UnassignedEvent.user
description: "`user` will be removed. Use the `assignee` field instead." description: '`user` will be removed. Use the `assignee` field instead.'
reason: Assignees can now be mannequins. reason: Assignees can now be mannequins.
date: '2020-01-01T00:00:00+00:00' date: '2020-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: tambling owner: tambling
- location: Query.sponsorsListing - location: Query.sponsorsListing
description: "`sponsorsListing` will be removed. Use `Sponsorable.sponsorsListing` description:
instead." '`sponsorsListing` will be removed. Use `Sponsorable.sponsorsListing`
reason: "`Query.sponsorsListing` will be removed." instead.'
reason: '`Query.sponsorsListing` will be removed.'
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: antn owner: antn
- location: Sponsorship.maintainer - location: Sponsorship.maintainer
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead." description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
reason: "`Sponsorship.maintainer` will be removed." reason: '`Sponsorship.maintainer` will be removed.'
date: '2020-04-01T00:00:00+00:00' date: '2020-04-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: antn owner: antn
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed - location: EnterprisePendingMemberInvitationEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All pending members consume a license reason: All pending members consume a license
date: '2020-07-01T00:00:00+00:00' date: '2020-07-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterpriseOwnerInfo.pendingCollaborators - location: EnterpriseOwnerInfo.pendingCollaborators
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` description:
field instead." '`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
reason: Repository invitations can now be associated with an email, not only an field instead.'
reason:
Repository invitations can now be associated with an email, not only an
invitee. invitee.
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: jdennes owner: jdennes
- location: Issue.timeline - location: Issue.timeline
description: "`timeline` will be removed. Use Issue.timelineItems instead." description: '`timeline` will be removed. Use Issue.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: PullRequest.timeline - location: PullRequest.timeline
description: "`timeline` will be removed. Use PullRequest.timelineItems instead." description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
reason: "`timeline` will be removed" reason: '`timeline` will be removed'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: mikesea owner: mikesea
- location: RepositoryInvitationOrderField.INVITEE_LOGIN - location: RepositoryInvitationOrderField.INVITEE_LOGIN
description: "`INVITEE_LOGIN` will be removed." description: '`INVITEE_LOGIN` will be removed.'
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations reason:
can now be associated with an email, not only an invitee." '`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
can now be associated with an email, not only an invitee.'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: jdennes owner: jdennes
- location: Sponsorship.sponsor - location: Sponsorship.sponsor
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead." description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
reason: "`Sponsorship.sponsor` will be removed." reason: '`Sponsorship.sponsor` will be removed.'
date: '2020-10-01T00:00:00+00:00' date: '2020-10-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: nholden owner: nholden
- location: EnterpriseMemberEdge.isUnlicensed - location: EnterpriseMemberEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All members consume a license reason: All members consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed - location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All outside collaborators consume a license reason: All outside collaborators consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: EnterprisePendingCollaboratorEdge.isUnlicensed - location: EnterprisePendingCollaboratorEdge.isUnlicensed
description: "`isUnlicensed` will be removed." description: '`isUnlicensed` will be removed.'
reason: All pending collaborators consume a license reason: All pending collaborators consume a license
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking
owner: BrentWheeldon owner: BrentWheeldon
- location: MergeStateStatus.DRAFT - location: MergeStateStatus.DRAFT
description: "`DRAFT` will be removed. Use PullRequest.isDraft instead." description: '`DRAFT` will be removed. Use PullRequest.isDraft instead.'
reason: DRAFT state will be removed from this enum and `isDraft` should be used reason:
DRAFT state will be removed from this enum and `isDraft` should be used
instead instead
date: '2021-01-01T00:00:00+00:00' date: '2021-01-01T00:00:00+00:00'
criticality: breaking criticality: breaking