Skip to content

0.5.0 - Executions are now unique

Compare
Choose a tag to compare
@Noordsestern Noordsestern released this 29 May 20:16
· 75 commits to master since this release

What's Changed

Unique executions

#8 creates a request-id for every api call and returns it in special header field in response x-request-id. When you want to get log and report of an execution, you must retrieve x-request-id from the response of your request that triggered the execution. Pass the request id as executionid when calling endpoints for log.html or report.html

Full Changelog: 0.4.0...0.5.0