Skip to content

Releases: yudiell/python-postman

v0.9.1

18 Feb 03:40

Choose a tag to compare

What's Changed

Documentation

  • Added comprehensive usage documentation (docs/usage.md) covering all public APIs
  • Fixed broken examples and inaccurate documentation
  • Added Cookie/CookieJar, VariableResolver, AuthHandler, and ScriptRunner documentation
  • Added create_executor() and use_cache parameter documentation
  • Added variable_overrides and request_delay to README executor example
  • Fixed ScriptRunner constructor and dynamic variable claims in architecture docs

Bug Fixes

  • Fixed PyPI project URLs pointing to non-existent repository (#30)
  • Removed references to non-existent real-world test fixture files

New

  • Added Collection.get_folders() method for recursive folder iteration
  • Added real-world EIA APIv2 example
  • Added trademark disclaimer to README
  • Moved python-dotenv to dev dependencies only

python-postman v0.9.0

13 Oct 17:02
f52cb4d

Choose a tag to compare

Merge pull request #29 from yudiell/yh/9

Yh/9

python-postman v0.8.0

05 Oct 01:41
902d2f6

Choose a tag to compare

This new version is a rough version of the library that allows the user to execute requests.

  • Execute single request.
  • Execute the collection of requests.
  • There are multiple updates such as substitute the parameters and headers using the collection.variables

python-postman v0.7.0

25 Sep 23:00
e6e86ee

Choose a tag to compare

This is an overhaul of the python postman library.
It parses the postman collection, also allows for extensibility of the postman collection.
Updated the documentation.

python-postman 0.6.0

27 Jul 23:07
d5547da

Choose a tag to compare

New version of python-postman version 0.6.0