Skip to content

v0.14.0: Going stronger ⚙️

Latest
Compare
Choose a tag to compare
@EwenQuim EwenQuim released this 23 Jul 07:48
· 90 commits to main since this release

v0.14 : Going stronger ⚙️

v0.14 was a lot of hard work for us maintainers, but a lot of new features are coming to Fuego. 🔥

Fuego's has been tested through an intensive test suite and also in prod last few months, with great success at my company! I think we can say we are production-ready.

I wanted to thank the maintainers team for everything, thank you all!

image

Feature highlights

  • OpenAPI generation is now more complete accurate
  • We added a lot of internal tests and fixed bugs
  • We have the long-awaited multi-return feature (will describe this in a blog post)
  • Validation annotations are now understood for generating the OpenAPI schema
  • Errors can be declared globally to register standard 400, 401... errors
  • Errors can be declared on a per-route basis

What's Changed

Breaking changes

  • Your OpenAPI will be changed significantly (but for the better, we pass a lot of linters and tests)
  • Markdown package has been moved to its own module github.com/go-fuego/fuego/extra/markdown

New Contributors

Full Changelog: v0.13.4...v0.14.0