Releases: Zooz/predator
Releases · Zooz/predator
v1.7.0
v1.5.0
Features
- reports: add favorite reports support (a00f10a)
- ui: support xml and forms content-type when creating tests (#368) (8057c1a)
- ui: add assertions (cbd9e62)
- ui: add step name to requests (5f055cd)
- ui: add webhooks support (2104c41)
- webhooks: add new webhooks API (9db2c66)
- functional tests: support functional tests and assertions (#360) (c129d2a)
Bug Fixes
- webhooks: reduce payload size by removing aggregated report from json webh… (#380) (bc77c4a)
- config: allow unlimited text for config values (#394) (80703f7), closes #393
- configuration: remove webhooks from configuration (#386) (28ce997)
- db: drop Cassandra support (#361) (7ac4f59)
- runner: use semver of runner as predator (#395) (670d0d6)
- webhooks: order webhooks by updated_at desc (a14453a)
- webhooks: verify put /v1/webhooks receives full body request #383 (#387) (e3b0fd2)
- webhooks: when webhook id not exists while creating job return 400 #382 (#388) (bedc452)
v1.4.0
Features
- reports: show benchmark results on test report graph when benchmark is set. (#346)
- reports: api and ui for delete reports (#337) (8e68471)
- compare-reports: add notes to ui compare reports (#314) (5303acd)
- runner: support custom job template (ad191e9)
- test-generator: set keep-alive as default (#299) (04eb8d1)
- test-generator: support for upload csv files and use them as data for test. (#268)
- test-generator: added sleep and extra http methods (#323) (6ac9a53)
Bug Fixes
v1.3.0
Features
- benchmarks Create a benchmark for a specific test, allowing for easy comparisons between subsequent test runs. (#280)
- reports Compare multiple tests runs in the UI (#290)
- reports Edit/Add notes from the reports/last reports screen (#273)
- metrics Added support for setting custom labels for prometheus (#278)
- configuration All of the configuration is now available to view and edit through the UI (#274)
- tests New create/edit test form UI (#271)
- tests Dynamic DSL: DSL tests will be translated to predator tests dynamically (#283)