Skip to content

Releases: Codeception/module-rest

Support PHP 8

24 Oct 15:22
15e16e4
Compare
Choose a tag to compare
Merge pull request #30 from Codeception/php8

PHP 8 support

Documentation improvements

11 Oct 18:39
308d1b7
Compare
Choose a tag to compare
Improved documentation of haveHttpHeader and deleteHeader

Minor wording improvements.

Question: `deleteHeader()` can only delete headers that were set by `haveHttpHeader()`? (Or other headers too?) So we could mention this and link to it?

amNTLMAuthenticated supports Guzzle 7

17 Sep 13:38
63d09a1
Compare
Choose a tag to compare
Merge pull request #19 from Tenzian/ntlm_update

Add support for guzzle 7 client in amNTLMAuthenticated()

JsonType improvements

28 Aug 06:58
114d640
Compare
Choose a tag to compare
  • Support for negative values, >= and <= matchers in JsonType comparisons .
  • Improved docs for Json Matchers

Documentation updates

05 Jul 15:46
3664989
Compare
Choose a tag to compare
Merge pull request #15 from igorsantos07/patch-2

Clarify custom header configs for REST module

Response validation using JsonSchema

01 Feb 19:29
c86417a
Compare
Choose a tag to compare
Add seeResponseIsValidOnJsonSchemaString and examples (#8)

* Added examples

* Use file for schema by default
Added `seeResponseIsValidOnJsonSchemaString` for checks based on string

* Use codecept_absolute_path instead of codecept_data_dir

Allow to add or remove server parameters

28 Jan 08:16
e6ef1cc
Compare
Choose a tag to compare

Updated flow/jsonpath library to 0.5

17 Jan 16:55
a34a92b
Compare
Choose a tag to compare
Merge pull request #2 from eXorus/patch-1

Update composer.json

Initial release

19 Oct 15:29
Compare
Choose a tag to compare
1.0.0

Updated dependencies, added suggest