- Apr 21, 2026
- Date parsed from source:Apr 21, 2026
- First seen by Releasebot:Apr 22, 2026
Postman 12.7.2
Postman App adds Postman CLI collection runs from Local View for quick local testing in Git repositories.
What’s New
Automate collection runs using the Postman CLI from Local View
When running a collection in Local View, you can now select the Automate runs via CLI option to quickly get started with the Postman CLI. This displays the Postman CLI installation command and a postman collection run command with the path to your collection in your local Git repository.
To learn more, see Run a collection locally with the Postman CLI.
Original source - Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
Postman 12.7.1
Postman App introduces MCP server support in Flows, letting AI Agent blocks use deployed Flows as tools and enabling MCP Trigger blocks to create deployable Flows for reuse across AI apps.
What’s New
Connect Flows deployed as MCP Servers
The AI Agent Block now supports MCP servers as tools, meaning you can connect any Flow deployed as an MCP server and let the agent call it during execution. This brings composable, reusable logic into your AI workflows: instead of rebuilding capabilities inside a single Flow, you can expose them as MCP servers and let the agent decide when and how to use them.
To learn more, see The AI Agent block.
MCP Trigger Block
Postman Flows now supports MCP (Model Context Protocol) as a trigger type. Create and deploy Flows as MCP servers to use them as tools in other AI applications and Flows. Generate tool definitions with AI or define custom schemas manually.
To learn more, see Create a deployable flow with an MCP block.
Original source All of your release notes in one feed
Join Releasebot and get updates from Postman and hundreds of other software products.
- Apr 9, 2026
- Date parsed from source:Apr 9, 2026
- First seen by Releasebot:Apr 10, 2026
- Modified by Releasebot:Apr 22, 2026
Postman 12.5.5
Postman App adds clearer performance test insights with a Tests vs VU view and heatmap that shows how assertion failures change as load increases. It also improves Postman Flows with file watcher sync in Native Git mode and folder support for cleaner local organization.
What’s New
Visualize test assertion failures under load
Postman now supports the Tests vs VU view in performance test results, giving you a clear view of how your test assertions behave as load increases. This view includes a heatmap that highlights failure rates across virtual user levels, helping you quickly identify when and where your business logic starts to break under load.
To learn more, see View test assertions by virtual user load in performance tests.
Improvements
File watcher support in Postman Flows
When working in Native Git mode in Postman Flows, local file changes now automatically sync to the Postman app. This works whether you're editing in your IDE, terminal, or file explorer.
Folder support in Postman Flows
Create and organize Flows in folders locally. Folder structures automatically mirror in the app, and push/pull operations maintain your organization without dependency conflicts or rename issues.
Original source - Apr 7, 2026
- Date parsed from source:Apr 7, 2026
- First seen by Releasebot:Apr 10, 2026
Postman 12.5.2
Postman App adds CLI generation from collections or OpenAPI specs for humans and AI agents on Team and Enterprise plans.
What’s New
Generate CLIs from your Postman Collection or API specification
Available on Team and Enterprise plans
You can now generate a fully-functioning command-line interface (CLI) application based on your Postman collections or Open API specifications. The CLI has been enhanced with two main end-users in mind: Agents (LLMs) and humans.
To learn more, see Generate CLI from your collection or specification.
Original source - Apr 6, 2026
- Date parsed from source:Apr 6, 2026
- First seen by Releasebot:Apr 22, 2026
Postman 12.5.0
Postman App fixes Request block environment variables so they resolve and display from the selected environment.
Bug fixes
Fixed an issue where environment variables in the Request block would resolve based on the global environment instead of the environment selected in the block itself, ensuring variables display correctly.
Original source - Apr 3, 2026
- Date parsed from source:Apr 3, 2026
- First seen by Releasebot:Apr 22, 2026
Postman 12.4.5
Postman App adds deployed flows to the Services tab for a centralized view of running flows and services.
What’s New
View deployed flows in the Services tab
You can now view deployed flows in the Services tab for a centralized view of all running flows alongside other services.
Original source - Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 22, 2026
Postman 12.4.4
Postman App adds Flow operations in the command palette for quick Run, Share, Deploy, and Create actions.
What’s New
Access Flow operations through the command palette
You can now access Flow operations Run, Share, Deploy, and Create through the command palette (⌘+Shift+O or Ctrl+Shift+O), so you can quickly trigger actions without navigating through menus.
Original source - Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 1, 2026
Postman 12.4.3
Postman App adds SDK Generator support for PHP, Go, and C# on Team and Enterprise plans.
What’s New
Introducing new SDK Generator languages: PHP, Go, and C#
Available on Team and Enterprise plans The Postman SDK Generator now supports three additional languages: PHP, Go, and C#. Combined with existing support for TypeScript, Java, and Python, you can now generate SDKs for your APIs in six languages.
To learn more, see Generate SDKs in Postman .
Original source - Mar 30, 2026
- Date parsed from source:Mar 30, 2026
- First seen by Releasebot:Apr 22, 2026
Postman 12.4.0
Postman App fixes cloud push syncing for .flow files, restoring recognition of flow files during upload.
Bug fixes
Fixed an issue where files with the .flow extension were not being recognized during a push to the cloud, preventing syncing of flow files.
Original source - Mar 27, 2026
- Date parsed from source:Mar 27, 2026
- First seen by Releasebot:Apr 22, 2026
Postman 12.3.6
Postman App improves report usage metrics with hourly updates and Sankey charts for clearer partner insights.
Improvements
Usage metrics in Postman reports now update every hour instead of monthly
Improved data freshness: You will see data for the current month up to the last hour. Current usage metrics for the last month have been replaced with data from the last 30 days with updates every hour.
Enhanced visualization: Bar charts have been replaced with Sankey charts to easily identify which API partners are successful or dropping off.
Original source - Mar 27, 2026
- Date parsed from source:Mar 27, 2026
- First seen by Releasebot:Apr 1, 2026
Postman 12.3.7
Postman App adds a command palette for faster navigation with keystrokes and natural language, plus two-way synchronization between OpenAPI 3.1 collections and Spec Hub so changes can sync both ways.
What’s New
Command palette
The command palette enables you to navigate Postman's features and UI elements using keystrokes and natural language, making it easier to work on your APIs without pointing and clicking.
To open the command palette, press ⌘+Shift+P or Ctrl+Shift+P, or enter “>” in the search bar. The search bar expands to suggest features as you type a navigation command.
To learn more, see Navigating Postman.
Improvements
Two-way synchronization support for OpenAPI 3.1 collections and Spec Hub
Postman now supports a two-way synchronization between OpenAPI 3.1 specifications and collections. Whether you generate a collection from an OpenAPI 3.1 specification or an OpenAPI 3.1 specification from a collection, you can now make changes to either, then sync your changes to the other.
Original source - Mar 26, 2026
- Date parsed from source:Mar 26, 2026
- First seen by Releasebot:Apr 1, 2026
Postman 12.3.5
Postman App improves Git-linked API migration with directory path support for moving specific APIs from API Builder to Spec Hub.
Improvements
Improved migration for Git-linked APIs to Spec Hub
You can now specify a directory path when migrating Git-linked APIs from the API Builder to Spec Hub. This makes it easier to migrate from repositories that have multiple APIs organized by folder, giving you more control over which API is migrated.
To learn more, see Migrate your API specifications from the API Builder to Spec Hub.
Original source - Mar 23, 2026
- Date parsed from source:Mar 23, 2026
- First seen by Releasebot:Apr 1, 2026
Postman 12.3.0
Postman App adds Spec Hub changelogs to track specification edits, authors, and exact change locations.
Improvements
Changelogs for Spec Hub
Track every update to your specifications with Spec Hub changelogs, a chronological history of changes that shows when edits were made, who made them, and exactly where in the specification they occurred.
To learn more, see View specification changes with the changelog.
Original source - Mar 11, 2026
- Date parsed from source:Mar 11, 2026
- First seen by Releasebot:Mar 12, 2026
Postman 12.1.2
Postman highlights bug fixes and enhancements in this release, signaling improved stability and performance.
Raw content:
Bug Fixes
Some critical bug fixes and enhancements were added in this release.
Original source - Mar 10, 2026
- Date parsed from source:Mar 10, 2026
- First seen by Releasebot:Mar 11, 2026
Postman 12.1.1
Postman unveils Fern to publish collections as live branded API docs with AI-powered search and GitHub hosting.
What’s New
Introducing Fern
You can now publish your Postman Collection as a full documentation site powered by Fern. Configure your branding, colors, and logo, then click Publish. Fern automatically generates your API reference and deploys it to a live site backed by a GitHub repository. From there, you can add guides, tutorials, and overview pages, customize your branding and domain, and enable AI-powered features like intelligent search.
To learn more, see Document your APIs with Fern.
Original source