Back to Postman App Support

App 7.28

release-notes/app-7.28.md

0.9.4.42.3 KB
Original Source

Postman v7.28.0

Hello! We hope you’re staying safe and healthy. Here’s what you can find in this Postman release:

Improvements

  • We've made several improvements to the request authoring experience by making the app easier to navigate and customize #7035, #5903:
    • You can now drag the request and response panes, the sidebar, and the Find and Replace pane to resize and collapse them.
    • We have also removed the top-level scroll to fix the scroll-within-a-scroll issue.
  • We have also improved the debugging experience by showing Console data directly in the app:
    • When inspecting a response, you can now view the pre-request scripts, tests, and request logs by selecting the Console button on the app footer.
    • You can also access the same Console pane from the Collection Runner, allowing you to get right to debugging all your runs without a moment's delay.
  • When sending requests, the “Use next generation URL processing” setting will be enabled by default. Learn more about this URL processing system.
  • You can now join any workspace you don’t already belong to directly from the workspace switcher.

Bug Fixes

  • Fixed an issue when editing a JSON request body where Postman variables with escaped characters would not be highlighted correctly #8616
  • Fixed an issue when editing a GraphQL request body where the String type was incorrectly highlighted as missing type #8567
  • Fixed a bug when uploading a profile picture with a transparent background, where the stock picture would still be visible behind the user’s picture #8577
  • Fixed an issue where importing schemas via links wasn’t working #8686
  • Fixed an issue where code snippets for cURL, Java, NodeJS, Python, and Swift didn’t have correctly escaped single quotes in the URL #8674