Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:59

[0.19.0] - 2026-07-15

New Features

  • JIRA Data Center behind a corporate or self-signed certificate now works. specship jira configure gained --ca-cert <pem> to trust your corporate CA bundle (preferred) and --insecure-tls to skip certificate verification as a last resort — both scoped to SpecShip's JIRA requests only, also settable via SPECSHIP_JIRA_CA_CERT and SPECSHIP_JIRA_INSECURE_TLS. Base URLs with a context path (e.g. https://jira.company.com:8443/jira) are fully supported — include the context path in the base URL.

Fixes

  • Connection failures during specship jira configure / specship jira test now explain the likely causes (corporate certificate, missing context path in the base URL, VPN/network) and surface the underlying TLS error code instead of a bare "fetch failed".