Releases: solid-contrib/specification-tests
Releases · solid-contrib/specification-tests
v0.0.19
What's Changed
- Add a retry mechanism for authorization tests by @acoburn and @jholleran in #118
- Make CORS test detect empty responses better by @edwardsph in #117
New Contributors
- @acoburn and @jholleran made their first contribution in #118
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Fix for CSS7 including creating credentials via a script by @edwardsph in #109
- Resolve location headers against base URL. by @edwardsph in #110
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Make it clear that the dots mean CSS is starting by @michielbdejong in #102
- Test ability to store an RDF document with named graphs (quads) in it by @michielbdejong in #101
- Fix use of functions from shared features to new Karate version by @edwardsph in #107
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Add option for tolerable-failures file by @edwardsph in #97
- Switch to published version of WAC spec by @edwardsph in #99
- Correct descriptions of spec versions by @edwardsph in #100
Full Changelog: v0.0.15...v0.0.16
Release 0.0.15
What's Changed
- Remove typo :q by @michielbdejong in #94
- Test for non-existing resources by @surilindur, @edwardsph in #95
New Contributors
- @michielbdejong made their first contribution in #94
- @surilindur made their first contribution in #95
Full Changelog: v0.0.14...v0.0.15
Release 0.0.14
- Fix tests where scenarios are generated by a function (due to Karate change).
Release 0.0.12
- Use harness API to test sending requests without a content type header.
- Ensure container created correctly on slash semantic tests.
- Update default test subjects for latest releases.
- For tests posting to a non-existent target, 405 is a valid response if target is not a container.
- Add tests for support of read methods.
- Fix CORS tests so
Access-Control-Allow-Credentials
is not expected when not required.
Release 0.0.11
Release 0.0.11
- Moved repository to
solid-contrib
organization. - Add some initial comments for servers (in test-subjects.ttl) and requirements (in ./{spec}/requirement-comments.ttl).
Release 0.0.9
- Remove unused converted tests.
- Add data driven tests for reading protected resources.
Release 0.0.8
- Test CORS support.