Skip to content

v29.3.0

Compare
Choose a tag to compare
@julienrbrt julienrbrt released this 12 Aug 09:55
· 13 commits to main since this release
v29.3.0
3124b65

🚀 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 the composables are generated.
  • #4784 Remove unused message initialization.

Fixes

  • #4779 Find proto dir in non conventional repo structure.