| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Goa v3.25.2 source code.tar.gz | 2026-02-19 | 1.3 MB | |
| Goa v3.25.2 source code.zip | 2026-02-19 | 2.3 MB | |
| README.md | 2026-02-19 | 541 Bytes | |
| Totals: 3 Items | 3.6 MB | 0 | |
Highlights
- Fixes code generation for
OneOfprimitive aliases when service types are emitted to custom packages viastruct:pkg:path. - Prevents
undefined: Value*compile errors in generated service code for affected designs. - Adds regression coverage for nested types and JSON-tagged field variants to prevent this from reappearing.
What's Changed
- codegen/service: fix primitive OneOf alias emission with struct:pkg:path by @raphael in [#3900]