Releases: zoncoen/scenarigo
Releases · zoncoen/scenarigo
v0.17.3
v0.17.2
v0.17.1
v0.17.1-rc1
What's Changed
- chore(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 by @dependabot in #392
- chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #393
- fix(assert): fix the error message for
notContains
assertion by @zoncoen in #396 - fix(assert): fix retry failure if using left arrow functions for assertion by @zoncoen in #397
- feat: bump the minimum go version by @zoncoen in #398
- chore(deps): bump carvel.dev/ytt from 0.45.4 to 0.48.0 by @zoncoen in #352
- chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #399
Full Changelog: v0.17.0...v0.17.1-rc1
v0.17.0
v0.17.0-rc1
What's Changed
- chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 by @dependabot in #366
- chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #367
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #365
- chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #368
- chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #364
- enable to access header, metadata, etc. via the request/response variable by @zoncoen in #372
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #371
- fix(assert): fix errors when using assert.(and|or) by @zoncoen in #374
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #376
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #377
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #378
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/step-if/plugin/src by @dependabot in #379
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/ytt/plugin/src by @dependabot in #380
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/assert/plugin/src by @dependabot in #381
- chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in #382
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #383
- chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #384
- fix(template): convert into string in implicit concatenation by @zoncoen in #385
- chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @zoncoen in #389
- feat(grpc): enable querying by protobuf struct tag by @zoncoen in #390
- chore(deps): bump go-yaml to v1.11.3 by @zoncoen in #391
Full Changelog: v0.16.2...v0.17.0-rc1
v0.16.2
v0.16.1
v0.16.0
CHANGELOG
v0.16.0 - 2023-10-24
Bug Fixes
- don't panic if the protocol is empty
Features
- add continueOnError to prevent failure due to step errors
- add if field for controlling step running
- allow to access results of each step
- enable to assert by template string expressions
- cancel request contexts after each step
- assert: enable to pass custom equalers
- config: add global variables
- template: add size() function
- template: allow to call values having Call method as a function
- template: allow '$' identifier
BREAKING CHANGE
assert.Build function requires a context.Context value as an argument to avoid a goroutine leak.
v0.15.2-rc1
CHANGELOG
v0.15.2-rc1 - 2023-10-03
Features
- enable to assert by template string expressions
- cancel request contexts after each step
- assert: enable to pass custom equalers
- config: add global variables
- template: allow to call values having Call method as a function
- template: allow '$' identifier
BREAKING CHANGE
assert.Build function requires a context.Context value as an argument to avoid a goroutine leak.