v1.0.0
[1.0.0] - 2022-01-24
First stable release of sdk-test-harness
. See readme/docs for a detailed description of the functionality in this release.
Releases after this point will adhere to semantic versioning as follows:
- Patch release: fixing the behavior of existing tests in such a way that any new CI failures would reflect an actual SDK problem.
- Minor version release: adding a new test that either relies on existing test service capabilities, or will not be run unless the test service reports some new capability, in such a way that any new CI failures would reflect an actual SDK problem.
- Major version release: backward-incompatible changes that require test services to be modified before they will pass with this version.