Skip to content

Releases: zoncoen/scenarigo

v0.14.0

20 Feb 07:09
0220019
Compare
Choose a tag to compare

CHANGELOG

v0.14.0 - 2023-02-20

Bug Fixes

  • pass bound variables to the next step
  • fix to filter correctly even if / is included in subtest names
  • filter test by -run flag of go test

v0.14.0-rc3

15 Feb 21:08
08e1e2a
Compare
Choose a tag to compare
v0.14.0-rc3 Pre-release
Pre-release

What's Changed

  • fix(plugin): make RegisterSetup() not cause an error if called in tests by @zoncoen in #268

Full Changelog: v0.14.0-rc2...v0.14.0-rc3

v0.14.0-rc2

14 Feb 23:26
b7a69f0
Compare
Choose a tag to compare
v0.14.0-rc2 Pre-release
Pre-release

What's Changed

  • chore: build binaries with go1.19 or later by @zoncoen in #267

Full Changelog: v0.14.0-rc1...v0.14.0-rc2

v0.14.0-rc1

14 Feb 19:32
92b43eb
Compare
Choose a tag to compare
v0.14.0-rc1 Pre-release
Pre-release

What's Changed

  • chore(deps): bump github.com/goccy/go-yaml from 1.9.7 to 1.9.8 by @dependabot in #250
  • chore(deps): bump github.com/fatih/color from 1.13.0 to 1.14.0 by @dependabot in #253
  • chore(deps): bump github.com/sergi/go-diff from 1.2.0 to 1.3.1 by @dependabot in #252
  • chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 by @dependabot in #251
  • chore(deps): bump up versions of dependent modules by @zoncoen in #254
  • chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.1 by @dependabot in #255
  • Print text/html response body as string by @zoncoen in #257
  • feat(http): add Accept-Encoding header by default by @zoncoen in #258
  • chore(deps): bump google.golang.org/grpc from 1.52.1 to 1.52.3 by @dependabot in #256
  • chore(deps): bump tibdex/github-app-token from 1.7.0 to 1.8.0 by @dependabot in #259
  • chore(deps): bump github.com/lestrrat-go/backoff from v1 to v2 by @zoncoen in #260
  • change(deps): use cenkalti/backoff for retry by @zoncoen in #262
  • chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 by @dependabot in #261
  • chore(deps): bump golang.org/x/text from 0.6.0 to 0.7.0 by @dependabot in #263
  • change retry unit from request to entire step by @zoncoen in #266

Full Changelog: v0.13.2...v0.14.0-rc1

v0.13.2

16 Dec 05:11
c1cbd23
Compare
Choose a tag to compare

CHANGELOG

v0.13.2 - 2022-12-16

  • bump up the version of dependent modules

v0.13.1

15 Dec 07:12
c2917b1
Compare
Choose a tag to compare

CHANGELOG

v0.13.1 - 2022-12-15

  • bump up the version of dependent modules

v0.13.1-rc1

15 Dec 06:49
d7f5754
Compare
Choose a tag to compare
v0.13.1-rc1 Pre-release
Pre-release

CHANGELOG

v0.13.1-rc1 - 2022-12-15

v0.13.0

08 Dec 08:46
66d7f56
Compare
Choose a tag to compare

CHANGELOG

v0.13.0 - 2022-12-08

Bug Fixes

  • enable to specify report paths by absolute path
  • fix generate CREDITS workflow

Features

  • enable to read config from stdin
  • enable to marshal schema.Config to YAML
  • errors: change error message format

v0.12.8

18 Oct 06:14
ee7a9a3
Compare
Choose a tag to compare

CHANGELOG

v0.12.8 - 2022-10-18

Bug Fixes

  • don't bind vars if included scenario failed

v0.12.7

27 Sep 07:11
a373a92
Compare
Choose a tag to compare

CHANGELOG

v0.12.7 - 2022-09-27

Features

  • template: enable to call methods