Release v3.21.0 · goadesign/goa
New Features
This release adds native support for Server-Sent Events to Goa.
Read the initial proposal
Run the monitor example
Additionally this release changes how Goa generated OpenAPI specific...
Goa v3.21.0 is here — now with native SSE support, smarter OpenAPI examples, improved DSL error messages, and cleaner codegen. Thanks to @raphael, @mamo, @tchssk & @MichaelUrman!
Release: github.com/goadesign/go...
#goadesign #golang #microservices #codegen
05.05.2025 00:39
👍 1
🔁 2
💬 0
📌 0
🚀 Just pushed typed interceptors for Goa!
Add type-safe middleware to your services for auth, logging, retries & more. Works at API/Service/Method level.
Try it:
go get goa.design/goa/v3@interceptors
Would love to hear what you build with it!
#golang #api #goadesign #microservices
26.11.2024 21:54
👍 2
🔁 0
💬 0
📌 0
Interceptors Proposal · Issue #3614 · goadesign/goa
Interceptors in Goa Overview This proposal introduces typed interceptors to Goa's design DSL. Interceptors provide a type-safe mechanism for injecting cross-cutting concerns into method execution, ...
🎉 Just posted a proposal for adding interceptors to Goa!
Imagine easily adding audit trails, caching, or retries to your services with a design-first approach and no type assertions needed!
Check it out: github.com/goadesign/goa/issues/3614
Would love to hear your thoughts! #golang #api #design
21.11.2024 18:23
👍 1
🔁 1
💬 0
📌 0