mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 20:38:44 +08:00
change: do not add console output by default feat: add GA for docs refactor: move builtin to internal refactor: relocate sentry sdk feat: report events with ga change: use http client session fix: report GA events change: sentry
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# Release History
|
|
|
|
## v0.2.1 (2021-11-26)
|
|
|
|
- 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](https://github.com/rs/zerolog) for logging, include json log and pretty color console log
|
|
- feat: implement `har2case` for converting HAR to JSON/YAML testcases
|
|
- feat: extract and validate json response with [`jmespath`][jmespath]
|
|
- feat: run JSON/YAML testcases with builtin functions
|
|
- feat: support testcase and teststep level variables mechanism
|
|
- feat: integrate [`boomer`][boomer] standalone mode for load testing
|
|
- docs: init documentation website with [`mkdocs`][mkdocs]
|
|
- docs: add project badges, including go report card, codecov, github actions, FOSSA, etc.
|
|
- test: add CI test with [github actions][github-actions]
|
|
- test: integrate [sentry sdk][sentry sdk] for event reporting and analysis
|
|
|
|
[jmespath]: https://jmespath.org/
|
|
[mkdocs]: https://www.mkdocs.org/
|
|
[github-actions]: https://github.com/httprunner/hrp/actions
|
|
[boomer]: github.com/myzhan/boomer
|
|
[sentry sdk]: https://github.com/getsentry/sentry-go
|