fix: extract data using jmespath

Change-Id: Icea3b8fa7e71dd610c19c91e21a259104ab2fe30
This commit is contained in:
buyuxiang
2022-02-20 13:43:28 +08:00
parent 320e9601a7
commit c0ebe2ee53
5 changed files with 63 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Release History
## v0.6.2 (2022-02-20)
- change: json unmarshal to json.Number when parsing data
- fix: incorrect data type when extracting data using jmespath
## v0.6.1 (2022-02-17)
- fix: set request Content-Type for posting json only when not specified