Releases: yudiell/python-postman
Releases · yudiell/python-postman
v0.9.1
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()anduse_cacheparameter documentation - Added
variable_overridesandrequest_delayto 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-dotenvto dev dependencies only
python-postman v0.9.0
Merge pull request #29 from yudiell/yh/9 Yh/9
python-postman v0.8.0
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
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
New version of python-postman version 0.6.0