mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 04:42:42 +08:00
change: bump version to v4.3.6
This commit is contained in:
@@ -1,15 +1,31 @@
|
||||
# Release History
|
||||
|
||||
## v4.3.6-beta (2023-08-11)
|
||||
## v4.3.6 (2023-08-20)
|
||||
|
||||
**go version**
|
||||
|
||||
plugin related:
|
||||
|
||||
- feat: add hrp executable directory for searching plugin
|
||||
- feat: init device driver with plugin option
|
||||
- change: upgrade funplugin to 0.5.2
|
||||
- refactor: move internal myexec to funplugin/myexec
|
||||
- feat: support printing stderr output in myexec.RunCommand
|
||||
|
||||
UI related:
|
||||
|
||||
- feat: get current feed info from app event trackings
|
||||
- feat: log feed screenshot take/cv elapsed time
|
||||
- feat: support to reset driver (or session only) automatically when UIA2 / WDA crashed or WebDriver request failed
|
||||
- feat: `tap_cv` action supports ui type detection and tap
|
||||
- compatibility: support indicating options separately in `MobileAction` level
|
||||
- fix: add compatible support for indicating options separately at the `MobileAction` level
|
||||
- fix: use Override size if existed, otherwise use Physical size (android devices)
|
||||
- fix: add default options for `swipe_to_tap_app` action
|
||||
- refactor: ui validation methods
|
||||
- fix: reuse the same request body during `GetImage` retry
|
||||
- change: upgrade funplugin to 0.5.2
|
||||
|
||||
others:
|
||||
|
||||
- change: log elapsed duration in miliseconds
|
||||
|
||||
## v4.3.5 (2023-07-23)
|
||||
|
||||
|
||||
@@ -37,4 +37,4 @@ Copyright 2017 debugtalk
|
||||
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
||||
* [hrp wiki](hrp_wiki.md) - visit https://httprunner.com
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -54,4 +54,4 @@ hrp boom [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -28,4 +28,4 @@ hrp build $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -26,4 +26,4 @@ hrp convert $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp pytest $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -36,4 +36,4 @@ hrp run $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -21,4 +21,4 @@ hrp startproject $project_name [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp wiki [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
###### Auto generated by spf13/cobra on 20-Aug-2023
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-empty-project",
|
||||
"create_time": "2023-07-23T13:54:23.516072+08:00",
|
||||
"hrp_version": "v4.3.5"
|
||||
"create_time": "2023-08-20T13:45:40.143346+08:00",
|
||||
"hrp_version": "v4.3.6"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-with-go-plugin",
|
||||
"create_time": "2023-07-23T14:30:10.985053+08:00",
|
||||
"hrp_version": "v4.3.5"
|
||||
"create_time": "2023-08-20T13:45:08.158221+08:00",
|
||||
"hrp_version": "v4.3.6"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-with-py-plugin",
|
||||
"create_time": "2023-07-23T14:30:18.556239+08:00",
|
||||
"hrp_version": "v4.3.5"
|
||||
"create_time": "2023-08-20T13:45:08.924868+08:00",
|
||||
"hrp_version": "v4.3.6"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-without-plugin",
|
||||
"create_time": "2023-07-23T13:54:23.368356+08:00",
|
||||
"hrp_version": "v4.3.5"
|
||||
"create_time": "2023-08-20T13:45:40.029489+08:00",
|
||||
"hrp_version": "v4.3.6"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# NOTE: Generated By hrp v4.3.4, DO NOT EDIT!
|
||||
# NOTE: Generated By hrp v4.3.6, DO NOT EDIT!
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// NOTE: Generated By hrp v4.3.5, DO NOT EDIT!
|
||||
// NOTE: Generated By hrp v4.3.6, DO NOT EDIT!
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
@@ -1 +1 @@
|
||||
v4.3.6-2308191518
|
||||
v4.3.6
|
||||
Reference in New Issue
Block a user