Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 11:47
Immutable release. Only release title and notes can be modified.
v0.5.0
11a220e

✨ Added

  • Retry 429/503 responses within a bounded budget, honoring Retry-After, opt-in via --max-retry-wait and explained under --debug.

📜 Commits

  • 9b8f2e6 feat(jira): parse Reset, Reason, and HTTP-date Retry-After on responses
  • d0da792 feat(jira): add bounded 429/503 retry transport, inert by default
  • e1c6d8a feat(cli): enable rate-limit retry via --max-retry-wait flag and env
  • 6e3b5ff feat(jira): explain rate-limit retries in --debug output
  • d0f691b feat(cli): point the rate-limit hint at the retry budget
  • 11a220e docs: document rate-limit auto-retry and its budget

Full Changelog: v0.4.1...v0.5.0