Releases: scenarigo/scenarigo
Releases · scenarigo/scenarigo
v0.22.1
v0.22.0
What's Changed
New Features
Bug Fixes
Dependency Upgrades
- chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot in #566
- chore(deps): bump github.com/sergi/go-diff from 1.3.1 to 1.4.0 by @dependabot in #567
- chore(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot in #569
- chore(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #570
- chore(deps): bump indirect modules by @scenarigo-bot in #571
- chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot in #568
Full Changelog: v0.21.3...v0.22.0
v0.21.3
What's Changed
Dependency Upgrades
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /examples/grpc/plugin/src by @dependabot in #556
- chore(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #557
- chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in #559
- chore(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 by @dependabot in #560
- chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 by @dependabot in #561
- chore(deps): bump indirect modules by @scenarigo-bot in #558
- chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in #562
- chore(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 by @dependabot in #564
- chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #563
Full Changelog: v0.21.2...v0.21.3
v0.21.2
What's Changed
Bug Fixes
Code Refactoring
Dependency Upgrades
- chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #546
- chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #544
- chore(deps): bump indirect modules by @scenarigo-bot in #553
Full Changelog: v0.21.1...v0.21.2
v0.21.1
v0.21.0
What's Changed
New Features
- feat(plugin): migrate automatically from zoncoen/scenarigo to scenarigo/scenarigo by @zoncoen in #530
Bug Fixes
- fix(test): fix module name and version by @zoncoen in #522
- Fix enum equal for reserved or unknown value by @goccy in #526
Dependency Upgrades
- chore(deps): bump actions/cache from 4.2.0 to 4.2.1 by @dependabot in #527
- chore(deps): bump github.com/goccy/go-yaml from 1.15.22 to 1.15.23 by @dependabot in #525
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #524
- chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #528
- chore(deps): bump actions/cache from 4.2.1 to 4.2.2 by @dependabot in #531
- chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #532
- chore(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0 by @dependabot in #535
- chore(deps): bump golang.org/x/text from 0.22.0 to 0.23.0 by @dependabot in #534
- chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in #538
- chore(deps): bump github.com/goccy/go-yaml from 1.15.23 to 1.16.0 by @dependabot in #539
- chore(deps): bump actions/cache from 4.2.2 to 4.2.3 by @dependabot in #540
- chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #541
Full Changelog: v0.20.0...v0.21.0
v0.20.0
v0.19.0
What's Changed
New Features
- Introduce nullish coalescing operator by @youxkei in https://github.com/zoncoen/scenarigo/pull/495
Dependency Upgrades
- chore(deps): bump github.com/goccy/go-yaml from 1.15.15 to 1.15.17 by @dependabot in https://github.com/zoncoen/scenarigo/pull/505
- chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/507
- chore(deps): bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/508
- chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in https://github.com/zoncoen/scenarigo/pull/509
- chore(deps): bump github.com/goccy/go-yaml from 1.15.17 to 1.15.22 by @dependabot in https://github.com/zoncoen/scenarigo/pull/516
New Contributors
- @youxkei made their first contribution in https://github.com/zoncoen/scenarigo/pull/495
Full Changelog: zoncoen/scenarigo@v0.18.0...v0.19.0
v0.18.0
What's Changed
New Features
- add secrets field to define credential variables by @zoncoen in https://github.com/zoncoen/scenarigo/pull/414
- always update toolchain directive to build plugins with the go version used to build scenarigo by @zoncoen in https://github.com/zoncoen/scenarigo/pull/421
- add verbose flag to "plugin" sub-command by @zoncoen in https://github.com/zoncoen/scenarigo/pull/454
- enable to create protocol buffer messages dynamically from proto files by @zoncoen in https://github.com/zoncoen/scenarigo/pull/457
- add protocol option by @zoncoen in https://github.com/zoncoen/scenarigo/pull/477
- enable to use go.work for building plugins by @zoncoen in https://github.com/zoncoen/scenarigo/pull/499
Bug Fixes
- fix: keep orders of protocol options by @zoncoen in https://github.com/zoncoen/scenarigo/pull/480
- Fix parsing of template contains new line char by @goccy in https://github.com/zoncoen/scenarigo/pull/500
Dependency Upgrades
- chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in https://github.com/zoncoen/scenarigo/pull/412
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/415
- chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/417
- chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/418
- chore(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/419
- chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/420
- chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/424
- chore(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/423
- chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in https://github.com/zoncoen/scenarigo/pull/425
- chore(deps): bump golang.ort/x/* to the latest by @zoncoen in https://github.com/zoncoen/scenarigo/pull/428
- chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/430
- chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 in /scripts/cross-build by @dependabot in https://github.com/zoncoen/scenarigo/pull/426
- chore(deps): bump indirect modules by @zoncoen in https://github.com/zoncoen/scenarigo/pull/437
- chore(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/433
- chore(deps): bump golang.org/x/mod from 0.18.0 to 0.20.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/435
- chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/436
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/zoncoen/scenarigo/pull/441
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/431
- chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/442
- chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/445
- chore(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/447
- chore(deps): bump golang.org/x/text from 0.17.0 to 0.19.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/451
- chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.67.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/456
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/452
- chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/453
- Update goccy/go-yaml to v1.15.12 by @goccy in https://github.com/zoncoen/scenarigo/pull/476
- chore(deps): bump github.com/jhump/protoreflect from 1.16.0 to 1.17.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/469
- chore(deps): bump golang.org/x modules by @zoncoen in https://github.com/zoncoen/scenarigo/pull/478
- chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/zoncoen/scenarigo/pull/465
- chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/zoncoen/scenarigo/pull/422
- chore(deps): bump github.com/goccy/go-yaml from 1.15.12 to 1.15.13 by @dependabot in https://github.com/zoncoen/scenarigo/pull/484
- chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/485
- chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.69.2 by @dependabot in https://github.com/zoncoen/scenarigo/pull/479
- chore(deps): bump google.golang.org/grpc from 1.69.2 to 1.70.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/496
- chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.4 by @dependabot in https://github.com/zoncoen/scenarigo/pull/497
- chore(deps): bump github.com/goccy/go-yaml from 1.15.13 to 1.15.15 by @dependabot in https://github.com/zoncoen/scenarigo/pull/491
Full Changelog: zoncoen/scenarigo@v0.17.3...v0.18.0