Skip to content

Releases: hayas1/relentless

v0.2.0

18 Jan 16:24
53be96f
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • Bugfix: empty configs cause infinite wait by @hayas1 in #64

🔧 Refactoring

📖 Documentation

  • Doc: include latency in execute example by @hayas1 in #66
  • Doc update readme http grpc crate by @hayas1 in #77

👒 Dependency update

  • Dependencies: update axum to v0.8.1 by @hayas1 in #74

🧰 Maintenance

Other Changes

Full Changelog: v0.1.6...v0.2.0

v0.1.6

25 Dec 16:55
5f99c42
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Feat: async request (require clone) by @hayas1 in #51
  • Feat: aggregate request metrics by @hayas1 in #55
  • Feat: allow attribute as setting by @hayas1 in #59

🔧 Refactoring

  • Refactor: request result as service response by @hayas1 in #54
  • Refactor: rename Evaluator trait to Evaluate by @hayas1 in #56

Other Changes

Full Changelog: v0.1.5...v0.1.6

v0.1.5

17 Dec 06:03
4778b0d
Compare
Choose a tag to compare

What's Changed

🔧 Refactoring

Other Changes

  • Bump the dependencies group across 1 directory with 5 updates by @dependabot in #43
  • Bump the dependencies group across 1 directory with 4 updates by @dependabot in #52
  • v0.1.5 by @hayas1 in #53

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Dec 11:57
3b81c07
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • Bugfix: plaintext body evaluate by @hayas1 in #40

🔧 Refactoring

Other Changes

Full Changelog: v0.1.3...v0.1.4

v0.1.3

30 Nov 11:35
9188282
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • [experimental] record request/response by @hayas1 in #30

🔧 Refactoring

  • Refactor: FromRequestInfo trait by @hayas1 in #33

Other Changes

  • Bump thiserror from 1.0.65 to 2.0.3 in the dependencies group across 1 directory by @dependabot in #32
  • v0.1.3 by @hayas1 in #35

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Nov 01:02
a6dc570
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • [auto] snippet files managed by Terraform by @terraform-apply in #28

Other Changes

  • Bump the dependencies group across 1 directory with 5 updates by @dependabot in #23
  • Bump tokio from 1.41.0 to 1.41.1 in the dependencies group across 1 directory by @dependabot in #27
  • Bump the dependencies group across 1 directory with 5 updates by @dependabot in #29
  • v0.1.2 by @hayas1 in #31

New Contributors

  • @terraform-apply made their first contribution in #28

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Oct 14:43
40c2be8
Compare
Choose a tag to compare

What's Changed

🚀 Features

🔨 Breaking Changes

🔧 Refactoring

📖 Documentation

🧰 Maintenance

Other Changes

  • Bump the dependencies group across 1 directory with 2 updates by @dependabot in #11
  • Bump serde_json from 1.0.128 to 1.0.132 in the dependencies group across 1 directory by @dependabot in #19
  • release v0.1.1 by @hayas1 in #21

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Oct 02:38
Compare
Choose a tag to compare

Implemented in First Release

yaml

  • multiple destinaion
  • repeat
  • allow
  • json
  • expected response
  • method
  • header
  • timeout
  • template

cli

  • override destination
  • multiple files
  • --strict
  • --ng-only --no-color --no-report
  • --number-of-threads --rps
  • --report-format

feature

  • testing with tower::Service
  • testing without serve

What's Changed

🧰 Maintenance

  • implement e2e test workflow by @hayas1 in #7

Other Changes

  • Bump the dependencies group across 1 directory with 3 updates by @dependabot in #6

New Contributors

Full Changelog: https://github.com/hayas1/relentless/commits/v0.1.0