Hi all,
after the latest postman update, when I export my collection, say after updating one specific request, and push it to git, I see a huge diff. For each header a new uuid is generated. E.g.
This makes it hard to review PRs. Is this on purpose?
Platform Details:
Version 11.0.7
UI version- 11.0.7-ui-240506-0729
Desktop platform version - 11.0.7
Architecture - x64
OS platform - win32 10.0.19045
Hi Danny, I can also confirm that the UUID issue is fixed for me in version 11.0.10
However, the removed ‘disabled’ property seems like it may be an actual issue to me.
I created this small collection with one enabled and one disabled header, exported it, and then re-imported it. The imported collection has both headers enabled.
Looks like v11.0.11 did the trick, exporting collections is no longer removing that ‘disabled’ property for headers. Thanks!
There was one more thing I noticed though - when exporting our collections with v11 without modifying anything, there are still a lot of changes because the ‘type’ property is removed from the headers. Is that intentional?
It’s not as big of a deal as the UIID issue because those were being regenerated each import which caused merge conflicts with git - but it is still a very large diff (so I feel like this is still the right thread to ask this )
That is interesting, thanks for that link. Is there a version history on the schema?
The ‘type’ property is definitely added by postman. I checked the file history on some of the collections that go back several years and the initial commits had those values included in all of the headers.
We just created a new collection using postman version 10.24.24 and it exported it - and the ‘type’ attribute is present: