mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
2.2 KiB
2.2 KiB
Release History
v0.3.1 (2021-12-30)
- feat: add more plentiful response assertion methods
- feat: set ulimit to 10240 before load testing
- fix: concurrent map writes in load testing
v0.3.0 (2021-12-24)
- feat: implement
transactionmechanism for load test - feat: continue running next step when failure occurs with
--continue-on-failureflag, default to failfast - feat: report GA events with version
- feat: run load test with the given limit and burst as rate limiter, use
--spawn-count,--spawn-rateand--request-increase-rateflag - feat: report runner state to prometheus
- refactor: fork boomer as submodule initially and made a lot of changes
- change: update API models
v0.2.2 (2021-12-07)
- refactor: update models to make API more concise
- change: remove mkdocs, move to repo
v0.2.1 (2021-12-02)
- feat: push load testing metrics to Prometheus Pushgateway
- feat: report events with Google Analytics
v0.2.0 (2021-11-19)
- feat: deploy mkdocs to github pages when PR merged
- feat: release hrp cli binaries automatically with github actions
- feat: add Makefile for running unittest and building hrp cli binary
v0.1.0 (2021-11-18)
- feat: full support for HTTP(S)/1.1 methods
- feat: integrate zerolog for logging, include json log and pretty color console log
- feat: implement
har2casefor converting HAR to JSON/YAML testcases - feat: extract and validate json response with
jmespath - feat: run JSON/YAML testcases with builtin functions
- feat: support testcase and teststep level variables mechanism
- feat: integrate
boomerstandalone mode for load testing - docs: init documentation website with
mkdocs - docs: add project badges, including go report card, codecov, github actions, FOSSA, etc.
- test: add CI test with github actions
- test: integrate sentry sdk for event reporting and analysis