Skip to content

1.3.0

Compare
Choose a tag to compare
@Kyle-Verhoog Kyle-Verhoog released this 01 Apr 19:48
· 114 commits to master since this release
ee9c03c

New Features

  • Add /test/session/requests endpoint to return all requests made to the test agent for a given session token.

  • Add support for the /v0.6/stats endpoint. All requests made to the endpoint will be stored and can be retrieved via the /test/session/requests or /test/session/stats endpoints. Note that snapshotting for stats is not yet implemented.

  • Implement trace stats snapshotting.

    Trace stats are now included in the snapshot behaviour provided by the testagent.

    Similar to traces, trace stats snapshots are output to a json file.

Bug Fixes

  • Fix custom snapshot filenames. Custom filenames are not supposed to include the file extension.