v0.12.0
Features
Fuego now uses an online OpenAPI UI by default. This make the binaries built with Fuego 10Mb lighter, with the drawback to not be able to use the OpenAPI UI when offline. You can activate offline OpenAPI UI (embedded in the binary) with the build tag openapi_ui_local
, see docs.
Making the binary size smaller was planned, but the idea of using StopLight Elements for the online UI was given to me by @danielgtaylor in his project Huma, a project similar to Fuego.
What's Changed
- Update ci/cd go version to 1.22 by @Kronopt in #52
- docs: adds custom serialization guide by @EwenQuim in #54
- OpenAPI UI : online (now the default) or embedded (optional build tag) by @EwenQuim in #55
- docs: fix text in link to LICENSE.txt by @qbit in #53
New Contributors
Full Changelog: v0.11.0...v0.12.0