From 52afe41a66db58432b647609d29e6ee673374e72 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 18 Nov 2021 17:31:21 +0800 Subject: [PATCH] docs: add changelog for v0.1.0 --- docs/CHANGELOG.md | 18 +++++++++++++++++- mkdocs.yml | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c784f014..92861f17 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,19 @@ # Release History -## 0.1.0 (2021-09-01) +## 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] + +[jmespath]: https://jmespath.org/ +[mkdocs]: https://www.mkdocs.org/ +[github-actions]: https://github.com/httprunner/hrp/actions +[boomer]: github.com/myzhan/boomer diff --git a/mkdocs.yml b/mkdocs.yml index 6b7b8acd..1e4cfe2d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,4 +61,4 @@ nav: - hrp_har2case: cmd/hrp_har2case.md - hrp_boom: cmd/hrp_boom.md - Sponsors: sponsors.md - - CHANGELOG: CHANGELOG.md + - Release History: CHANGELOG.md