Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@NivLipetz NivLipetz released this 24 Sep 11:27
· 141 commits to master since this release

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)