bump version to v4.0.0-beta

This commit is contained in:
debugtalk
2022-04-24 20:55:43 +08:00
parent 55cb328ec1
commit f7511848a5
30 changed files with 31 additions and 179 deletions

View File

@@ -1,6 +1,6 @@
# Release History
## v4.0.0-alpha
## v4.0.0-beta (2022-04-24)
- refactor: merge [hrp] into httprunner v4, which will include golang and python dual engine
- refactor: redesign `IStep` to make step extensible to support implementing new protocols and test types
@@ -165,6 +165,10 @@
- test: add CI test with [github actions][github-actions]
- test: integrate [sentry sdk][sentry sdk] for event reporting and analysis
## 3.1.11 (2022-04-24)
- fix #1273: ImportError by cannot import name '_unicodefun' from 'click'
## 3.1.10 (2022-04-18)
- fix #1249: catch exceptions when requesting with disabling allow_redirects