Releases: abantos/behave-restful
Hook errors logging enhancements
What's Changed
- ENHANCEMENT: Logs information about hook module when exceptions occur by @CurroRodriguez in #72
Full Changelog: v0.4.3...v0.4.4
Response Headers Validation
What's Changed
- Adds a step to validate response headers values by @MeritEhab in #71
New Contributors
- @MeritEhab made their first contribution in #71
Full Changelog: v0.4.2...v0.4.3
Resolve vars infinite loop fix
What's Changed
- FIX: Fixes infinite loop resolving variables when missing dollar sign by @CurroRodriguez in #69
Full Changelog: v0.4.1...v0.4.2
Support for request headers
Adds support for request headers.
Port to importlib
Ported code to use importlib instead of imp to load definition modules.
Enables source distributions
Enables source distributions requested in PR #60
Support for Validation Using Schemas in OpenAPI Document
This release adds support to validate responses using schemas defined in an OpenAPI document. The document can use both JSON and YAML syntax, and support for JsonRef is also provided.
Improved JsonPath Validation
This release improves the supported functionality validating responses using JsonPath by integrating the jsonpath library to perform the validation. This library supports more functionality from the specification than the previous library used.
Adds Support for PATCH HTTP Method
Adds the necessary support to send PATCH requests to an endpoint.
Releases br-init app
This version releases the br-init console app that allows creating a new behave restful project.