Skip to content

Releases: zoncoen/scenarigo

v0.17.3

14 Apr 02:40
5e2aae6
Compare
Choose a tag to compare

CHANGELOG

v0.17.3 - 2024-04-14

Bug Fixes

  • release: ensure the Docker image exists (#411)

v0.17.2

21 Mar 08:12
f59e184
Compare
Choose a tag to compare

CHANGELOG

v0.17.2 - 2024-03-21

Features

  • add an option to output test summary at last (#395)

v0.17.1

26 Feb 05:25
3f72845
Compare
Choose a tag to compare

CHANGELOG

v0.17.1 - 2024-02-26

Bug Fixes

  • assert: fix retry failure if using left arrow functions for assertion
  • assert: show the correct error position even when using left arrow functions
  • assert: don't wrap nil error to fix notContains

v0.17.1-rc1

25 Feb 18:46
f63a7b8
Compare
Choose a tag to compare
v0.17.1-rc1 Pre-release
Pre-release

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

26 Jan 08:25
5c923aa
Compare
Choose a tag to compare

CHANGELOG

v0.17.0 - 2024-01-26

  • bump up the version of dependent modules

v0.17.0-rc1

26 Jan 08:12
a9588e2
Compare
Choose a tag to compare
v0.17.0-rc1 Pre-release
Pre-release

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

02 Nov 08:14
fd12d98
Compare
Choose a tag to compare

CHANGELOG

v0.16.2 - 2023-11-02

Bug Fixes

  • template: don't convert int to string

v0.16.1

31 Oct 22:45
2805ab5
Compare
Choose a tag to compare

CHANGELOG

v0.16.1 - 2023-11-01

Features

  • grpc: dump invalid utf8 strings as hex

v0.16.0

24 Oct 04:08
86100fa
Compare
Choose a tag to compare

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

24 Oct 04:13
86100fa
Compare
Choose a tag to compare
v0.15.2-rc1 Pre-release
Pre-release

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.