Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 06 Jun 15:31
Immutable release. Only release title and notes can be modified.
v0.3.3
4dd7bf0

✨ Added

  • Complete --status, --priority, --assignee, and --columns from cached metadata in the shell.
  • Validate JQL against Jira's parser (jql validate), list instance JQL metadata (jql reference), count approximate matches (--count), and page search jql with --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

  • 0404ea3 feat(search): add --count for approximate match counts
  • 376f929 feat(jql): add jira jql validate backed by Jira's parser
  • 703f5aa refactor(jql): collapse the second JQL quoter into one shared Value
  • e695c05 feat(search): add --all/--limit/--unbounded paging to search jql
  • 2fdaf6a feat(jql): add jira jql reference to list instance JQL metadata
  • 074a393 fix(search): report pagination on the --all drain path
  • 989f389 feat(completion): complete --status and --priority from cached metadata
  • 4aa5788 feat(completion): complete --priority, --assignee, and --columns
  • 2c35633 fix(completion): give enum flags concise per-value descriptions
  • 82160fe fix(completion): dedupe status/priority names and drop the unused id
  • 4dd7bf0 build: bump Go toolchain to 1.26.4

Full Changelog: v0.3.2...v0.3.3