Releases: LinuxSuRen/api-testing
Releases · LinuxSuRen/api-testing
v0.0.8
What’s Changed
- feat: support to pass env in the grpc server (#29) @LinuxSuRen
- feat: support to run a specific test case via grpc (#28) @LinuxSuRen
v0.0.7
What’s Changed
- fix the base image (#26) @LinuxSuRen
v0.0.6
What’s Changed
- fix the dockerfile build process (#24) @LinuxSuRen
v0.0.5
Now you could run you API test cases in vs-code.
What’s Changed
- feat: add grpc server support (#22) @LinuxSuRen
- feat: support to show the QPS in the report (#21) @LinuxSuRen
- feat: support to print a sample YAML (#20) @LinuxSuRen
- fix: could not skip the error when given flag (#19) @LinuxSuRen
v0.0.4
What’s Changed
- feat: support output the test report (#17) @LinuxSuRen
- feat: add rate limit support (#16) @LinuxSuRen
- feat: support to set the request timeout (#15) @LinuxSuRen
v0.0.3
What’s Changed
- feat: support to run tests with multiple threads (#13) @LinuxSuRen
- remove the unnecessary output (#12) @LinuxSuRen
- fix: the coverage baddge link is incorrect (#11) @LinuxSuRen
- feat: add API and expect status code default value (#10) @LinuxSuRen
- feat: add normal form request support (#9) @LinuxSuRen
- feat: support form request (#8) @LinuxSuRen
v0.0.2
What’s Changed
- chore: build with gorelease in the pr (#5) @LinuxSuRen
- test: add unit tests (#3) @LinuxSuRen
- feat: improve the HTTP request payload and expect (#2) @LinuxSuRen
v0.0.1
What’s Changed
- No changes