Postman Release Notes

236 release notes curated from 2 sources by the Releasebot Team. Last updated: May 13, 2026

Get this feed:

Postman Products

  • May 2026
    • No date parsed from source.
    • First seen by Releasebot:
      May 13, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.35.2

    Postman CLI improves application testing with earlier config validation, more reliable analytics, clearer no-traffic errors, and safer request name handling. It also now supports connector blocks in flow runs with the required workspace option.

    Improvements

    Application testing improvements

    The postman app test command includes several improvements:

    Configuration is now validated before a run begins, and analytics are reliably sent when a run completes.

    Network request failures captured during a run are propagated through the pipeline instead of being silently dropped.

    The error message shown when no network traffic is captured is clearer.

    Long request names are safely truncated to prevent filesystem errors.

    To learn more, see Application commands.

    Support for connector blocks when running flows

    The postman flows run command now requires the --workspace option when your flow includes a connector block. Use the --workspace [workspace-id] option to specify the workspace by its ID.

    To learn more, see Flows commands.

    Original source
  • May 2026
    • No date parsed from source.
    • First seen by Releasebot:
      May 8, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.35.1

    Postman CLI improves Flows by resolving environment variables at runtime and flagging missing values.

    Improvements

    Environment variable resolution for flows

    The postman flows run command now resolves {{varName}} environment variables in scenario input values and configuration entries at runtime. Pass a Postman environment file using the --environment option and any variables referenced in your flow are substituted with their values. If a variable is referenced but missing from the environment file, the CLI returns an error identifying the unresolved variable by name.

    To learn more, see Flows commands.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Postman and hundreds of other software products.

    Create account
  • May 2026
    • No date parsed from source.
    • First seen by Releasebot:
      May 8, 2026
    • Modified by Releasebot:
      May 9, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.35.0

    Postman CLI adds application testing with Playwright integration for API contract validation, plus new app commands to initialize projects, observe API traffic, match requests, and report coverage gaps to Application Inventory. It also improves flows run output options.

    What’s New

    Application testing and Playwright Integration

    Available on Solo, Team, and Enterprise plans

    Turn your existing Playwright tests into API contract validation with the new postman app commands. Use the postman app init command to initialize your project and configure your test command, collections, and environments. Use the postman app test command, paired with the postman-playwright plugin, to observe API traffic during Playwright runs, match each call to requests in your collections, and run your pm.test assertions against live responses. Results, unmatched calls, and coverage gaps are pushed to the Application Inventory in a single report.

    To learn more, see Application commands.

    Improvements

    Improved output options for flows runs

    The postman flows run command has two new options for controlling output. Use --output json to save execution results, including outputs and logs, to a timestamped JSON file in the current directory. This makes it easier to capture structured output for CI/CD pipelines and scripts. Use --no-truncate to display response bodies and payloads in full in the terminal. By default, truncation remains enabled so the terminal experience stays readable.

    The --json option is no longer supported. Use --output json instead.

    To learn more, see Flows commands.

    Original source
  • May 8, 2026
    • Date parsed from source:
      May 8, 2026
    • First seen by Releasebot:
      May 9, 2026
    Postman logo

    Postman App by Postman

    Postman 12.9.7

    Postman App adds Application Inventory support to validate API dependencies from Playwright tests, automatically capturing API interactions and checking them against Postman Collections to help catch contract drift, silent backend errors, and missing or incorrect API calls.

    What's New

    Validate API dependencies from your Playwright tests

    Available on Solo, Team, and Enterprise plans

    You can now use the Application Inventory to track the applications you build, the external APIs they depend on, and the test coverage validating those dependencies. The Application Inventory integrates with your existing Playwright test suite to automatically capture API interactions and validate them against your Postman Collections. This catches issues UI assertions alone miss, like contract drift, silent backend errors, and missing or incorrect API calls.

    To learn more, see Application Inventory overview.

    Original source
  • May 6, 2026
    • Date parsed from source:
      May 6, 2026
    • First seen by Releasebot:
      May 9, 2026
    Postman logo

    Postman App by Postman

    Postman 12.9.4

    Postman App adds Smithy 2.0 support in Spec Hub for creating and editing API specifications.

    Improvements

    Support for Smithy 2.0 in Spec Hub

    You can now create and edit Smithy 2.0 specifications directly in Spec Hub.

    For more information, see Design and build your APIs in Postman.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 30, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.34.5

    Postman CLI fixes flows run environment variables overriding HTTP request variables.

    Bug Fixes

    Fixed an issue in the postman flows run command where environment variables were overriding request variables defined in the HTTP Request block.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 30, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.34.4

    Postman CLI fixes workspace push bugs and prevents invalid modes, transient 404s, and environment ID rewrite failures.

    Bug Fixes

    Fixed an issue that caused postman workspace push --yes to create new collections or environments when an update request returned a transient 404, instead of failing safely.

    Fixed an issue where environment IDs in .postman/resources.yaml were rewritten from the canonical - format to a bare UUID, causing subsequent pushes to fail.

    Fixed an issue where pushing collections could result in an "invalid mode" error.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 30, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.34.3

    Postman CLI adds SDK regeneration and change tracking support, plus support for HTTP Request blocks with tests in local Flows runs. It also fixes structured input parsing and request trigger output handling in the postman flows command.

    What’s New

    Edit and regenerate SDKs

    You can now edit, add, or delete files in your SDKs and use the postman sdk generate command to regenerate the SDK.

    To learn more, see Generate SDKs from collections and API specifications.

    Enable change tracking for SDKs

    The Postman CLI now supports the postman sdk track command to manage change tracking for SDKs created before the regenerate SDK option was available.

    Support for HTTP Request blocks with tests in Flows

    The Postman CLI now supports the v2 HTTP Request block when running flows locally with the postman flows command. This block adds tests as first class properties of the request.

    Bug Fixes

    Fixed an issue with the postman flows command where the Select block failed when passing structured input values using --input, --input-file, or --scenario. Input values are now correctly parsed as structured types, matching the behavior of the Postman canvas runner.

    Fixed an issue with the postman flows command where request trigger outputs returned an empty map instead of the expected response data.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 30, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.34.0

    Postman CLI adds Ruby SDK generation and CLI skill controls for more flexible SDK output.

    What’s New

    Generate SDKs in Ruby

    Introduced support for Ruby in the scope of SDK generation.

    To learn more, see SDK CLI commands.

    Configure Agent Skills with CLI SDKs

    You can control whether Agent Skills are generated with the postman sdk generate command for a CLI SDK. Use the sdk.languageOptions.cli.skills object in your .postman/config.json file.

    The skills object has an enabled Boolean field that determines whether Agent Skills are generated. This value defaults to true if not specified or left empty.

    To learn more, see SDK CLI commands.

    Original source
  • Apr 30, 2026
    • Date parsed from source:
      Apr 30, 2026
    • First seen by Releasebot:
      May 1, 2026
    Postman logo

    Postman App by Postman

    Postman 12.8.4

    Postman App expands monitor region support with more global locations for checks closer to users and infrastructure.

    Improvements

    Expanded region support for Postman Monitors

    Postman Monitors now support additional regions, giving you more flexibility to run checks closer to your users and infrastructure. New locations include Asia Pacific (Hong Kong, Seoul), Europe (Ireland, Paris), India (Mumbai), Japan (Osaka, Tokyo), and US East (Ohio), with more regions available.

    To learn more, see Run monitors in different regions.

    Original source
  • Apr 29, 2026
    • Date parsed from source:
      Apr 29, 2026
    • First seen by Releasebot:
      May 9, 2026
    Postman logo

    Postman App by Postman

    Postman 12.8.3

    Postman App fixes Flow run log navigation so users can click a run log entry and jump to the matching block.

    Bug Fixes

    Restored the ability to click on a run log entry in the Postman Flows canvas to navigate directly to the corresponding block. This navigation had stopped working in a previous release.

    Original source
  • Apr 27, 2026
    • Date parsed from source:
      Apr 27, 2026
    • First seen by Releasebot:
      Apr 28, 2026
    • Modified by Releasebot:
      May 1, 2026
    Postman logo

    Postman App by Postman

    Postman 12.8.0

    Postman App adds version tags to changelog entries to organize API specification updates, view them in read-only mode, and share direct links. It also fixes flow block regressions and HTTP Request variable handling issues in the desktop and web app.

    Improvements

    Tag changelog entries with versions

    You can now add version tags to your changelog to label and organize updates to your API specification. Tag the latest set of changes to group them under a specific version, view those changes in read-only mode, and share a direct link with your team.

    To learn more, see Add a version tag to the changelog.

    Bug Fixes

    Fixed a regression introduced in app v12.7.6 where Evaluate, If, and Condition blocks stopped working in the Postman desktop and web app. Cloud-based flow runs were not affected.

    Fixed an issue where Evaluate blocks would not execute with a ‘Result is undefined’ error message.

    Fixed an issue in the HTTP Request block where input variables were being stripped when a path parameter used colon syntax (:resourceId) with a {{resourceId}} value, causing broken variable injection in flows.

    Original source
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 1, 2026
    • Modified by Releasebot:
      Apr 28, 2026
    Postman logo

    Postman App by Postman

    Postman 12.7.5

    Postman App adds SDK Generator support for Kotlin, Ruby, and Rust, expands API sharing with published monitor reports, and fixes Flows local mode issues to better match cloud behavior.

    What’s New

    Introducing new SDK Generator languages: Kotlin, Ruby, and Rust

    Available on Team and Enterprise plans

    The Postman SDK Generator now supports three additional languages: Kotlin, Ruby, and Rust. Combined with existing support for TypeScript, Java, Python, C#, Go, PHP, and CLIs, you can now generate SDKs for your APIs in ten languages.

    To learn more, see Generate SDKs in Postman.

    Share API health with published monitor reports

    Available on Solo, Team, and Enterprise plans

    You can now publish read-only monitor reports that provide visibility into your API's uptime, performance, and recent run results. Anyone with the link can view the report in a browser without needing a Postman account or workspace access. This makes it easy to communicate API reliability to external stakeholders.

    Published monitor reports show the last 30 monitor runs. Reports include the overall health status, success rate, and request-level details such as response times, status codes, and the number of test assertion failures. Monitor Editors can publish reports for monitors they have access to. On Enterprise plans, a Team Admin must approve requests to publish. Each monitor can have one published report at a time.

    To learn more, see Share API health using monitor reports in Postman.

    Bug Fixes

    Fixed an issue where HTTP requests using form data would lose their Content-Type header when run in Flows local mode, causing different behavior from cloud mode.

    When using Postman Flows with Native Git (Local) mode, the "Allow scripts to update environment variables" option is now available, closing a gap with Cloud mode where this setting already existed.

    Original source
  • April 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Apr 22, 2026
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.34.1

    Postman CLI adds Kotlin SDK generation and folder path support for collection runs.

    What’s New

    Generate SDKs in Kotlin

    You can now specify kotlin as a supported language when using the -l, --language option with Postman SDK commands. This enables you to generate Kotlin SDKs, and use them across supported workflows like fetching builds and connecting to GitHub.

    To learn more, see SDK CLI commands.

    Improvements

    Specify folders using paths in collection runs

    The -i option in the postman collection command now supports specifying folders with paths.

    To learn more, see Collection commands.

    Original source
  • Apr 21, 2026
    • Date parsed from source:
      Apr 21, 2026
    • First seen by Releasebot:
      Apr 22, 2026
    Postman logo

    Postman App by Postman

    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
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes 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.

Similar to Postman with recent updates: