v0.3.3
Immutable
release. Only release title and notes can be modified.
✨ Added
- Complete
--status,--priority,--assignee, and--columnsfrom cached metadata in the shell. - Validate JQL against Jira's parser (
jql validate), list instance JQL metadata (jql reference), count approximate matches (--count), and pagesearch jqlwith--all/--limit/--unbounded.
🦺 Security
- Rebuild with Go 1.26.4 to clear two standard-library advisories on the HTTPS path to Jira: GO-2026-5039 (
net/textproto) and GO-2026-5037 (crypto/x509).
📜 Commits
0404ea3feat(search): add --count for approximate match counts376f929feat(jql): addjira jql validatebacked by Jira's parser703f5aarefactor(jql): collapse the second JQL quoter into one shared Valuee695c05feat(search): add --all/--limit/--unbounded paging to search jql2fdaf6afeat(jql): addjira jql referenceto list instance JQL metadata074a393fix(search): report pagination on the --all drain path989f389feat(completion): complete --status and --priority from cached metadata4aa5788feat(completion): complete --priority, --assignee, and --columns2c35633fix(completion): give enum flags concise per-value descriptions82160fefix(completion): dedupe status/priority names and drop the unused id4dd7bf0build: bump Go toolchain to 1.26.4
Full Changelog: v0.3.2...v0.3.3