Hello! We hope you’re staying safe and healthy. Here’s what you can find in this Postman release:
- This release introduces Viewer and Editor roles for environments #6596
- Viewers can access variable values to send requests and edit the Current Value
- Editors can add or remove variables from the environment, edit the environment name, and update the Initial Value, which is shared with your team
- When creating or editing a monitor, you can now set how many times you’d like to retry a failed monitoring run before getting an email alert.
- It’s a bit easier to debug errors when sending a request or getting a response now that you can see the error message in the “Response” section of the Request Builder #6205
- We upped how much you can zoom in from 150% to 500%, so you can appreciate the beauty of every individual pixel #8130
- OpenAPI schema validation now supports
nullablekeyword #8369 - When importing OpenAPI schemas, users can now choose between
TagsorPathas a way to create folders #3, #57 - After creating a mock server, you now have the option to copy the mock server URL and to view the mock server call logs
- You can now view your schema’s sync status by hovering over the sync icon
- Fixed a bug in the Collection Runner, where an individual request setting was mistakenly applied to the subsequent requests #8293
- Fixed a bug where Authorization and Content-Type headers were duplicated in generated code snippets #8271, #8290
- Fixed an issue where the
minItemsandmaxItemsproperties from OpenAPI specifications were not handled correctly #193 - Fixed a bug where GraphQL schemas without an
Input Typewould fail to import #10, #8429 - Fixed a bug when opening requests where code editors would automatically format the code #8488
- Fixed a bug in the collection browser where long collection descriptions would overlap with the folders and requests #8503