Learn from experts and connect with global tech leaders at POST/CON 24. Register by March 26 to save 30%.

Learn more →
X

Postman v0.10.5.2 is out with data file previews

Avatar

We have been busy building some great stuff at Postman. That unfortunately means that we haven’t been regular with posts here. We pushed a release this week for Postman. Changes in Postman v0.10.5.1 and v0.10.5.2 are listed below. We missed a bug in v0.10.5.1, so 0.10.5.2 just contains one bug fix.

  • [Bug fix] Issue 728 – If collection already exists, then show a choice asking whether you want to overwrite or keep the previous collection
  • [Bug fix] Issue 677 – Add restricted headers to both Interceptor and Proxy – Only interceptor, proxy not required
  • [Bug fix] Issue 670 – Cleaning up environment and global variables using a function.
  • [Bug fix] Issue 657 – Use CSS to break up text inside the sidebar
  • [Bug fix] Issue 706 – Show a modal with the CSV/JSON values – Show as a table there itself
  • [Bug fix] Issue 743 – Problem with Interceptor that needs to be fixed.
  • [Bug fix] Issue 652 – Add descriptions for folders
  • [Bug fix] Issue 750 – Preview Iframe size
  • [Bug fix] Issue 762 – Correct error message shown if no collection is selected in the collection runner.
  • [Bug fix] Issue 760 – Clicking ‘No’ on the delete collection modal doesn’t mess up the tooltips.
  • [Bug fix] Enter working to delete collections/requests/folders
  • [Bug fix] In the curl preview, there’s a space after the colon in the headers. (eg. HeaderKey: HeaderValue)
  • [Bug fix] Issue 764 – Do not erase a folder name when ‘Enter’ is pressed.

As usual you can find all the changes in the log. Three changes that I would like to highlight: 1. If a collection already exists, Postman gives you a choice of overwriting the existing copy or creating a duplicate. In earlier versions, Postman would just overwrite the collection. 2. You can now clean up environment and global variables with a function inside test scripts and pre-request scripts. To clear environment variables use postman.clearEnvironmentVariables() and to clear globals use postman.clearGlobalVariables() in your test scripts. 3. The collection runner let’s you preview values loaded in a data file. This is extremely useful to check if you have the correct format and that the file was loaded with the variables that you want to use in your test scripts.

screen

We are brewing some amazing things here for the past couple of months. There are now close to eight hundred thousand developers using Postman according to the Chrome Web Store and I think we are just getting started! Oh and one more thing, here is a preview of the dark theme that we have been beta testing.

darktheme-final

If you are interested in trying it out, let us know in the comments!

Comment

Your email address will not be published. Required fields are marked *


This site uses Akismet to reduce spam. Learn how your comment data is processed.

8 thoughts on “Postman v0.10.5.2 is out with data file previews

  • Avatar

    amazing work! I don’t see the changes in the log. – am I going to the wrong place? – it would also be great if the changelog had dates.

    looking forward to more great stuff!

    • Avatar

      Thank you! The changelog has been updated now. Added the date for v0.10.5.2. Will add for previous versions too.

  • Avatar

    Just signed up for the staging newsletter…the dark theme looks great (to go along with the dark Yosemite menu bar and Darcula for my IDE).

    • Avatar

      Thank you!

  • Avatar

    how can I try out the dark theme, looks great!

  • Avatar

    I am interested in trying the dark theme, looks like my sublime editor 🙂

  • Avatar

    I am trying to use environment along with data file . I am having issues while using this combination. I have a collection where the first route needs to pass the session key to second route in the collection. This is working fine when I use environment file but the same does not work when i use data file and environment. I would appreciate if somebody could provide assistance on it.

  • Avatar

    Just discovered Postman – brilliant! I’ve noticed that using “clear-variable” removes the variable from the environment rather than just removing the value. Dark theme is ace by the way.