pgsink
pgsink copied to clipboard
Bump goa.design/goa/v3 from 3.5.4 to 3.11.1
Bumps goa.design/goa/v3 from 3.5.4 to 3.11.1.
Release notes
Sourced from goa.design/goa/v3's releases.
v3.11.1
What's Changed
- ClientError: Add original error by
@RadekDvorak
in goadesign/goa#3232- Remove typo in documented example for CollectionOf DSL by
@sbchapin
in goadesign/goa#3239- Fix broken type references in custom package by
@c-reeder
in goadesign/goa#3207- Use errors.Join() instead of go-multierror by
@tchssk
in goadesign/goa#3249- Fix use of
struct:pkg:path
with result types. by@raphael
in goadesign/goa#3243- Fix OpenAPI for result types with multiple views by
@raphael
in goadesign/goa#3250New Contributors
@RadekDvorak
made their first contribution in goadesign/goa#3232@sbchapin
made their first contribution in goadesign/goa#3239Full Changelog: https://github.com/goadesign/goa/compare/v3.11.0...v3.11.1
v3.11.0
What's Changed
- Enable Foresight on Windows by
@raphael
in goadesign/goa#3185- Fix OpenAPI tags by
@raphael
in goadesign/goa#3190- Fix up CI output paths on Windows by
@raphael
in goadesign/goa#3186- Create dependency-review.yml by
@raphael
in goadesign/goa#3192- Create codeql.yml by
@raphael
in goadesign/goa#3193- Add dsl.Randomiser that lets you pass your own example randomiser by
@isaacseymour
in goadesign/goa#3191- Added detail about Service dsl function to godoc comment by
@c-reeder
in goadesign/goa#3194- Fixed UUID generation in openapi examples by
@c-reeder
in goadesign/goa#3199- Fix potential bug with result types by
@raphael
in goadesign/goa#3204- OpenAPI v3 type names refer to openapi:typename in meta by
@najeira
in goadesign/goa#3203- Remove duplicate err declaration by
@raphael
in goadesign/goa#3218- Properly check for nil in validation by
@raphael
in goadesign/goa#3222- Fix potential panic when method name is empty by
@ikawaha
in goadesign/goa#3231- Use proper scope to compute enum value by
@raphael
in goadesign/goa#3234New Contributors
@isaacseymour
made their first contribution in goadesign/goa#3191@c-reeder
made their first contribution in goadesign/goa#3194@najeira
made their first contribution in goadesign/goa#3203Full Changelog: https://github.com/goadesign/goa/compare/v3.10.2...v3.11.0
v3.10.2
What's Changed
- Ignore default values when decoding proto fields by
@raphael
in goadesign/goa#3168- Fix required path params request init by
@raphael
in goadesign/goa#3170- Bump google.golang.org/grpc from 1.50.0 to 1.50.1 by
@dependabot
in goadesign/goa#3172- Bump golang.org/x/text from 0.3.7 to 0.3.8 by
@dependabot
in goadesign/goa#3173- Bump github.com/getkin/kin-openapi from 0.104.0 to 0.106.0 by
@dependabot
in goadesign/goa#3174- Test test coverage by
@raphael
in goadesign/goa#3175- Update README.md by
@raphael
in goadesign/goa#3176- Tweak Foresight job settings by
@raphael
in goadesign/goa#3177- Qualify streaming CLI payload builder name by
@raphael
in goadesign/goa#3178
... (truncated)
Commits
ed6dd56
Release v3.11.137f710b
Prepare v3.11.1eb122a6
Prepare v3.11.195f60f1
Fix OpenAPI for result types with multiple views (#3250)b903eaf
Update dependencies73c992f
Revert release to include new fixes90dd4d7
Fix use ofstruct:pkg:path
with result types. (#3243)29790b3
Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#3245)dfdf526
Use errors.Join() instead of go-multierror (#3249)3a08c66
Release v3.11.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)