v29.3.0
🚀 Highlights
Yet another minor release in the Ignite CLI v29 line. Ignite CLI v29.3.0 includes:
- Improvements on buf proto generation that prioritizes local binary if available before using rate limited buf remote plugin
- Enhance documentation for supported types and their gotchas
📝 Changelog
Following an exhaustive list of changes in this release:
Features
- #4786 Add all types to the documentation and disclaimer for multiple coin types.
Changes
- #4780 Fallback to local generation when possible in
generate ts-client
command. - #4779 Do not re-gen openapi spec each time the
ts-client
or thecomposables
are generated. - #4784 Remove unused message initialization.
Fixes
- #4779 Find proto dir in non conventional repo structure.