goadesign / goa

🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
https://goa.design
MIT License
5.62k stars 557 forks source link

adds openapi deprecated support as a dsl. #3497

Closed xlanor closed 5 months ago

xlanor commented 5 months ago

added deprecated support as a dsl for both v2 and v3 on HTTP routes.

Fixes #3449

xlanor commented 5 months ago

Really not sure what's going on here because I've switched indentation to spaces and it shows up funny in github.

image

xlanor commented 5 months ago

Should be good to go now once CI passes.

raphael commented 5 months ago

This is great, thank you!