Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:43
· 7 commits to main since this release

1.3.0 (2026-08-27)

Bug Fixes

  • add docs link to publishing profile messages (#329) (041aac8)
  • clarify CLI messages for plugin generation and publishing setup (#325) (711fc39)
  • fail when --expand-* flags cannot be honoured without a spec (c1e826c)
  • guard the 401 body parse on the transformation error path (0871f65)
  • name the build directory correctly in the empty spec error (d73c5c3)
  • point the auth hint at the command that accepts the key (2ad98cd)
  • poll for publish completion in interactive sdk publish (#315) (68b5660), closes #312 #313
  • report a rejected auth key accurately on login (8bb35eb)
  • report every validation error and extract shared generation status polling (#307) (e823b4d)
  • report logged-out state correctly in auth status (2993889)
  • report the build directory in the toc spec errors (9a56786)
  • require a spec directory for portal toc new (8432629)
  • surface actionable auth hint on validate, transform and publishing errors (a1ab840)
  • surface TOC extraction failures instead of writing a partial toc.yml (5332a99)

Features

  • add apimatic plugin generate, and share one bounded generation poll (#314) (8f00d76), closes apimatic/apimatic-docs#829
  • add apimatic plugin publish (#321) (31a233a)
  • AI-first messaging and Copilot-aware portal quickstart next steps (177de58)
  • create and maintain plugin-config.json from sdk publish and plugin generate (#318) (4d2ecd7)
  • lead with Context Plugins in quickstart and portal messaging (e522c1c)
  • quickstart: prune build file to subscription before generating (#294) (5d50968)
  • sdk publish v4 (#317) (9ce977f)
  • surface API 401 error message with login suggestion in portal generation (adaa8ae)
  • tell the user how to try the generated plugin in Claude Code (#326) (c7bff42)

Performance Improvements