Skip to content

Commit 37f45d5

Browse files
authored
Merge pull request #8527 from postmanlabs/release7.25
Release app-7.25.md
2 parents 523de47 + ab6307c commit 37f45d5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

release-notes/app-7.25.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## Postman v7.25.0
2+
3+
Hello! We hope you’re staying safe and healthy. Here’s what you can find in this Postman release:
4+
5+
### What’s New
6+
7+
* This release introduces Viewer and Editor roles for environments [#6596](https://github.com/postmanlabs/postman-app-support/issues/6596)
8+
* Viewers can access variable values to send requests and edit the Current Value
9+
* Editors can add or remove variables from the environment, edit the environment name, and update the Initial Value, which is shared with your team
10+
* 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.
11+
* 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](https://github.com/postmanlabs/postman-app-support/issues/6205)
12+
13+
### Improvements
14+
15+
* We upped how much you can zoom in from 150% to 500%, so you can appreciate the beauty of every individual pixel
16+
[#8130](https://github.com/postmanlabs/postman-app-support/issues/8130)
17+
* OpenAPI schema validation now supports `nullable` keyword
18+
[#8369](https://github.com/postmanlabs/postman-app-support/issues/8369)
19+
* When importing OpenAPI schemas, users can now choose between `Tags` or `Path` as a way to create folders
20+
[#3](https://github.com/postmanlabs/openapi-to-postman/issues/3),
21+
[#57](https://github.com/postmanlabs/openapi-to-postman/issues/57)
22+
* After creating a mock server, you now have the option to copy the mock server URL and to view the mock server call logs
23+
* You can now view your schema’s sync status by hovering over the sync icon
24+
25+
### Bug Fixes
26+
27+
* Fixed a bug in the Collection Runner, where an individual request setting was mistakenly applied to the subsequent requests
28+
[#8293](https://github.com/postmanlabs/postman-app-support/issues/8293)
29+
* Fixed a bug where Authorization and Content-Type headers were duplicated in generated code snippets
30+
[#8271](https://github.com/postmanlabs/postman-app-support/issues/8271),
31+
[#8290](https://github.com/postmanlabs/postman-app-support/issues/8290)
32+
* Fixed an issue where the `minItems` and `maxItems` properties from OpenAPI specifications were not handled correctly
33+
[#193](https://github.com/postmanlabs/openapi-to-postman/issues/193)
34+
* Fixed a bug where GraphQL schemas without an `Input Type` would fail to import
35+
[#10](https://github.com/postmanlabs/graphql-to-postman/issues/10),
36+
[#8429](https://github.com/postmanlabs/postman-app-support/issues/8429)
37+
* Fixed a bug when opening requests where code editors would automatically format the code
38+
[#8488](https://github.com/postmanlabs/postman-app-support/issues/8488)
39+
* Fixed a bug in the collection browser where long collection descriptions would overlap with the folders and requests
40+
[#8503](https://github.com/postmanlabs/postman-app-support/issues/8503)

0 commit comments

Comments
 (0)