Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2026

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@linear/sdk ^58.1.0^68.1.0 age confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

linear/linear (@​linear/sdk)

v68.1.0

Minor Changes
  • 4a8c505: feat(schema): [dangerous] Input field 'hipaaComplianceEnabled' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.hipaaComplianceEnabled)

    feat(schema): [non_breaking] Field 'AgentSession.externalLink' is deprecated (AgentSession.externalLink)

    feat(schema): [non_breaking] Field 'AgentSession.externalLink' has deprecation reason 'Use externalUrls instead.' (AgentSession.externalLink)

    feat(schema): [non_breaking] Input field 'AgentSessionCreateInput.issueId' changed type from 'String!' to 'String' (AgentSessionCreateInput.issueId)

  • 7f5d131: feat(schema): [dangerous] Input field 'externalUrls' was added to input object type 'AgentSessionCreateOnComment' (AgentSessionCreateOnComment.externalUrls)

    feat(schema): [dangerous] Input field 'externalUrls' was added to input object type 'AgentSessionCreateOnIssue' (AgentSessionCreateOnIssue.externalUrls)

    feat(schema): [dangerous] Input field 'addedExternalUrls' was added to input object type 'AgentSessionUpdateExternalUrlInput' (AgentSessionUpdateExternalUrlInput.addedExternalUrls)

    feat(schema): [dangerous] Input field 'externalUrls' was added to input object type 'AgentSessionUpdateExternalUrlInput' (AgentSessionUpdateExternalUrlInput.externalUrls)

    feat(schema): [dangerous] Input field 'removedExternalUrls' was added to input object type 'AgentSessionUpdateExternalUrlInput' (AgentSessionUpdateExternalUrlInput.removedExternalUrls)

    feat(schema): [dangerous] Input field 'addedExternalUrls' was added to input object type 'AgentSessionUpdateInput' (AgentSessionUpdateInput.addedExternalUrls)

    feat(schema): [dangerous] Input field 'externalUrls' was added to input object type 'AgentSessionUpdateInput' (AgentSessionUpdateInput.externalUrls)

    feat(schema): [dangerous] Input field 'removedExternalUrls' was added to input object type 'AgentSessionUpdateInput' (AgentSessionUpdateInput.removedExternalUrls)

    feat(schema): [dangerous] Input field 'startDate' was added to input object type 'ReleaseCreateInput' (ReleaseCreateInput.startDate)

    feat(schema): [dangerous] Input field 'targetDate' was added to input object type 'ReleaseCreateInput' (ReleaseCreateInput.targetDate)

    feat(schema): [dangerous] Input field 'startDate' was added to input object type 'ReleaseUpdateInput' (ReleaseUpdateInput.startDate)

    feat(schema): [dangerous] Input field 'targetDate' was added to input object type 'ReleaseUpdateInput' (ReleaseUpdateInput.targetDate)

    feat(schema): [dangerous] Input field 'retiredAt' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.retiredAt)

    feat(schema): [non_breaking] Type 'AgentSessionExternalUrlInput' was added (AgentSessionExternalUrlInput)

    feat(schema): [non_breaking] Type 'AgentSessionToPullRequest' was added (AgentSessionToPullRequest)

    feat(schema): [non_breaking] Type 'AgentSessionToPullRequestConnection' was added (AgentSessionToPullRequestConnection)

    feat(schema): [non_breaking] Type 'AgentSessionToPullRequestEdge' was added (AgentSessionToPullRequestEdge)

    feat(schema): [non_breaking] Type 'AsksWebFormsAuthResponse' was added (AsksWebFormsAuthResponse)

    feat(schema): [non_breaking] Field 'externalUrls' was added to object type 'AgentSession' (AgentSession.externalUrls)

    feat(schema): [non_breaking] Field 'pullRequests' was added to object type 'AgentSession' (AgentSession.pullRequests)

    feat(schema): [non_breaking] Field 'asksWebFormsAuth' was added to object type 'Mutation' (Mutation.asksWebFormsAuth)

    feat(schema): [non_breaking] Field 'issueSubGrouping' was added to object type 'ViewPreferencesValues' (ViewPreferencesValues.issueSubGrouping)

  • 850364f: Represent GraphQL nullable fields using undefined | null, rather than just undefined

v65.2.0

Compare Source

Minor Changes
  • cad223e: feat(schema): [dangerous] Input field 'templateId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.templateId)

    feat(schema): [dangerous] Input field 'useDefaultTemplate' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.useDefaultTemplate)

    feat(schema): [non_breaking] Type 'PullRequestReferenceInput' was added (PullRequestReferenceInput)

    feat(schema): [non_breaking] Type 'Release' was added (Release)

    feat(schema): [non_breaking] Type 'ReleaseArchivePayload' was added (ReleaseArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseConnection' was added (ReleaseConnection)

    feat(schema): [non_breaking] Type 'ReleaseCreateInput' was added (ReleaseCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseDebugSinkInput' was added (ReleaseDebugSinkInput)

    feat(schema): [non_breaking] Type 'ReleaseEdge' was added (ReleaseEdge)

    feat(schema): [non_breaking] Type 'ReleasePayload' was added (ReleasePayload)

    feat(schema): [non_breaking] Type 'ReleasePipeline' was added (ReleasePipeline)

    feat(schema): [non_breaking] Type 'ReleasePipelineArchivePayload' was added (ReleasePipelineArchivePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineConnection' was added (ReleasePipelineConnection)

    feat(schema): [non_breaking] Type 'ReleasePipelineCreateInput' was added (ReleasePipelineCreateInput)

    feat(schema): [non_breaking] Type 'ReleasePipelineEdge' was added (ReleasePipelineEdge)

    feat(schema): [non_breaking] Type 'ReleasePipelinePayload' was added (ReleasePipelinePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineUpdateInput' was added (ReleasePipelineUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseStage' was added (ReleaseStage)

    feat(schema): [non_breaking] Type 'ReleaseStageArchivePayload' was added (ReleaseStageArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageConnection' was added (ReleaseStageConnection)

    feat(schema): [non_breaking] Type 'ReleaseStageCreateInput' was added (ReleaseStageCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseStageEdge' was added (ReleaseStageEdge)

    feat(schema): [non_breaking] Type 'ReleaseStagePayload' was added (ReleaseStagePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageType' was added (ReleaseStageType)

    feat(schema): [non_breaking] Type 'ReleaseStageUpdateInput' was added (ReleaseStageUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseUpdateInput' was added (ReleaseUpdateInput)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'Issue' (Issue.releaseIds)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'IssueSearchResult' (IssueSearchResult.releaseIds)

    feat(schema): [non_breaking] Field 'releaseArchive' was added to object type 'Mutation' (Mutation.releaseArchive)

    feat(schema): [non_breaking] Field 'releaseCreate' was added to object type 'Mutation' (Mutation.releaseCreate)

    feat(schema): [non_breaking] Field 'releasePipelineArchive' was added to object type 'Mutation' (Mutation.releasePipelineArchive)

    feat(schema): [non_breaking] Field 'releasePipelineCreate' was added to object type 'Mutation' (Mutation.releasePipelineCreate)

    feat(schema): [non_breaking] Field 'releasePipelineDelete' was added to object type 'Mutation' (Mutation.releasePipelineDelete)

    feat(schema): [non_breaking] Field 'releasePipelineUnarchive' was added to object type 'Mutation' (Mutation.releasePipelineUnarchive)

    feat(schema): [non_breaking] Field 'releasePipelineUpdate' was added to object type 'Mutation' (Mutation.releasePipelineUpdate)

    feat(schema): [non_breaking] Field 'releaseStageArchive' was added to object type 'Mutation' (Mutation.releaseStageArchive)

    feat(schema): [non_breaking] Field 'releaseStageCreate' was added to object type 'Mutation' (Mutation.releaseStageCreate)

    feat(schema): [non_breaking] Field 'releaseStageUnarchive' was added to object type 'Mutation' (Mutation.releaseStageUnarchive)

    feat(schema): [non_breaking] Field 'releaseStageUpdate' was added to object type 'Mutation' (Mutation.releaseStageUpdate)

    feat(schema): [non_breaking] Field 'releaseUnarchive' was added to object type 'Mutation' (Mutation.releaseUnarchive)

    feat(schema): [non_breaking] Field 'releaseUpdate' was added to object type 'Mutation' (Mutation.releaseUpdate)

    feat(schema): [non_breaking] Field 'release' was added to object type 'Query' (Query.release)

    feat(schema): [non_breaking] Field 'releasePipeline' was added to object type 'Query' (Query.releasePipeline)

    feat(schema): [non_breaking] Field 'releasePipelines' was added to object type 'Query' (Query.releasePipelines)

    feat(schema): [non_breaking] Field 'releaseStage' was added to object type 'Query' (Query.releaseStage)

    feat(schema): [non_breaking] Field 'releaseStages' was added to object type 'Query' (Query.releaseStages)

    feat(schema): [non_breaking] Field 'releases' was added to object type 'Query' (Query.releases)

  • cad223e: feat(schema): [dangerous] Input field 'templateId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.templateId)

    feat(schema): [dangerous] Input field 'useDefaultTemplate' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.useDefaultTemplate)

    feat(schema): [non_breaking] Type 'PullRequestReferenceInput' was added (PullRequestReferenceInput)

    feat(schema): [non_breaking] Type 'Release' was added (Release)

    feat(schema): [non_breaking] Type 'ReleaseArchivePayload' was added (ReleaseArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseConnection' was added (ReleaseConnection)

    feat(schema): [non_breaking] Type 'ReleaseCreateInput' was added (ReleaseCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseDebugSinkInput' was added (ReleaseDebugSinkInput)

    feat(schema): [non_breaking] Type 'ReleaseEdge' was added (ReleaseEdge)

    feat(schema): [non_breaking] Type 'ReleasePayload' was added (ReleasePayload)

    feat(schema): [non_breaking] Type 'ReleasePipeline' was added (ReleasePipeline)

    feat(schema): [non_breaking] Type 'ReleasePipelineArchivePayload' was added (ReleasePipelineArchivePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineConnection' was added (ReleasePipelineConnection)

    feat(schema): [non_breaking] Type 'ReleasePipelineCreateInput' was added (ReleasePipelineCreateInput)

    feat(schema): [non_breaking] Type 'ReleasePipelineEdge' was added (ReleasePipelineEdge)

    feat(schema): [non_breaking] Type 'ReleasePipelinePayload' was added (ReleasePipelinePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineUpdateInput' was added (ReleasePipelineUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseStage' was added (ReleaseStage)

    feat(schema): [non_breaking] Type 'ReleaseStageArchivePayload' was added (ReleaseStageArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageConnection' was added (ReleaseStageConnection)

    feat(schema): [non_breaking] Type 'ReleaseStageCreateInput' was added (ReleaseStageCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseStageEdge' was added (ReleaseStageEdge)

    feat(schema): [non_breaking] Type 'ReleaseStagePayload' was added (ReleaseStagePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageType' was added (ReleaseStageType)

    feat(schema): [non_breaking] Type 'ReleaseStageUpdateInput' was added (ReleaseStageUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseUpdateInput' was added (ReleaseUpdateInput)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'Issue' (Issue.releaseIds)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'IssueSearchResult' (IssueSearchResult.releaseIds)

    feat(schema): [non_breaking] Field 'releaseArchive' was added to object type 'Mutation' (Mutation.releaseArchive)

    feat(schema): [non_breaking] Field 'releaseCreate' was added to object type 'Mutation' (Mutation.releaseCreate)

    feat(schema): [non_breaking] Field 'releasePipelineArchive' was added to object type 'Mutation' (Mutation.releasePipelineArchive)

    feat(schema): [non_breaking] Field 'releasePipelineCreate' was added to object type 'Mutation' (Mutation.releasePipelineCreate)

    feat(schema): [non_breaking] Field 'releasePipelineDelete' was added to object type 'Mutation' (Mutation.releasePipelineDelete)

    feat(schema): [non_breaking] Field 'releasePipelineUnarchive' was added to object type 'Mutation' (Mutation.releasePipelineUnarchive)

    feat(schema): [non_breaking] Field 'releasePipelineUpdate' was added to object type 'Mutation' (Mutation.releasePipelineUpdate)

    feat(schema): [non_breaking] Field 'releaseStageArchive' was added to object type 'Mutation' (Mutation.releaseStageArchive)

    feat(schema): [non_breaking] Field 'releaseStageCreate' was added to object type 'Mutation' (Mutation.releaseStageCreate)

    feat(schema): [non_breaking] Field 'releaseStageUnarchive' was added to object type 'Mutation' (Mutation.releaseStageUnarchive)

    feat(schema): [non_breaking] Field 'releaseStageUpdate' was added to object type 'Mutation' (Mutation.releaseStageUpdate)

    feat(schema): [non_breaking] Field 'releaseUnarchive' was added to object type 'Mutation' (Mutation.releaseUnarchive)

    feat(schema): [non_breaking] Field 'releaseUpdate' was added to object type 'Mutation' (Mutation.releaseUpdate)

    feat(schema): [non_breaking] Field 'release' was added to object type 'Query' (Query.release)

    feat(schema): [non_breaking] Field 'releasePipeline' was added to object type 'Query' (Query.releasePipeline)

    feat(schema): [non_breaking] Field 'releasePipelines' was added to object type 'Query' (Query.releasePipelines)

    feat(schema): [non_breaking] Field 'releaseStage' was added to object type 'Query' (Query.releaseStage)

    feat(schema): [non_breaking] Field 'releaseStages' was added to object type 'Query' (Query.releaseStages)

    feat(schema): [non_breaking] Field 'releases' was added to object type 'Query' (Query.releases)

  • cad223e: feat(schema): [dangerous] Input field 'templateId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.templateId)

    feat(schema): [dangerous] Input field 'useDefaultTemplate' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.useDefaultTemplate)

    feat(schema): [non_breaking] Type 'PullRequestReferenceInput' was added (PullRequestReferenceInput)

    feat(schema): [non_breaking] Type 'Release' was added (Release)

    feat(schema): [non_breaking] Type 'ReleaseArchivePayload' was added (ReleaseArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseConnection' was added (ReleaseConnection)

    feat(schema): [non_breaking] Type 'ReleaseCreateInput' was added (ReleaseCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseDebugSinkInput' was added (ReleaseDebugSinkInput)

    feat(schema): [non_breaking] Type 'ReleaseEdge' was added (ReleaseEdge)

    feat(schema): [non_breaking] Type 'ReleasePayload' was added (ReleasePayload)

    feat(schema): [non_breaking] Type 'ReleasePipeline' was added (ReleasePipeline)

    feat(schema): [non_breaking] Type 'ReleasePipelineArchivePayload' was added (ReleasePipelineArchivePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineConnection' was added (ReleasePipelineConnection)

    feat(schema): [non_breaking] Type 'ReleasePipelineCreateInput' was added (ReleasePipelineCreateInput)

    feat(schema): [non_breaking] Type 'ReleasePipelineEdge' was added (ReleasePipelineEdge)

    feat(schema): [non_breaking] Type 'ReleasePipelinePayload' was added (ReleasePipelinePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineUpdateInput' was added (ReleasePipelineUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseStage' was added (ReleaseStage)

    feat(schema): [non_breaking] Type 'ReleaseStageArchivePayload' was added (ReleaseStageArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageConnection' was added (ReleaseStageConnection)

    feat(schema): [non_breaking] Type 'ReleaseStageCreateInput' was added (ReleaseStageCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseStageEdge' was added (ReleaseStageEdge)

    feat(schema): [non_breaking] Type 'ReleaseStagePayload' was added (ReleaseStagePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageType' was added (ReleaseStageType)

    feat(schema): [non_breaking] Type 'ReleaseStageUpdateInput' was added (ReleaseStageUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseUpdateInput' was added (ReleaseUpdateInput)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'Issue' (Issue.releaseIds)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'IssueSearchResult' (IssueSearchResult.releaseIds)

    feat(schema): [non_breaking] Field 'releaseArchive' was added to object type 'Mutation' (Mutation.releaseArchive)

    feat(schema): [non_breaking] Field 'releaseCreate' was added to object type 'Mutation' (Mutation.releaseCreate)

    feat(schema): [non_breaking] Field 'releasePipelineArchive' was added to object type 'Mutation' (Mutation.releasePipelineArchive)

    feat(schema): [non_breaking] Field 'releasePipelineCreate' was added to object type 'Mutation' (Mutation.releasePipelineCreate)

    feat(schema): [non_breaking] Field 'releasePipelineDelete' was added to object type 'Mutation' (Mutation.releasePipelineDelete)

    feat(schema): [non_breaking] Field 'releasePipelineUnarchive' was added to object type 'Mutation' (Mutation.releasePipelineUnarchive)

    feat(schema): [non_breaking] Field 'releasePipelineUpdate' was added to object type 'Mutation' (Mutation.releasePipelineUpdate)

    feat(schema): [non_breaking] Field 'releaseStageArchive' was added to object type 'Mutation' (Mutation.releaseStageArchive)

    feat(schema): [non_breaking] Field 'releaseStageCreate' was added to object type 'Mutation' (Mutation.releaseStageCreate)

    feat(schema): [non_breaking] Field 'releaseStageUnarchive' was added to object type 'Mutation' (Mutation.releaseStageUnarchive)

    feat(schema): [non_breaking] Field 'releaseStageUpdate' was added to object type 'Mutation' (Mutation.releaseStageUpdate)

    feat(schema): [non_breaking] Field 'releaseUnarchive' was added to object type 'Mutation' (Mutation.releaseUnarchive)

    feat(schema): [non_breaking] Field 'releaseUpdate' was added to object type 'Mutation' (Mutation.releaseUpdate)

    feat(schema): [non_breaking] Field 'release' was added to object type 'Query' (Query.release)

    feat(schema): [non_breaking] Field 'releasePipeline' was added to object type 'Query' (Query.releasePipeline)

    feat(schema): [non_breaking] Field 'releasePipelines' was added to object type 'Query' (Query.releasePipelines)

    feat(schema): [non_breaking] Field 'releaseStage' was added to object type 'Query' (Query.releaseStage)

    feat(schema): [non_breaking] Field 'releaseStages' was added to object type 'Query' (Query.releaseStages)

    feat(schema): [non_breaking] Field 'releases' was added to object type 'Query' (Query.releases)

  • cad223e: feat(schema): [dangerous] Input field 'templateId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.templateId)

    feat(schema): [dangerous] Input field 'useDefaultTemplate' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.useDefaultTemplate)

    feat(schema): [non_breaking] Type 'PullRequestReferenceInput' was added (PullRequestReferenceInput)

    feat(schema): [non_breaking] Type 'Release' was added (Release)

    feat(schema): [non_breaking] Type 'ReleaseArchivePayload' was added (ReleaseArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseConnection' was added (ReleaseConnection)

    feat(schema): [non_breaking] Type 'ReleaseCreateInput' was added (ReleaseCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseDebugSinkInput' was added (ReleaseDebugSinkInput)

    feat(schema): [non_breaking] Type 'ReleaseEdge' was added (ReleaseEdge)

    feat(schema): [non_breaking] Type 'ReleasePayload' was added (ReleasePayload)

    feat(schema): [non_breaking] Type 'ReleasePipeline' was added (ReleasePipeline)

    feat(schema): [non_breaking] Type 'ReleasePipelineArchivePayload' was added (ReleasePipelineArchivePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineConnection' was added (ReleasePipelineConnection)

    feat(schema): [non_breaking] Type 'ReleasePipelineCreateInput' was added (ReleasePipelineCreateInput)

    feat(schema): [non_breaking] Type 'ReleasePipelineEdge' was added (ReleasePipelineEdge)

    feat(schema): [non_breaking] Type 'ReleasePipelinePayload' was added (ReleasePipelinePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineUpdateInput' was added (ReleasePipelineUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseStage' was added (ReleaseStage)

    feat(schema): [non_breaking] Type 'ReleaseStageArchivePayload' was added (ReleaseStageArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageConnection' was added (ReleaseStageConnection)

    feat(schema): [non_breaking] Type 'ReleaseStageCreateInput' was added (ReleaseStageCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseStageEdge' was added (ReleaseStageEdge)

    feat(schema): [non_breaking] Type 'ReleaseStagePayload' was added (ReleaseStagePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageType' was added (ReleaseStageType)

    feat(schema): [non_breaking] Type 'ReleaseStageUpdateInput' was added (ReleaseStageUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseUpdateInput' was added (ReleaseUpdateInput)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'Issue' (Issue.releaseIds)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'IssueSearchResult' (IssueSearchResult.releaseIds)

    feat(schema): [non_breaking] Field 'releaseArchive' was added to object type 'Mutation' (Mutation.releaseArchive)

    feat(schema): [non_breaking] Field 'releaseCreate' was added to object type 'Mutation' (Mutation.releaseCreate)

    feat(schema): [non_breaking] Field 'releasePipelineArchive' was added to object type 'Mutation' (Mutation.releasePipelineArchive)

    feat(schema): [non_breaking] Field 'releasePipelineCreate' was added to object type 'Mutation' (Mutation.releasePipelineCreate)

    feat(schema): [non_breaking] Field 'releasePipelineDelete' was added to object type 'Mutation' (Mutation.releasePipelineDelete)

    feat(schema): [non_breaking] Field 'releasePipelineUnarchive' was added to object type 'Mutation' (Mutation.releasePipelineUnarchive)

    feat(schema): [non_breaking] Field 'releasePipelineUpdate' was added to object type 'Mutation' (Mutation.releasePipelineUpdate)

    feat(schema): [non_breaking] Field 'releaseStageArchive' was added to object type 'Mutation' (Mutation.releaseStageArchive)

    feat(schema): [non_breaking] Field 'releaseStageCreate' was added to object type 'Mutation' (Mutation.releaseStageCreate)

    feat(schema): [non_breaking] Field 'releaseStageUnarchive' was added to object type 'Mutation' (Mutation.releaseStageUnarchive)

    feat(schema): [non_breaking] Field 'releaseStageUpdate' was added to object type 'Mutation' (Mutation.releaseStageUpdate)

    feat(schema): [non_breaking] Field 'releaseUnarchive' was added to object type 'Mutation' (Mutation.releaseUnarchive)

    feat(schema): [non_breaking] Field 'releaseUpdate' was added to object type 'Mutation' (Mutation.releaseUpdate)

    feat(schema): [non_breaking] Field 'release' was added to object type 'Query' (Query.release)

    feat(schema): [non_breaking] Field 'releasePipeline' was added to object type 'Query' (Query.releasePipeline)

    feat(schema): [non_breaking] Field 'releasePipelines' was added to object type 'Query' (Query.releasePipelines)

    feat(schema): [non_breaking] Field 'releaseStage' was added to object type 'Query' (Query.releaseStage)

    feat(schema): [non_breaking] Field 'releaseStages' was added to object type 'Query' (Query.releaseStages)

    feat(schema): [non_breaking] Field 'releases' was added to object type 'Query' (Query.releases)

  • cad223e: feat(schema): [dangerous] Input field 'templateId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.templateId)

    feat(schema): [dangerous] Input field 'useDefaultTemplate' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.useDefaultTemplate)

    feat(schema): [non_breaking] Type 'PullRequestReferenceInput' was added (PullRequestReferenceInput)

    feat(schema): [non_breaking] Type 'Release' was added (Release)

    feat(schema): [non_breaking] Type 'ReleaseArchivePayload' was added (ReleaseArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseConnection' was added (ReleaseConnection)

    feat(schema): [non_breaking] Type 'ReleaseCreateInput' was added (ReleaseCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseDebugSinkInput' was added (ReleaseDebugSinkInput)

    feat(schema): [non_breaking] Type 'ReleaseEdge' was added (ReleaseEdge)

    feat(schema): [non_breaking] Type 'ReleasePayload' was added (ReleasePayload)

    feat(schema): [non_breaking] Type 'ReleasePipeline' was added (ReleasePipeline)

    feat(schema): [non_breaking] Type 'ReleasePipelineArchivePayload' was added (ReleasePipelineArchivePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineConnection' was added (ReleasePipelineConnection)

    feat(schema): [non_breaking] Type 'ReleasePipelineCreateInput' was added (ReleasePipelineCreateInput)

    feat(schema): [non_breaking] Type 'ReleasePipelineEdge' was added (ReleasePipelineEdge)

    feat(schema): [non_breaking] Type 'ReleasePipelinePayload' was added (ReleasePipelinePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineUpdateInput' was added (ReleasePipelineUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseStage' was added (ReleaseStage)

    feat(schema): [non_breaking] Type 'ReleaseStageArchivePayload' was added (ReleaseStageArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageConnection' was added (ReleaseStageConnection)

    feat(schema): [non_breaking] Type 'ReleaseStageCreateInput' was added (ReleaseStageCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseStageEdge' was added (ReleaseStageEdge)

    feat(schema): [non_breaking] Type 'ReleaseStagePayload' was added (ReleaseStagePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageType' was added (ReleaseStageType)

    feat(schema): [non_breaking] Type 'ReleaseStageUpdateInput' was added (ReleaseStageUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseUpdateInput' was added (ReleaseUpdateInput)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'Issue' (Issue.releaseIds)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'IssueSearchResult' (IssueSearchResult.releaseIds)

    feat(schema): [non_breaking] Field 'releaseArchive' was added to object type 'Mutation' (Mutation.releaseArchive)

    feat(schema): [non_breaking] Field 'releaseCreate' was added to object type 'Mutation' (Mutation.releaseCreate)

    feat(schema): [non_breaking] Field 'releasePipelineArchive' was added to object type 'Mutation' (Mutation.releasePipelineArchive)

    feat(schema): [non_breaking] Field 'releasePipelineCreate' was added to object type 'Mutation' (Mutation.releasePipelineCreate)

    feat(schema): [non_breaking] Field 'releasePipelineDelete' was added to object type 'Mutation' (Mutation.releasePipelineDelete)

    feat(schema): [non_breaking] Field 'releasePipelineUnarchive' was added to object type 'Mutation' (Mutation.releasePipelineUnarchive)

    feat(schema): [non_breaking] Field 'releasePipelineUpdate' was added to object type 'Mutation' (Mutation.releasePipelineUpdate)

    feat(schema): [non_breaking] Field 'releaseStageArchive' was added to object type 'Mutation' (Mutation.releaseStageArchive)

    feat(schema): [non_breaking] Field 'releaseStageCreate' was added to object type 'Mutation' (Mutation.releaseStageCreate)

    feat(schema): [non_breaking] Field 'releaseStageUnarchive' was added to object type 'Mutation' (Mutation.releaseStageUnarchive)

    feat(schema): [non_breaking] Field 'releaseStageUpdate' was added to object type 'Mutation' (Mutation.releaseStageUpdate)

    feat(schema): [non_breaking] Field 'releaseUnarchive' was added to object type 'Mutation' (Mutation.releaseUnarchive)

    feat(schema): [non_breaking] Field 'releaseUpdate' was added to object type 'Mutation' (Mutation.releaseUpdate)

    feat(schema): [non_breaking] Field 'release' was added to object type 'Query' (Query.release)

    feat(schema): [non_breaking] Field 'releasePipeline' was added to object type 'Query' (Query.releasePipeline)

    feat(schema): [non_breaking] Field 'releasePipelines' was added to object type 'Query' (Query.releasePipelines)

    feat(schema): [non_breaking] Field 'releaseStage' was added to object type 'Query' (Query.releaseStage)

    feat(schema): [non_breaking] Field 'releaseStages' was added to object type 'Query' (Query.releaseStages)

    feat(schema): [non_breaking] Field 'releases' was added to object type 'Query' (Query.releases)

  • cad223e: feat(schema): [dangerous] Input field 'templateId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.templateId)

    feat(schema): [dangerous] Input field 'useDefaultTemplate' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.useDefaultTemplate)

    feat(schema): [non_breaking] Type 'PullRequestReferenceInput' was added (PullRequestReferenceInput)

    feat(schema): [non_breaking] Type 'Release' was added (Release)

    feat(schema): [non_breaking] Type 'ReleaseArchivePayload' was added (ReleaseArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseConnection' was added (ReleaseConnection)

    feat(schema): [non_breaking] Type 'ReleaseCreateInput' was added (ReleaseCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseDebugSinkInput' was added (ReleaseDebugSinkInput)

    feat(schema): [non_breaking] Type 'ReleaseEdge' was added (ReleaseEdge)

    feat(schema): [non_breaking] Type 'ReleasePayload' was added (ReleasePayload)

    feat(schema): [non_breaking] Type 'ReleasePipeline' was added (ReleasePipeline)

    feat(schema): [non_breaking] Type 'ReleasePipelineArchivePayload' was added (ReleasePipelineArchivePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineConnection' was added (ReleasePipelineConnection)

    feat(schema): [non_breaking] Type 'ReleasePipelineCreateInput' was added (ReleasePipelineCreateInput)

    feat(schema): [non_breaking] Type 'ReleasePipelineEdge' was added (ReleasePipelineEdge)

    feat(schema): [non_breaking] Type 'ReleasePipelinePayload' was added (ReleasePipelinePayload)

    feat(schema): [non_breaking] Type 'ReleasePipelineUpdateInput' was added (ReleasePipelineUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseStage' was added (ReleaseStage)

    feat(schema): [non_breaking] Type 'ReleaseStageArchivePayload' was added (ReleaseStageArchivePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageConnection' was added (ReleaseStageConnection)

    feat(schema): [non_breaking] Type 'ReleaseStageCreateInput' was added (ReleaseStageCreateInput)

    feat(schema): [non_breaking] Type 'ReleaseStageEdge' was added (ReleaseStageEdge)

    feat(schema): [non_breaking] Type 'ReleaseStagePayload' was added (ReleaseStagePayload)

    feat(schema): [non_breaking] Type 'ReleaseStageType' was added (ReleaseStageType)

    feat(schema): [non_breaking] Type 'ReleaseStageUpdateInput' was added (ReleaseStageUpdateInput)

    feat(schema): [non_breaking] Type 'ReleaseUpdateInput' was added (ReleaseUpdateInput)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'Issue' (Issue.releaseIds)

    feat(schema): [non_breaking] Field 'releaseIds' was added to object type 'IssueSearchResult' (IssueSearchResult.releaseIds)

    feat(schema): [non_breaking] Field 'releaseArchive' was added to object type 'Mutation' (Mutation.releaseArchive)

    feat(schema): [non_breaking] Field 'releaseCreate' was added to object type 'Mutation' (Mutation.releaseCreate)

    feat(schema): [non_breaking] Field 'releasePipelineArchive' was added to object type 'Mutation' (Mutation.releasePipelineArchive)

    feat(schema): [non_breaking] Field 'releasePipelineCreate' was added to object type 'Mutation' (Mutation.releasePipelineCreate)

    feat(schema): [non_breaking] Field 'releasePipelineDelete' was added to object type 'Mutation' (Mutation.releasePipelineDelete)

    feat(schema): [non_breaking] Field 'releasePipelineUnarchive' was added to object type 'Mutation' (Mutation.releasePipelineUnarchive)

    feat(schema): [non_breaking] Field 'releasePipelineUpdate' was added to object type 'Mutation' (Mutation.releasePipelineUpdate)

    feat(schema): [non_breaking] Field 'releaseStageArchive' was added to object type 'Mutation' (Mutation.releaseStageArchive)

    feat(schema): [non_breaking] Field 'releaseStageCreate' was added to object type 'Mutation' (Mutation.releaseStageCreate)

    feat(schema): [non_breaking] Field 'releaseStageUnarchive' was added to object type 'Mutation' (Mutation.releaseStageUnarchive)

    feat(schema): [non_breaking] Field 'releaseStageUpdate' was added to object type 'Mutation' (Mutation.releaseStageUpdate)

    feat(schema): [non_breaking] Field 'releaseUnarchive' was added to object type 'Mutation' (Mutation.releaseUnarchive)

    feat(schema): [non_breaking] Field 'releaseUpdate' was added to object type 'Mutation' (Mutation.releaseUpdate)

    feat(schema): [non_breaking] Field 'release' was added to object type 'Query' (Query.release)

    feat(schema): [non_breaking] Field 'releasePipeline' was added to object type 'Query' (Query.releasePipeline)

    feat(schema): [non_breaking] Field 'releasePipelines' was added to object type 'Query' (Query.releasePipelines)

    feat(schema): [non_breaking] Field 'releaseStage' was added to object type 'Query' (Query.releaseStage)

    feat(schema): [non_breaking] Field 'releaseStages' was added to object type 'Query' (Query.releaseStages)

    feat(schema): [non_breaking] Field 'releases' was added to object type 'Query' (Query.releases)

v65.1.0

Compare Source

Minor Changes
  • 8de6f7e: feat(schema): [dangerous] Member 'ProjectLabelWebhookPayload' was added to Union type 'DataWebhookPayload' (DataWebhookPayload)

    feat(schema): [dangerous] Input field 'project' was added to input object type 'NullableProjectMilestoneFilter' (NullableProjectMilestoneFilter.project)

    feat(schema): [dangerous] Input field 'project' was added to input object type 'ProjectMilestoneCollectionFilter' (ProjectMilestoneCollectionFilter.project)

    feat(schema): [dangerous] Input field 'project' was added to input object type 'ProjectMilestoneFilter' (ProjectMilestoneFilter.project)

    feat(schema): [dangerous] Input field 'allMembersCanJoin' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.allMembersCanJoin)

    feat(schema): [non_breaking] Type 'IssueStateSpan' was added (IssueStateSpan)

    feat(schema): [non_breaking] Type 'IssueStateSpanConnection' was added (IssueStateSpanConnection)

    feat(schema): [non_breaking] Type 'IssueStateSpanEdge' was added (IssueStateSpanEdge)

    feat(schema): [non_breaking] Type 'ProjectLabelChildWebhookPayload' was added (ProjectLabelChildWebhookPayload)

    feat(schema): [non_breaking] Type 'ProjectLabelWebhookPayload' was added (ProjectLabelWebhookPayload)

    feat(schema): [non_breaking] Field 'stateHistory' was added to object type 'Issue' (Issue.stateHistory)

    feat(schema): [non_breaking] Field 'stateHistory' was added to object type 'IssueSearchResult' (IssueSearchResult.stateHistory)

    feat(schema): [non_breaking] Field 'integrationSlackWorkflowAccessUpdate' was added to object type 'Mutation' (Mutation.integrationSlackWorkflowAccessUpdate)

    feat(schema): [non_breaking] Field 'allMembersCanJoin' was added to object type 'Team' (Team.allMembersCanJoin)

v65.0.0

Compare Source

Major Changes
  • c87d844: feat(schema): [breaking] Input field 'allowMembersToInvite' was removed from input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.allowMembersToInvite)

    feat(schema): [breaking] Input field 'personalApiKeysEnabled' was removed from input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.personalApiKeysEnabled)

    feat(schema): [breaking] Input field 'restrictLabelManagementToAdmins' was removed from input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.restrictLabelManagementToAdmins)

    feat(schema): [breaking] Input field 'restrictTeamCreationToAdmins' was removed from input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.restrictTeamCreationToAdmins)

    feat(schema): [dangerous] Input field 'securitySettings' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.securitySettings)

    feat(schema): [non_breaking] Type 'TeamRoleType' was added (TeamRoleType)

    feat(schema): [non_breaking] Type 'TeamSecuritySettingsInput' was added (TeamSecuritySettingsInput)

    feat(schema): [non_breaking] Field 'commentCount' was added to object type 'InitiativeUpdate' (InitiativeUpdate.commentCount)

    feat(schema): [non_breaking] Field 'commentCount' was added to object type 'ProjectUpdate' (ProjectUpdate.commentCount)

    feat(schema): [non_breaking] Field 'securitySettings' was added to object type 'Team' (Team.securitySettings)

Minor Changes
  • 4aa0311: feat(schema): [dangerous] Default value for argument 'includeSubTeams' on field 'CustomView.projects' changed from 'false' to 'true' (CustomView.projects.includeSubTeams)

    feat(schema): [dangerous] Input field 'customerVisibility' was added to input object type 'SlackAsksSettingsInput' (SlackAsksSettingsInput.customerVisibility)

    feat(schema): [dangerous] Input field 'parent' was added to input object type 'TeamCollectionFilter' (TeamCollectionFilter.parent)

    feat(schema): [non_breaking] Type 'CustomerVisibilityMode' was added (CustomerVisibilityMode)

    feat(schema): [non_breaking] Field 'url' was added to object type 'Customer' (Customer.url)

    feat(schema): [non_breaking] Field 'url' was added to object type 'CustomerWebhookPayload' (CustomerWebhookPayload.url)

    feat(schema): [non_breaking] Field 'initiativeUpdates' was added to object type 'Initiative' (Initiative.initiativeUpdates)

    feat(schema): [non_breaking] Field 'Organization.allowMembersToInvite' description changed from 'Whether member users are allowed to send invites.' to '[DEPRECATED] Whether member users are allowed to send invites.' (Organization.allowMembersToInvite)

    feat(schema): [non_breaking] Field 'Organization.allowMembersToInvite' is deprecated (Organization.allowMembersToInvite)

    feat(schema): [non_breaking] Field 'Organization.allowMembersToInvite' has deprecation reason 'Use securitySettings.invitationsRole instead.' (Organization.allowMembersToInvite)

    feat(schema): [non_breaking] Field 'Organization.restrictLabelManagementToAdmins' description changed from 'Whether workspace label creation, update, and deletion is restricted to admins.' to '[DEPRECATED] Whether workspace label creation, update, and deletion is restricted to admins.' (Organization.restrictLabelManagementToAdmins)

    feat(schema): [non_breaking] Field 'Organization.restrictLabelManagementToAdmins' is deprecated (Organization.restrictLabelManagementToAdmins)

    feat(schema): [non_breaking] Field 'Organization.restrictLabelManagementToAdmins' has deprecation reason 'Use securitySettings.labelManagementRole instead.' (Organization.restrictLabelManagementToAdmins)

    feat(schema): [non_breaking] Field 'Organization.restrictTeamCreationToAdmins' description changed from 'Whether team creation is restricted to admins.' to '[DEPRECATED] Whether team creation is restricted to admins.' (Organization.restrictTeamCreationToAdmins)

    feat(schema): [non_breaking] Field 'Organization.restrictTeamCreationToAdmins' is deprecated (Organization.restrictTeamCreationToAdmins)

    feat(schema): [non_breaking] Field 'Organization.restrictTeamCreationToAdmins' has deprecation reason 'Use securitySettings.teamCreationRole instead.' (Organization.restrictTeamCreationToAdmins)

    feat(schema): [non_breaking] Field 'TeamMembership.owner' description changed from 'Whether the user is the owner of the team.' to 'Whether the user is an owner of the team.' (TeamMembership.owner)

    feat(schema): [non_breaking] Input field 'TeamUpdateInput.autoCloseChildIssues' description changed from '[INTERNAL] Whether to automatically close all sub-issues when a parent issue in this team is closed.' to 'Whether to automatically close all sub-issues when a parent issue in this team is closed.' (TeamUpdateInput.autoCloseChildIssues)

    feat(schema): [non_breaking] Input field 'TeamUpdateInput.autoCloseParentIssues' description changed from '[INTERNAL] Whether to automatically close a parent issue in this team if all its sub-issues are closed.' to 'Whether to automatically close a parent issue in this team if all its sub-issues are closed.' (TeamUpdateInput.autoCloseParentIssues)

  • 570529f: Exclude compressed files and unminified JavaScript to reduce unpacked size

Patch Changes
  • 3af98e1: feat(schema): [non_breaking] Field 'lastAppliedAt' was added to object type 'Template' (Template.lastAppliedAt)

v64.0.0

Compare Source

Major Changes
  • d535751: feat(schema): [breaking] Field 'AuthOrganization.userCount' changed type from 'Float!' to 'Float' (AuthOrganization.userCount)

    feat(schema): [dangerous] Argument 'teamId: String' added to field 'Mutation.integrationMcpServerConnect' (Mutation.integrationMcpServerConnect.teamId)

    feat(schema): [dangerous] Input field 'agentGuidanceRole' was added to input object type 'OrganizationSecuritySettingsInput' (OrganizationSecuritySettingsInput.agentGuidanceRole)

    feat(schema): [dangerous] Input field 'codeIntelligenceEnabled' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.codeIntelligenceEnabled)

    feat(schema): [dangerous] Input field 'codeIntelligenceRepository' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.codeIntelligenceRepository)

    feat(schema): [dangerous] Input field 'gitLinkbackDescriptionsEnabled' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.gitLinkbackDescriptionsEnabled)

    feat(schema): [dangerous] Enum value 'PrivateGroup' was added to enum 'SlackChannelType' (SlackChannelType.PrivateGroup)

    feat(schema): [non_breaking] Field 'dismissedBy' was added to object type 'AgentSession' (AgentSession.dismissedBy)

    feat(schema): [non_breaking] Field 'sourceComment' was added to object type 'AgentSession' (AgentSession.sourceComment)

    feat(schema): [non_breaking] Field 'sourceCommentId' was added to object type 'AgentSessionWebhookPayload' (AgentSessionWebhookPayload.sourceCommentId)

    feat(schema): [non_breaking] Field 'AgentSessionWebhookPayload.comment' description changed from 'The comment this agent session is associated with.' to 'The root comment of the thread this agent session is attached to.' (AgentSessionWebhookPayload.comment)

    feat(schema): [non_breaking] Field 'AgentSessionWebhookPayload.commentId' description changed from 'The ID of the comment this agent session is associated with.' to 'The ID of the root comment of the thread this agent session is attached to.' (AgentSessionWebhookPayload.commentId)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'CustomerNeedNotification' (CustomerNeedNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'CustomerNotification' (CustomerNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'DocumentNotification' (DocumentNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'InitiativeNotification' (InitiativeNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'IssueNotification' (IssueNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to interface 'Notification' (Notification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'OauthClientApprovalNotification' (OauthClientApprovalNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'codeIntelligenceEnabled' was added to object type 'Organization' (Organization.codeIntelligenceEnabled)

    feat(schema): [non_breaking] Field 'codeIntelligenceRepository' was added to object type 'Organization' (Organization.codeIntelligenceRepository)

    feat(schema): [non_breaking] Field 'gitLinkbackDescriptionsEnabled' was added to object type 'Organization' (Organization.gitLinkbackDescriptionsEnabled)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'PostNotification' (PostNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'ProjectNotification' (ProjectNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'mergeCommit' was added to object type 'PullRequest' (PullRequest.mergeCommit)

    feat(schema): [non_breaking] Field 'initiativeUpdateHealth' was added to object type 'PullRequestNotification' (PullRequestNotification.initiativeUpdateHealth)

    feat(schema): [non_breaking] Field 'hasFormFields' was added to object type 'Template' (Template.hasFormFields)

v63.4.0

Compare Source

Minor Changes
  • b163aea: feat(schema): [dangerous] Input field 'inheritedFromId' was added to input object type 'CycleFilter' (CycleFilter.inheritedFromId)

    feat(schema): [dangerous] Input field 'inheritedFromId' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.inheritedFromId)

    feat(schema): [dangerous] Input field 'content' was added to input object type 'NullableDocumentContentFilter' (NullableDocumentContentFilter.content)

    feat(schema): [dangerous] Input field 'inheritedFromId' was added to input object type 'NullableTemplateFilter' (NullableTemplateFilter.inheritedFromId)

    feat(schema): [non_breaking] Field 'AgentSession.creator' description changed from 'The user that created this agent session.' to 'The human user responsible for the agent session. Null if the session was initiated via automation or by an agent user, with no responsible human user.' (AgentSession.creator)

    feat(schema): [non_breaking] Field 'AgentSessionWebhookPayload.creator' description changed from 'The user that created the agent session.' to 'The human user responsible for the agent session. Unset if the session was initiated via automation or by an agent user, with no responsible human user.' (AgentSessionWebhookPayload.creator)

    feat(schema): [non_breaking] Field 'AgentSessionWebhookPayload.creatorId' description changed from 'The ID of the user that created the agent session.' to 'The ID of the human user responsible for the agent session. Unset if the session was initiated via automation or by an agent user, with no responsible human user.' (AgentSessionWebhookPayload.creatorId)

    feat(schema): [non_breaking] Input field 'TeamUpdateInput.joinByDefault' description changed from 'Whether new users should join this team by default. Mutation restricted to workspace admins!' to 'Whether new users should join this team by default. Mutation restricted to workspace admins or owners!' (TeamUpdateInput.joinByDefault)

    feat(schema): [non_breaking] Input field 'TeamUpdateInput.scimManaged' description changed from 'Whether the team is managed by SCIM integration. Mutation restricted to workspace admins and only unsetting is allowed!' to 'Whether the team is managed by SCIM integration. Mutation restricted to workspace admins or owners and only unsetting is allowed!' (TeamUpdateInput.scimManaged)

v63.3.0

Compare Source

Minor Changes
  • e9015f1: feat(schema): [dangerous] Enum value 'mcpServer' was added to enum 'IntegrationService' (IntegrationService.mcpServer)

    feat(schema): [dangerous] Input field 'templateManagementRole' was added to input object type 'OrganizationSecuritySettingsInput' (OrganizationSecuritySettingsInput.templateManagementRole)

    feat(schema): [dangerous] Input field 'shouldUseDefaultUnfurl' was added to input object type 'SlackAsksSettingsInput' (SlackAsksSettingsInput.shouldUseDefaultUnfurl)

    feat(schema): [dangerous] Input field 'enableAgent' was added to input object type 'SlackSettingsInput' (SlackSettingsInput.enableAgent)

    feat(schema): [dangerous] Input field 'enableLinearAgentWorkflowAccess' was added to input object type 'SlackSettingsInput' (SlackSettingsInput.enableLinearAgentWorkflowAccess)

    feat(schema): [dangerous] Input field 'shouldUseDefaultUnfurl' was added to input object type 'SlackSettingsInput' (SlackSettingsInput.shouldUseDefaultUnfurl)

    feat(schema): [dangerous] Input field 'feedLastSeenTime' was added to input object type 'UserSettingsUpdateInput' (UserSettingsUpdateInput.feedLastSeenTime)

    feat(schema): [non_breaking] Type 'FacetConnection' was added (FacetConnection)

    feat(schema): [non_breaking] Type 'FacetEdge' was added (FacetEdge)

    feat(schema): [non_breaking] Field 'integrationMcpServerConnect' was added to object type 'Mutation' (Mutation.integrationMcpServerConnect)

    feat(schema): [non_breaking] Input field 'OrganizationSecuritySettingsInput.labelManagementRole' description changed from 'The minimum role required to manage labels.' to 'The minimum role required to manage workspace labels.' (OrganizationSecuritySettingsInput.labelManagementRole)

    feat(schema): [non_breaking] Field 'feedFacets' was added to object type 'User' (User.feedFacets)

    feat(schema): [non_breaking] Field 'feedLastSeenTime' was added to object type 'UserSettings' (UserSettings.feedLastSeenTime)

v63.2.0

Compare Source

Minor Changes
  • 1ad89de: feat(schema): [dangerous] Input field 'contextualMetadata' was added to input object type 'AgentActivityCreateInput' (AgentActivityCreateInput.contextualMetadata)

    feat(schema): [dangerous] Input field 'contextualMetadata' was added to input object type 'AgentActivityCreatePromptInput' (AgentActivityCreatePromptInput.contextualMetadata)

    feat(schema): [dangerous] Input field 'enableAiIntake' was added to input object type 'FrontSettingsInput' (FrontSettingsInput.enableAiIntake)

    feat(schema): [dangerous] Input field 'enableAiIntake' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.enableAiIntake)

    feat(schema): [dangerous] Input field 'apiSettingsRole' was added to input object type 'OrganizationSecuritySettingsInput' (OrganizationSecuritySettingsInput.apiSettingsRole)

    feat(schema): [dangerous] Input field 'importRole' was added to input object type 'OrganizationSecuritySettingsInput' (OrganizationSecuritySettingsInput.importRole)

    feat(schema): [dangerous] Input field 'enableAiIntake' was added to input object type 'SalesforceSettingsInput' (SalesforceSettingsInput.enableAiIntake)

    feat(schema): [dangerous] Input field 'enableAiIntake' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.enableAiIntake)

    feat(schema): [non_breaking] Field 'feedSummarySchedule' was added to object type 'UserSettings' (UserSettings.feedSummarySchedule)

v63.1.0

Compare Source

Minor Changes
  • e4ae168: feat(schema): [dangerous] Input field 'allowedAiProviders' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.allowedAiProviders)

    feat(schema): [dangerous] Input field 'securitySettings' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.securitySettings)

    feat(schema): [non_breaking] Type 'OrganizationSecuritySettingsInput' was added (OrganizationSecuritySettingsInput)

    feat(schema): [non_breaking] Field 'allowedAiProviders' was added to object type 'Organization' (Organization.allowedAiProviders)

    feat(schema): [non_breaking] Field 'securitySettings' was added to object type 'Organization' (Organization.securitySettings)

    feat(schema): [non_breaking] Field 'owner' was added to object type 'User' (User.owner)

    feat(schema): [non_breaking] Field 'owner' was added to object type 'UserWebhookPayload' (UserWebhookPayload.owner)

v63.0.0

Compare Source

Major Changes
  • 8fd4df9: feat(schema): [breaking] Field 'Customer.revenue' changed type from 'Float' to 'Int' (Customer.revenue)

    feat(schema): [dangerous] Enum value 'mcpS


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Jan 2, 2026
@renovate renovate bot changed the title fix(deps): update dependency @linear/sdk to v68 fix(deps): update dependency @linear/sdk to v68 - autoclosed Jan 7, 2026
@renovate renovate bot closed this Jan 7, 2026
@renovate renovate bot deleted the renovate/linear-sdk-68.x branch January 7, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant