Releases: zoncoen/scenarigo
Releases · zoncoen/scenarigo
v0.4.0
v0.3.3
CHANGELOG
v0.3.3 - 2020-06-17
Bug Fixes
- core: add generated files to avoid the import error (#41)
- deps: update YAML library ( v1.7.12 => v1.7.15 ) (#47)
- deps: update YAML library ( v1.7.10 => v1.7.11 ) (#42)
- deps: update YAML library to fix a bug ( v1.7.9 => v1.7.10 ) (#40)
- template: fix processing for variadic arguments of function (#48)
v0.3.2
v0.3.1
v0.3.0
v0.2.0
CHANGELOG
v0.2.0 - 2020-06-03
Code Refactoring
- core: replace YAML libraries to goccy/go-yaml (#31)
Features
- core: read YAML files only as scenarios (#28)
- grpc: enable to check header/trailer metadata of gRPC response (#29)
- http: enable to check HTTP response headers (#30)
BREAKING CHANGE
change protocl.Protocol interface