- January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 22, 2026
Postman CLI v1.29.1
Bug Fixes
Fixed an issue that caused the postman workspace push command to time out for large files.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 17, 2026
Postman CLI v1.29.0
Improvements
Internal and beta feature enhancements were added in this release.
Original source Report a problem - December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 24, 2025
Postman CLI release notes: v1.28.0
Postman CLI gains beta support for running performance tests against collections. Simulate real traffic, surface performance issues early, and integrate tests into CI/CD pipelines. Test results are sent to Postman Cloud to help you debug and improve performance.
What's New
Support for running performance tests
Running performance tests using the Postman CLI is available as a beta feature.
The Postman CLI now supports configuring and running performance tests against collections in your team. Performance tests enable you to simulate real-world traffic to your APIs and automatically surface performance issues before changes reach production. With the Postman CLI, you can integrate performance tests into your CI/CD pipeline and ensure your APIs stay fast and reliable with every release. The Postman CLI sends the results to the Postman cloud to help you debug performance test results.
Original source Report a problem - December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 12, 2025
Postman CLI v1.27.0
What's New
Support for Linux ARM64
The Postman CLI now supports Linux ARM64.
Original source Report a problem - December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 2, 2025
Postman CLI v1.26.0
Postman adds precise syntax validation for API specs with file names and line numbers, making OpenAPI errors easy to fix. A new Issue Type column separates syntax from governance issues in outputs. Also fixes for collection push and owner ID prefix handling.
What's New
Syntax validation for API specifications
The postman spec lint command now includes dedicated syntax validation. Previously, specs with syntax errors would display a generic message like "Unable to lint. Please check your specification for errors." Now you see the exact syntax errors with file names, line numbers, and clear descriptions, making it much easier to fix issues in your OpenAPI specifications.
New "Issue Type" column in output
Validation results now include an "Issue Type" column that distinguishes between Syntax errors (structural/parsing issues) and Governance violations (rule-based issues). This helps you quickly identify and prioritize what to fix first.
The new column is added at the end of CSV, JSON, and table outputs to maintain backward compatibility with existing CI/CD pipelines.
Fixed collection push failing due to owner ID mismatch
Fixed an issue where postman workspace push would fail to update collections when the resource ID format didn't include the expected owner prefix.
Original source Report a problem - December 2025
- No date parsed from source.
- Detected by Releasebot:Dec 2, 2025
- Modified by Releasebot:Jan 17, 2026
Postman CLI v1.25.0
What's New
Run saved requests in scripts with runners
Runners now support the pm.execution.runRequest method that enables you to reference and send requests from your collection's scripts.
Original source Report a problem - November 2025
- No date parsed from source.
- Detected by Releasebot:Nov 16, 2025
- Modified by Releasebot:Dec 2, 2025
Postman CLI v1.24.2
What's New
Improvements to syncing local elements with workspaces
The postman workspace commands now support scanning local collection, environment, and specification directories for elements to sync with the Postman cloud. Collections now regenerate their IDs if there's a mismatch between workspaces.
Original source Report a problem - November 2025
- No date parsed from source.
- Detected by Releasebot:Nov 12, 2025
Postman CLI v1.24.1
Bug Fixes
Fixed memory stack overflow errors that caused runners to fail during long monitor runs.
Original source Report a problem - November 2025
- No date parsed from source.
- Detected by Releasebot:Nov 12, 2025
- Modified by Releasebot:Jan 22, 2026
Postman CLI v1.24.0
What’s New
The Postman CLI now includes a new postman request command that lets you send HTTP requests directly from the command line with full Postman capabilities. Use familiar Postman features like environment variables, authentication methods, pre-request and post-request scripts, and test assertions—all from your terminal.
Send a simple GET request
postman request https://api.example.com/usersLearn more about POST with authentication and environment variables.
Original source Report a problem - November 2025
- No date parsed from source.
- Detected by Releasebot:Nov 10, 2025
- Modified by Releasebot:Jan 22, 2026
Postman CLI v1.23.1
What’s New
Added support for linting specifications in EU-region.
Learn more about linting API specifications with the Postman CLI.
Original source Report a problem