Releases: hayas1/relentless
Releases · hayas1/relentless
v0.2.0
What's Changed
🚀 Features
- Feat: http header with template by @hayas1 in #63
- Feat: grpc dev server by @hayas1 in #70
- Feat relentless grpc config by @hayas1 in #71
- Feat: divide http/grpc crate by @hayas1 in #76
🐛 Bug Fixes
🔧 Refactoring
- Refactor: no async request interface by @hayas1 in #61
- Refactor: error handling by @hayas1 in #62
- refactor: dev server http by @hayas1 in #67
- Refactor: dev http server 2 by @hayas1 in #68
📖 Documentation
- Doc: include latency in execute example by @hayas1 in #66
- Doc update readme http grpc crate by @hayas1 in #77
👒 Dependency update
🧰 Maintenance
Other Changes
- Bump the dependencies group across 1 directory with 3 updates by @dependabot in #69
- v0.2.0 by @hayas1 in #78
Full Changelog: v0.1.6...v0.2.0
v0.1.6
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 toEvaluate
by @hayas1 in #56
Other Changes
- Bump the dependencies group across 1 directory with 2 updates by @dependabot in #57
- v0.1.6 by @hayas1 in #60
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
🔧 Refactoring
- Refactor worker as service by @hayas1 in #44
- Refactor: factory evaluator layer by @hayas1 in #46
- Refactor: service evaluate by @hayas1 in #42
- Refactor: directory structure by @hayas1 in #47
- Refactor http evaluate as
Acceptable
trait by @hayas1 in #48 - Refactor: derive hash etc by @hayas1 in #49
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
What's Changed
🚀 Features
- Feat timeout by @hayas1 in #34
- Feat: markdown output format by @hayas1 in #36
- Feat: template by @hayas1 in #37
🐛 Bug Fixes
🔧 Refactoring
Other Changes
- Bump the dependencies group across 1 directory with 3 updates by @dependabot in #39
- relase v0.1.4 by @hayas1 in #41
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
🚀 Features
🔧 Refactoring
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
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
What's Changed
🚀 Features
- Feature: json response by @hayas1 in #9
- Feat: outcome-report-trait by @hayas1 in #18
- add test for report message by @hayas1 in #20
🔨 Breaking Changes
🔧 Refactoring
- refactor: error handling by @hayas1 in #12
- refactor: evaluator as struct by @hayas1 in #13
- refactor: prepare test by @hayas1 in #14
📖 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
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
Other Changes
- Bump the dependencies group across 1 directory with 3 updates by @dependabot in #6
New Contributors
- @dependabot made their first contribution in #6
- @hayas1 made their first contribution in #7
Full Changelog: https://github.com/hayas1/relentless/commits/v0.1.0