change: update for v4.1.2

This commit is contained in:
debugtalk
2022-06-09 23:50:04 +08:00
parent 0381c97202
commit d4c1f00317
20 changed files with 40 additions and 32 deletions
+14 -3
View File
@@ -1,12 +1,23 @@
# Release History
## v4.1.2 (2022-06-05)
## v4.1.2 (2022-06-09)
- feat: add Dockerfile
- fix #1336: extract package in Windows
- fix: install package on MinGW64 and Windows
**go version**
- fix #1331: use `str_eq` to assert string and digit equality
- fix #1336: extract package in Windows
- fix: install package on MinGW64
- fix: load overall `pick_order` strategy in parameters_setting
- fix: ensure all dependencies in debugtalk.py are installed
- fix: select parameters with `random` strategy
- change: remove `hrp har2case`, replace with `hrp convert`
**python version**
- feat #1316: add running log and request & response details in allure report
## v4.1.1 (2022-05-31)
- fix: failed to build debugtalk.go without go.mod