v0.36.0
What's Changed
- Use
galasactl auth tokens delete
to revoke a given access token from the Galasa server by @Akyiaa and @eamansour in #244 - Switched call for remote launcher to get streams from new Galasa API server endpoints by @KirbyKatcher in #258
- Added documentation to generated
cps.properties
andbootstrap.properties
files to set the size of Gherkin terminals by @techcobweb in #264 - Added documentation to customise test run prefix in
bootstrap.properties
by @techcobweb in #260 - Fixed missing validation defect for null and empty JSON objects when calling out to the /resources API endpoint by @KirbyKatcher in #261
- Added extra property to the generated cps.properties (commented-out) which turns on/off CPS property caching by @techcobweb in #263
- Added
-v
shorthand for--value
inproperties set
command by @eamansour in #257 - Improved error message logging for
properties set
by @KirbyKatcher in #265 - Updated Gradle file templates for test projects created with
project create --gradle
to support Gradle 8 by @KirbyKatcher in #268
Full Changelog: v0.35.0...v0.36.0