Skip to content

Releases: abantos/behave-restful

Hook errors logging enhancements

13 Jan 18:31

Choose a tag to compare

Pre-release

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

10 Nov 18:00
3c713be

Choose a tag to compare

Pre-release

What's Changed

  • Adds a step to validate response headers values by @MeritEhab in #71

New Contributors

Full Changelog: v0.4.2...v0.4.3

Resolve vars infinite loop fix

29 May 13:00

Choose a tag to compare

Pre-release

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

09 Mar 23:10

Choose a tag to compare

Pre-release

Adds support for request headers.

Port to importlib

19 Aug 01:10

Choose a tag to compare

Port to importlib Pre-release
Pre-release

Ported code to use importlib instead of imp to load definition modules.

Enables source distributions

12 Mar 22:36

Choose a tag to compare

Pre-release

Enables source distributions requested in PR #60

Support for Validation Using Schemas in OpenAPI Document

12 Feb 16:26
484ff07

Choose a tag to compare

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

16 Nov 01:32
92587bf

Choose a tag to compare

Pre-release

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

02 Aug 16:37
e5e8a9f

Choose a tag to compare

Pre-release

Adds the necessary support to send PATCH requests to an endpoint.

Releases br-init app

27 Jun 16:26

Choose a tag to compare

Releases br-init app Pre-release
Pre-release

This version releases the br-init console app that allows creating a new behave restful project.