Postman App Updates & Release Notes
202 updates curated from 1 source by the Releasebot Team. Last updated: Jul 22, 2026
- Jul 21, 2026
- Date parsed from source:Jul 21, 2026
- First seen by Releasebot:Jul 22, 2026
Postman 12.20.1
Postman App adds Cloud View support for code mocks and simulations, bringing beta tools for API simulation, real-world testing, and browser interaction tracking. It also improves mock syncing, state debugging, package support, access options, and public mock server controls.
What’s New
Code mocks are now available in Cloud View
Available as a beta feature
Code mocks let you simulate APIs using custom JavaScript request handlers and response logic. You can now create and run code mock servers in Cloud View, making it easier to develop, test, and share API simulations with your teammates.
Code mocks in Cloud View receive a unique URL and are always available to handle requests. If you’re on a paid plan, you can also deploy a local code mock as a mock server, turning it into a cloud-hosted service your team can send requests to at any time. By default, cloud code mock servers are private and can only be accessed by workspace members or callers that provide a valid Postman API key.
To learn more, see Simulate APIs with code mock servers.
Simulations are now available in Cloud View
Available as a beta feature on Solo, Team, and Enterprise plans
With Postman Simulator, you can now create and run simulations in Cloud View. Simulations let you apply conditions such as response delays, rate limits, and error responses across one or more code mocks, making it easier to test how applications behave under real-world conditions.
To learn more, see Simulate real-world conditions in Postman.
Track your interactions with the Postman Browser Tool
The Postman Browser Tool now records your interactions with a page as you browse. In the Interactions tab, you can review each event. This includes who drove it (Agent Mode or you), the action type, the Playwright locator used to identify the element, and the time since the previous interaction. You can also ask Agent Mode to generate Playwright tests or API requests and tests based on your recorded activity.
To learn more, see Capture traffic with the Postman Browser Tool.
Improvements
Keep code mocks in sync with collections and specifications
When you create a code mock from a collection or API specification, you can now choose to keep it synchronized with the source. Changes to the collection or specification are automatically reflected in the code mock.
To learn more, see Simulate APIs with code mock servers.
Inspect and debug state in code mocks
Code mocks now include improved state management and debugging tools. You can configure state sessions and inspect pm.state values to better understand and troubleshoot stateful behavior.
Use packages in code mocks
You can now use packages in your code mock implementations, making it easier to reuse code and extend mock server functionality. Code mock servers support packages from the Package Library and external registries.
More ways to access code mocks in simulations
Available as a beta feature on Solo, Team, and Enterprise plans
With Postman Simulator, you can now choose how requests access code mocks in a simulation. Use a URL path or request header to specify which mock server should handle a request.
These options make it easier to integrate simulations into different testing and development workflows.
To learn more, see Simulate real-world conditions in Postman.
Manage public code mock servers
Available on Team and Enterprise plans
Team Admins can now control whether code mock servers can be made public and require approval before a public code mock server is published.
To learn more, see Manage mock servers.
Original source - Jul 13, 2026
- Date parsed from source:Jul 13, 2026
- First seen by Releasebot:Jul 16, 2026
Postman 12.19.0
Postman App adds Spec Hub sync controls with a Remove orphan requests setting for linked specifications and collections, plus the ability to share local changes with teammates before pushing to Postman Cloud.
What’s New
Remove orphan requests sync setting now available in Spec Hub
Sync settings for linked specifications and collections now include the Remove orphan requests setting. When enabled, requests or endpoints missing from the source are cleared from the destination.
The setting works in both directions (specifications to collections, and collections to specifications), and is configurable per linked pair. The first sync after enabling shows a one-time confirmation prompt before any items are removed. Turn the setting off at any time to stop further deletions.
To learn more, see Spec Hub’s Sync settings.
Share local changes
You can now share your in-progress changes with your teammates before you push the changes to Postman Cloud. Your changes can include collections, environments, and API specifications.
To learn more, see Share local changes.
Original source All of your release notes in one feed
Join Releasebot and get updates from Postman and hundreds of other software products.
- Jul 10, 2026
- Date parsed from source:Jul 10, 2026
- First seen by Releasebot:Jul 11, 2026
Postman 12.18.5
Postman App adds beta cloud performance tests for Solo, Team, and Enterprise users to simulate larger traffic loads.
What's New
Run performance tests in the cloud
Available as a beta feature on Solo, Team, and Enterprise plans
You can now run performance tests in Postman's cloud infrastructure to simulate larger traffic loads.
To learn more, see
Configure and run performance tests in Postman.
Original source - Jul 3, 2026
- Date parsed from source:Jul 3, 2026
- First seen by Releasebot:Jul 7, 2026
Postman 12.17.5
Postman App fixes a Flows bug so new auth variables now appear on the canvas right away.
Bug fixes
Fixed an issue in Postman Flows where adding a new variable to a request's authentication wasn't reflected on the canvas until the app was restarted or the cache cleared. Variables now appear right away.
Original source - Jul 2, 2026
- Date parsed from source:Jul 2, 2026
- First seen by Releasebot:Jul 7, 2026
Postman 12.17.3
Postman App fixes a Flows bug where Number config values were passed as text instead of numbers at runtime.
Bug fixes
Fixed an issue in Postman Flows where configuration values typed as Number arrived as text at runtime (for example, 8000 became "8000"), which could break blocks expecting a real number.
Original source Similar to Postman App with recent updates:
- Gemini updates358 release notes · Latest Jul 22, 2026
- Claude updates116 release notes · Latest Jul 14, 2026
- Firefox updates36 release notes · Latest Jul 21, 2026
- Microsoft Copilot updates35 release notes · Latest Jul 15, 2026
- Microsoft Teams updates66 release notes · Latest Jul 15, 2026
- Claude Code updates403 release notes · Latest Jul 22, 2026
- Jul 1, 2026
- Date parsed from source:Jul 1, 2026
- First seen by Releasebot:Jul 7, 2026
Postman 12.17.2
Postman App improves Flows with local offline saving and restorable sync options when you reconnect.
Improvements
Postman Flows now saves your work locally when you're offline or off-VPN, so you don't lose progress. When you reconnect, you can either keep your offline changes or sync to the latest cloud version, and your offline edits are kept as a restorable snapshot.
Original source - Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 26, 2026
- Modified by Releasebot:Jun 30, 2026
Postman 12.16.3
Postman App adds cloud datasets in beta, bringing easier sync and collaboration across local and cloud workspaces. It also introduces self-serve domain capture and new Enterprise controls for adding people to teams without approval.
What’s New
Use Postman Datasets in the cloud
Available as a beta feature on Solo, Team, and Enterprise plans
Datasets are now supported in the Postman cloud, making it easier to access, manage, and collaborate on datasets with your teammates. In Cloud View, you can create Postman cloud files as a data source, which is a CSV file stored in the Postman cloud. Push and pull changes between your local workspace and the Postman cloud to keep datasets in sync across environments. You can also share datasets with your teammates to collaborate on the same data and views. To learn more, see Test APIs with datasets in Postman.
Introducing self-serve domain capture
You can now independently discover, claim, and consolidate users and data associated with your company domain without requiring support intervention. To learn more, see Configure domain verification and account capture in Postman.
Introducing ability to add people to the team without approval
Available on Enterprise plans only
Organizations can now control how new members are added to the organization teams and whether they require approval. To learn more, see Manage organization and team resources in Postman.
Original source - Jun 23, 2026
- Date parsed from source:Jun 23, 2026
- First seen by Releasebot:Jun 24, 2026
- Modified by Releasebot:Jun 25, 2026
Postman 12.16.1
Postman App adds shared vault secrets, local secret protection, secure variables, and easier vault secret references to help teams store and use sensitive data more safely across workspaces and requests. It also improves Flows schedule triggers with current time inputs.
What’s New
Share secrets with your team using Postman Shared Vault
Available on Solo, Team, and Enterprise plans
You can now store and share sensitive data as vault secrets with Postman Shared Vault. Each workspace includes a shared vault that syncs secrets to the Postman cloud, enabling your team to securely access them across Postman apps and machines.
Vault secrets in a shared vault are end-to-end encrypted, with encryption keys managed by Postman. Because shared vault secrets are available in the Postman cloud, you can also use them with cloud-based features such as monitors and flows.
On Enterprise plans, Admins can control which workspaces have access to a shared vault, helping enforce security and governance across teams.
To learn more, see
Store secrets in Postman Vault
.Proactively secure exposed secrets with Local Secret Protection
You can now use Local Secret Protection to detect and secure exposed secrets before they're synced to the Postman cloud or committed to a connected Git repository. When Secret Scanner detects sensitive data, like API keys and tokens, users are prompted to choose how to handle a secret. For example, a user could choose to move a detected secret to their Postman Local Vault.
On a Postman Enterprise plans, Team Admins can define workspace-level policies that control how detected secrets are handled across your organization.
To learn more, see
Postman Secret Scanner
.Secure variable values for sensitive data
You can now mark variable values as secure to protect sensitive data, such as API keys and tokens. Secure variables use the same encryption process as Postman Vault, so sensitive values are encrypted instead of only being masked.
With secure variables, you can safely store sensitive values directly in global, environment, or collection variables without exposing them in your requests or collections.
To learn more, see
Secure a variable value
.Use secure variables to reference vault secrets in requests
You can now more easily reference vault secrets by setting them as the value of a secure variable and using the variable in your request. This provides a consistent way to access secrets from both your Postman Local Vault and Postman Shared Vault. Secure variables are encrypted and designed for working with sensitive data.
Assign a vault secret to a global, environment, or collection variable, then reference it using the
{{variable-name}}
syntax. When the request runs, the vault secret's value is applied at runtime.
Postman still supports direct vault secret references using the
{{vault:vault-secret-name}}
syntax for secrets stored in your local vault only.
To learn more, see
Use vault secrets in Postman
.Improvements
In Postman Flows,
Schedule
triggers can now pass the current time as an input on each run, with no custom code needed.
Original source - Jun 18, 2026
- Date parsed from source:Jun 18, 2026
- First seen by Releasebot:Jun 25, 2026
Postman 12.15.7
Postman App fixes an HTTP Request block bug that auto-showed Success and Fail outputs in warning state.
Bug Fixes
Fixed an issue causing the Success and Fail outputs of an HTTP Request block in a warning state to appear automatically, rather than only when the Output tab was clicked.
Original source - Jun 17, 2026
- Date parsed from source:Jun 17, 2026
- First seen by Releasebot:Jun 18, 2026
Postman 12.15.6
Postman App fixes request and response pane resizing in the HTTP request editor.
Bug Fixes
Fixed an issue where the divider between the request and response panes in the HTTP request editor could not be dragged to resize.
Original source - Jun 17, 2026
- Date parsed from source:Jun 17, 2026
- First seen by Releasebot:Jun 18, 2026
Postman 12.15.5
Postman App adds a new Tests tab in Application Inventory to analyze test activity across runs, track pass and failure trends, review test history, and inspect related API activity. It also improves filtering, search, and run visibility across key inventory views.
What’s New
Analyze tests across runs in Application Inventory
The Application Inventory now includes a
Tests
tab that provides an aggregate view of test activity across runs. Analyze pass and failure trends across runs and branches, review run history for individual tests, and investigate the API activity associated with each test.You can group results by UI test or API request, identify failures, and explore the API calls made during each run. Expand individual tests to see which branches they ran in and understand how test behavior changes over time.
To learn more, see
Application Inventory overview
.Improvements
Improvements to Application Inventory filtering and run visibility
Application Inventory now includes a
Runs
metric that shows the number of test runs recorded against the selected system environment.You can also filter and search across Dependencies, Tests, CI/CD Runs, and Dependency Graph views. Filter results by branch, status, and other criteria, or search for specific tests, endpoints, and dependencies to quickly focus on the information you need.
To learn more, see
Original source
Application Inventory overview
. - Jun 15, 2026
- Date parsed from source:Jun 15, 2026
- First seen by Releasebot:Jun 16, 2026
Postman 12.15.0
Postman App adds Browser Tool to browse web apps, capture traffic, open requests, and automate workflows with Agent Mode.
What’s New
Navigate web applications with the Postman Browser Tool
With the Postman Browser Tool, you can now browse and interact with web applications directly inside Postman. You can inspect page content, capture network traffic, and open requests in Postman. You can also use Agent Mode to automate browser workflows, generate tests, and create documentation from application behavior.
To learn more, see Capture traffic with the Postman Browser Tool.
Original source - Jun 10, 2026
- Date parsed from source:Jun 10, 2026
- First seen by Releasebot:Jun 18, 2026
Postman 12.14.3
Postman App introduces API lifecycle reports for visibility into API activity across development, testing, production, and management.
What’s New
Introducing API lifecycle reports
Gain visibility into API activity across every stage of the API lifecycle. API lifecycle reports provide insights into development, testing, production, distribution, and API management, helping teams track adoption, analyze usage trends, and better understand how APIs are built, tested, deployed, and managed across the organization.
To learn more, see
View reports about API activity across the API lifecycle.
Original source - Jun 9, 2026
- Date parsed from source:Jun 9, 2026
- First seen by Releasebot:Jun 11, 2026
Postman 12.14.2
Postman App adds Spec Hub duplication and fixes flow cloning on web and desktop.
Improvements
Duplicate specifications in Spec Hub
You can now duplicate a specification to create a copy you can edit without affecting the original. This is useful for creating a new version of your API while keeping the original as a reference, or for using an existing specification as a starting point for a new API.
To learn more, see
Edit your API specification
.Bug fixes
Fixed a bug where cloning a flow failed on the web and desktop apps. Cloning now works as expected.
Original source - Jun 5, 2026
- Date parsed from source:Jun 5, 2026
- First seen by Releasebot:Jun 5, 2026
- Modified by Releasebot:Jun 9, 2026
Postman 12.13.6
Postman App releases Sandbox for Enterprise testing and adds spec forking in Spec Hub, giving teams an isolated place to evaluate features and a way to copy specifications, make changes, and pull in parent updates.
What’s New
Introducing Postman Sandbox for Enterprise testing
A Postman Sandbox is an isolated environment that includes standard Postman features so that they can be used for testing. It has its own members and resources. Use the sandbox to test and evaluate features before rolling them out to your full team.
To learn more, see
Set up and manage a Postman Sandbox
Improvements
Fork specifications in Spec Hub
You can now fork your Spec Hub specifications in Postman to create a copy and make changes without affecting the original. Forked specifications support pulling updates from the parent element using fast-forward merging, which replaces changes in the fork with changes from the parent.
For more information, see
Collaborate with specifications in Postman
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.