Postman Release Notes

Last updated: Oct 17, 2025

Products

All Postman Release Notes

  • Oct 15, 2025
    • Parsed from source:
      Oct 15, 2025
    • Detected by Releasebot:
      Oct 17, 2025
    Postman logo

    Postman App by Postman

    Postman v11.67.3

    What’s New

    Invite Partners using invite links

    You can now invite partners to partner workspaces using invite links. To learn more, see Invite collaborators to a Partner Workspace.

    Improvements

    Two-way synchronization support for collections and Spec Hub

    Postman now supports a two-way synchronization between OpenAPI 3.0 specifications and collections. Whether you generate a collection from an OpenAPI 3.0 specification or a OpenAPI 3.0 specification from a collection, you can now make changes to either, then sync your changes to the other.

    Original source Report a problem
  • Oct 9, 2025
    • Parsed from source:
      Oct 9, 2025
    • Detected by Releasebot:
      Oct 9, 2025
    Postman logo

    Postman App by Postman

    Postman 11.66.4

    Postman Flows introduces scheduled actions for recurring runs with natural language triggers and improved workspace activity tracking. It also updates the default AI model to GPT-5 and adds quick navigation from AI Agent blocks to modules. Plus a minor invite modal fix.

    Improvements

    Scheduled actions in Flows

    • You can now run Flows actions automatically at custom intervals. With scheduled flows, you can set up recurring workflows directly on the Flows canvas and keep your automations running right on time.
    • Schedule actions using natural language ("Run every day at 9 AM")
    • Deploy scheduled workflows that trigger automatically
    • Scheduled runs appear in analytics
    • Try it out by adding a Schedule trigger to your next action in Flows, and watch it run automatically. To learn more, see Schedule an action to run automatically.

    Postman Flows - Flow events in workspace activity

    • Flow activities like creating, deploying, and taking snapshots of actions and modules now appear in your workspace activity feed, making it easier to track changes and collaborate with your team.

    Postman Flows - New default AI model

    • The default AI model for AI Agent blocks in flows has changed from GPT-4.1 to GPT-5.

    Postman Flows - Easy navigation to module file from the AI Agent block

    • You can now navigate directly to a module from the tool list in AI Agent blocks, making it easier to review and edit module configurations.

    Bug Fixes

    • Fixed an issue where user suggestions in the workspace invite modal were intermittently missing for very large teams.
    Original source Report a problem
  • Oct 1, 2025
    • Parsed from source:
      Oct 1, 2025
    • Detected by Releasebot:
      Oct 2, 2025
    Postman logo

    Postman App by Postman

    Postman 11.65.2

    Improvements

    Run saved requests in scripts across workspaces

    The pm.execution.runRequest method now supports sending requests in other workspaces. This method enables you to send requests stored in an HTTP collection from another request’s pre-request and post-response scripts, making it easier to reuse requests. With support across all workspace types, you can now build more powerful workflows that extend beyond a single workspace.

    To learn more, see Use scripts to send requests stored in your collections.

    Original source Report a problem
  • October 2025
    • No date parsed from source.
    • Detected by Releasebot:
      Oct 8, 2025
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.21.0

    Run saved requests in scripts

    The pm.execution.runRequest method is now supported with the Postman CLI. When you use the method to reference a request in your pre-request and post-response scripts, the referenced request now runs when the collection run is triggered by the Postman CLI.

    To learn more, see Use scripts to send requests stored in your collections.

    Original source Report a problem
  • October 2025
    • No date parsed from source.
    • Detected by Releasebot:
      Oct 8, 2025
    Postman logo

    Postman CLI by Postman

    Postman CLI v1.20.0

    Postman CLI gains a new manual page and opens API spec linting by local path. Use man postman for commands and options, and run postman spec lint <path> to lint OpenAPI 3.0 specs with optional --workspace-id for workspace-specific governance rules.

    Introducing the Postman CLI manual page

    The Postman CLI now supports a manual page with a complete list of supported commands and options. Use the man postman command to return the manual page.

    Support for linting API specifications by path to the root file

    The Postman CLI now supports linting OpenAPI 3.0 specifications using a local file path to the root file. To run the command, use postman spec lint <path-to-root-file>. By default, the command lints specifications against API governance rules applied to all workspaces. Use the --workspace-id option to lint specifications against API governance rules applied to a particular workspace.

    Original source Report a problem
  • Sep 24, 2025
    • Parsed from source:
      Sep 24, 2025
    • Detected by Releasebot:
      Sep 26, 2025
    Postman logo

    Postman App by Postman

    Postman 11.64.3

    Improvements

    Live Sessions is now available to all Postman plans Postman’s Live Sessions feature is now available to all Postman teams, including Postman Enterprise plans. With Live Sessions, you can collaborate with your teammates and external partners in an HTTP request in real time.

    Original source Report a problem
  • Sep 24, 2025
    • Parsed from source:
      Sep 24, 2025
    • Detected by Releasebot:
      Sep 26, 2025
    Postman logo

    Postman App by Postman

    Postman 11.64.4

    Improvements

    • React to comments using emojis
    • You can now react to global and inline comments using emojis. To learn more, go to Respond to comments.
    Original source Report a problem
  • Sep 22, 2025
    • Parsed from source:
      Sep 22, 2025
    • Detected by Releasebot:
      Sep 26, 2025
    Postman logo

    Postman App by Postman

    Postman 11.64.0

    What’s New introduces running saved HTTP requests from a request’s pre-request or post-response scripts using pm.execution.runRequest, enabling reuse with optional variable overrides. Also adds keyboard navigation for Collection Runner results for easier browsing.

    What’s New

    Run saved requests in scripts You can now send requests stored in HTTP collections from another request’s pre-request and post-response scripts, enabling you to easily reuse requests. Use the pm.execution.runRequest method to reference a request using its ID. The referenced request runs as it’s configured in its collection, including its parameters, variables, and test scripts. You can also use an options object as an argument to override variables used in the referenced request. To learn more, see Use scripts to send requests stored in your collections.

    Improvements

    Keyboard navigation in Collection Runner reports Quickly scroll and page through Collection Runner results using the arrow keys and keyboard shortcuts. This small tweak adds up when you’re skimming hundreds of requests. To learn more, see Troubleshoot large collection runs.

    Original source Report a problem
  • Sep 18, 2025
    • Parsed from source:
      Sep 18, 2025
    • Detected by Releasebot:
      Sep 26, 2025
    Postman logo

    Postman App by Postman

    Postman 11.63.5

    Types are now enabled by default in all collections, with support for defining and validating request parameter, header, and body types. Range-based min/max values are enforced, enum types accept comma lists, and key-value shortcuts retain type info on copy/drag. US region only. Bug fixes: Visualizer and CSV preview in Collection Runner.

    Improvements

    Types enabled by default in collections

    Types are now enabled by default in all collections, making it easier to design and test APIs with the Postman Collection format. Define types, such as data type and possible values, for your request parameters, headers, and body data. Types help your consumers understand your API and send valid requests. Postman also validates your requests using types you defined and identifies possible issues. To learn more, see Design your APIs with Postman Collections.

    Minimum and maximum types in a collection only accept a range

    Values for minimum and maximum types in a collection can now only be a range. Postman doesn’t allow you to enter values not in a range, such as a minimum value of 9 and maximum value of 5. To learn more, see Add types to parameters and headers with an API collection.

    Enum types in a collection support entering a list

    When adding possible enum types in a collection, you can now paste a comma-separated list, such as "red,green,blue". Postman adds each value in the list as its own possible value, enabling you to quickly add a large list of values. To learn more, see Add types to parameters and headers with an API collection.

    Key-value shortcuts support types for parameters and headers

    Postman now retains type information for each parameter or header row when you copy and paste, duplicate, or move a row. Learn about Postman shortcuts.

    Note: Types are only available in the US region.

    Bug fixes

    • Fixed a bug where the Visualizer wasn’t working.
    • Fixed a bug where the CSV file preview for Collection Runner wasn’t working.
    Original source Report a problem
  • Sep 17, 2025
    • Parsed from source:
      Sep 17, 2025
    • Detected by Releasebot:
      Sep 18, 2025
    Postman logo

    Postman App by Postman

    Postman 11.63.3

    What’s New

    • The Postman CLI is now available on npm
    • You can now install the Postman CLI with npm. To learn more, see Install the Postman CLI.
    Original source Report a problem