Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-22 | 2.2 kB | |
v3.20.0 source code.tar.gz | 2025-02-22 | 1.0 MB | |
v3.20.0 source code.zip | 2025-02-22 | 1.4 MB | |
Totals: 3 Items | 2.5 MB | 1 |
What's Changed
- Use doc.IsPredeclared() and token.IsKeyword() for codegen.fixReservedGo() by @tchssk in https://github.com/goadesign/goa/pull/3599
- Fix conversion methods to use correct external type by @tchssk in https://github.com/goadesign/goa/pull/3607
- Remove bases from attributes once they are finalized. by @raphael in https://github.com/goadesign/goa/pull/3608
- Introducing Goa Guru on Gurubase.io by @kursataktas in https://github.com/goadesign/goa/pull/3612
- chore: update speakeasy sponsor graphic by @chailandau in https://github.com/goadesign/goa/pull/3628
- Use eval.InvalidArgError() to dsl.OneOf() by @tchssk in https://github.com/goadesign/goa/pull/3624
- Use eval.InvalidArgError() to dsl.MapParams() by @tchssk in https://github.com/goadesign/goa/pull/3634
- Initial interceptors implementation by @raphael in https://github.com/goadesign/goa/pull/3616
- Use InvalidArgError() to dsl.Type() more by @tchssk in https://github.com/goadesign/goa/pull/3635
- Allow setting protoc command via Meta by @duckbrain in https://github.com/goadesign/goa/pull/3633
- OpenAPIv3: Generate different schemas for types with different validation rules by @raphael in https://github.com/goadesign/goa/pull/3642
- Add openapi:additionalProperties Meta by @tchssk in https://github.com/goadesign/goa/pull/3644
- Fix issues reported by DeepSource by @raphael in https://github.com/goadesign/goa/pull/3646
- Address lint issues reported by DeepSource by @raphael in https://github.com/goadesign/goa/pull/3647
- Streaming Interceptors by @douglaswth in https://github.com/goadesign/goa/pull/3641
- Fix generation of unused validation functions by @raphael in https://github.com/goadesign/goa/pull/3652
- Fix a few streaming interceptor bugs by @douglaswth in https://github.com/goadesign/goa/pull/3655
- Fix client gRPC endpoint generation to appease Go 1.24 test by @douglaswth in https://github.com/goadesign/goa/pull/3656
New Contributors
- @kursataktas made their first contribution in https://github.com/goadesign/goa/pull/3612
- @chailandau made their first contribution in https://github.com/goadesign/goa/pull/3628
Full Changelog: https://github.com/goadesign/goa/compare/v3.19.1...v3.20.0