Merge branch 'master' into auto-reset-session

This commit is contained in:
bbx-winner
2023-07-24 13:34:37 +08:00
committed by GitHub
91 changed files with 2026 additions and 1697 deletions

View File

@@ -1,11 +1,23 @@
# Release History
## v4.3.5 (2023-07-20)
## v4.3.5 (2023-07-23)
- refactor: send events to Google Analytics 4, replace GA v1
- fix: failure unittests caused by httpbin.org, replace with docker service
- fix: handle unstable unittests, restore github actions pipeline
- feat: support to reset driver automatically when uia2 crashed
- feat: support to reset session when wda request failed
**go version**
- feat: support to reset driver automatically when uia2 crashed
- feat: support to reset session when wda request failed
- feat: report GA4 events for hrp cmd
- change: create python venv with httprunner minimum version v4.3.5
- fix #1603: ensure path suffix '/' exists
**python version**
- fix: upgrade pyyaml from 5.4.1 to 6.0.1, fix installing error
- refactor: update httprunner dependencies
## v4.3.4 (2023-06-01)