v2026.8.0-next.1
Pre-release
Pre-release
·
41 commits
to next
since this release
2026.8.0-next.1 (2026-08-10)
Features
- attachments: add disable-sync (9e7cf04)
- issues: accept subscribers and delegate in batch create (67ea490)
- issues: add batch create and batch update (fb68bcf)
- issues: add from-branch to find an issue by its git branch (1c0ee8c)
- issues: add order-by, unassigned, state-type and subscriber filters (2e01ad3)
- issues: add restore and snooze (00bf191)
- issues: add subscribe, share and remind commands (1530903)
- issues: let batch update clear a cycle or milestone (70aafb9)
- issues: publish a JSON Schema for batch create documents (13ed81a)
- issues: return url, creator, delegate and lifecycle timestamps (2d4885e)
- issues: support team moves, subscribers and delegates (8c96db1)
- issues: take batch update from a JSON document too (60b9491)
Bug Fixes
- issues: await user lookups so failures stay JSON (cd42347)
- issues: guard batch update labels across teams too (c716701)
- issues: let a UUID pass the mixed-team batch guard (5a248a8)
- issues: locate the entry when a batch list is malformed (b83ea52)
- issues: make --include-archived surface archived issues (cb14ec7)
- issues: make archived issues reachable by identifier (6ac9829)
- issues: name the flag when a relative offset overflows (634f846)
- issues: resolve a
meassignee against the viewer (d5f8198) - issues: validate a moved issue's estimate against its new team (c8d94f1)
- issues: validate batch update estimates against the team scale (31634dc)
- release: pin conventionalcommits preset to the writer-v8-compatible line (fc0276d)
Performance Improvements
- issues: bound the fan-out of batch create ID resolution (f623be9)