1.0.1 - Release Highlights¶
Changes affecting the Galasa Service¶
- A new
POST /runs/portfoliosREST API endpoint resolves a portfolio of test classes server-side. Clients supply aselectionsarray, where each entry names a stream and optional filters (bundle, package, test name, class, tag, with optional regex mode), and the server returns all matching classes from the stream's test catalog. If no filters are provided for a stream, all classes in that stream's catalog are returned. The response is stateless; no portfolio resource is persisted. See the Runs API reference for more details.