Conversation
## [2026.4.9-next.1](v2026.4.8...v2026.4.9-next.1) (2026-04-24) ### Bug Fixes * **issues:** honor explicit completed status filters ([607c954](607c954)), closes [#179](#179)
…filter feat(labels): add issue label scope filters
## [2026.4.9-next.2](v2026.4.9-next.1...v2026.4.9-next.2) (2026-04-24) ### Features * **labels:** add issue label scope filters ([0c1874a](0c1874a)), closes [#116](#116)
Use batch GraphQL payload for issue search filter lookups. Keep resolver-layer ID semantics and team-scoped cycle/status resolution. Refs #63
Document SDK-first resolver contract. Allow explicit GraphQL exceptions when SDK capability is missing. Refs #63
feat(issues): batch-resolve refs for issue create/update/search filters
## [2026.4.9-next.3](v2026.4.9-next.2...v2026.4.9-next.3) (2026-04-25) ### Features * **issues:** batch-resolve search filter identifiers ([963af95](963af95)), closes [#63](#63)
Add GraphQL operations for discussion roots, replies, and resolve state changes. Implement discussion service helpers for listing root threads and replies, creating root discussions and replies, editing and deleting root/reply comments, and resolving or unresolving threads. Add service tests covering happy paths, nested reply retrieval, domain validation, pagination behavior, and primary error cases.
Add issue-scoped discussion commands for starting root threads, listing roots and replies, replying, editing, deleting, resolving, and unresolving discussions. Preserve issue delete behavior by using for discussion deletion and keep reply-specific commands alongside generic root-or-reply edit and delete flows. Add command tests for wiring, validation, pagination, and output behavior.
Add project-scoped discussion commands for starting root threads, listing roots and replies, replying, editing, deleting, resolving, and unresolving project discussions. Keep entity deletion separate by using discussion-specific delete commands and preserve reply-specific edit/delete operations beside generic root-or-reply flows. Add command tests for wiring, validation, pagination, and output behavior.
Add initiative-scoped discussion commands for starting root threads, listing roots and replies, replying, editing, deleting, resolving, and unresolving initiative discussions. Align initiative discussion UX and validation with the issue and project command surfaces, including domain- scoped discussion safety checks. Add command tests for wiring, validation, pagination, and output behavior.
Keep legacy command group available as a deprecated compatibility facade over the discussion service. Make deprecation and migration guidance explicit in help text and metadata, while preserving narrowed root-thread reply compatibility and root-or-reply edit/delete support. Add command tests for compatibility delegation, help text, validation, and root-versus-reply behavior.
Document domain-centric discussion workflows in the README, including root-thread listing, nested reply listing, and reply examples. Add migration guidance from deprecated commands to the newer issue discussion commands and note compatibility limits where they still apply.
feat: implement domain-centric discussion interface
## [2026.4.9-next.4](v2026.4.9-next.3...v2026.4.9-next.4) (2026-04-25) ### Features * **comments:** deprecate compatibility facade ([d097eee](d097eee)) * **discussions:** add GraphQL and service layer ([1ae10e1](1ae10e1)) * **initiatives:** add discussion commands ([81bcd17](81bcd17)) * **issues:** add discussion commands ([6b3861c](6b3861c)) * **projects:** add discussion commands ([ff64f2e](ff64f2e))
chore(deps): update github actions (major)
## [2026.4.9-next.5](v2026.4.9-next.4...v2026.4.9-next.5) (2026-04-27) ### Bug Fixes * **deps:** update dependency @linear/sdk to v82 ([7e62fda](7e62fda))
…ease-monorepo chore(deps): update semantic-release monorepo (major)
fix(ci): rerun validation when PR base changes
…mate-design fix(issues): resolve estimate context via team resolver
## [2026.4.9-next.6](v2026.4.9-next.5...v2026.4.9-next.6) (2026-04-27) ### Bug Fixes * **ci:** rerun validation when PR base changes ([e92b7ca](e92b7ca)) * resolve issue estimate team context via team resolver ([9c94ff9](9c94ff9))
…sign feat: add reaction support
## [2026.4.9-next.7](v2026.4.9-next.6...v2026.4.9-next.7) (2026-04-27) ### Features * **cli:** add reaction workflows ([4d6a00c](4d6a00c)), closes [#83](#83) * **emoji:** add reaction input normalization ([bc82bc6](bc82bc6)), closes [#83](#83) * **graphql:** add reaction operations ([bd0ffac](bd0ffac)), closes [#83](#83) * **reactions:** add shared service ([0a29bb1](0a29bb1)), closes [#83](#83)
…ules chore(commitlint): enforce stricter validation
## [2026.4.9-next.8](v2026.4.9-next.7...v2026.4.9-next.8) (2026-04-27) ### Bug Fixes * **comments:** constrain compatibility replies ([85a1d3a](85a1d3a))
…opts refactor: replace fragile root option lookups with getRootOpts
iamfj
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Promote tested prerelease changes from
nextinto stable channel onmain.Target stable version
2026.4.9Ships in stable (releasable changes)
Also included (no version impact)
Maintenance commits without associated PR
Compare
main...next
Install release candidate
Note
Please test prerelease changes in this PR and share feedback directly on this PR so we can address issues before stable release. Mention your installed version (
linearis --version) and repro steps. Use@nextfor rolling prerelease train, or exact version below for this staged candidate.Notes
next.