All notable changes to the Postman Plugin for Claude Code are documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The version here always matches version in .claude-plugin/plugin.json. A release
is cut by tagging the matching vX.Y.Z (see Releasing).
- README now recommends installing from Anthropic's official plugin marketplace
(
/plugin install postman@claude-plugins-official), with GitHub and local-clone installs moved to collapsible alternatives.
- Bumped the
X-Plugin-VersionandUser-Agentheaders in.mcp.jsonto matchplugin.json(they had drifted to1.2.0). The release workflow now fails if these versions ever fall out of sync again.
1.3.0 - 2026-07-20
/postman:learncommand — searches the Postman Learning Center via thesearchLearningCenterMCP tool. Requires Full MCP mode (the tool is absent inminimalandcodemodes).
1.2.0 - 2026-06-09
postman-contextskill — API discovery, exploration, and client code generation from real API definitions viapostman context.
- Reworked the unified search tool and search strategy around
searchPostmanElements(ownership+privateNetworkfilters). - Reduced plugin token footprint via progressive-disclosure references and leaner front matter.
- Updated CI validators for scoped tools.
1.1.0 - 2026-04-29
- OAuth authentication support in
/postman:setupalongsidePOSTMAN_API_KEY.
- Added unique headers across components.
- Redundant tooling.
1.0.0 - 2026-02-02
- Initial release: 11 slash commands, 7 skills, and the
readiness-analyzersub-agent, powered by the Postman MCP Server (mcp.postman.com) plus the Postman CLI forrequest,generate-spec, andrun-collection.
Releases are automated by .github/workflows/release.yml. To cut a release:
-
Bump
versionin.claude-plugin/plugin.json. -
Move your
## [Unreleased]notes into a new## [X.Y.Z] - YYYY-MM-DDsection. -
Merge to
main. -
Tag the commit and push the tag:
git tag vX.Y.Z git push origin vX.Y.Z
The workflow verifies the tag matches plugin.json, extracts the matching
CHANGELOG section, and publishes a GitHub Release with those notes.