Releases: ignite/cli
v29.5.0
nightly
Install and move the CLI to your bin directory: curl https://get.ignite.com/cli@nightly! | bash
v29.4.2
🚀 Highlights
For this patch release, we have improved the UI for announcements. We are now able better to give you Ignite updates directly in the CLI.
📝 Changelog
Following an exhaustive list of changes in this release:
Changes
v28.11.2
v29.4.1
🚀 Highlights
For this patch release, we have improved the UX and provide buf tokens for our users without during the ts-client generation.
We do still recommend to set your own.
📝 Changelog
Following an exhaustive list of changes in this release:
Changes
v28.11.1
v29.4.0
🚀 Highlights
For this minor release, we have added a bunch of features.
As always, the template has been improved and updated to use the latest version of the softwares. Additionally, more placeholders have been removed.
Another notable feature is the addition of the BroadcastAsync
method to the cosmosclient
package.
`
📝 Changelog
Following an exhaustive list of changes in this release:
Features
- #4790 Remove global vars and struct placeholders.
- #4797 Add
xast
function to append new switch clause. - #4804 Add
BroadcastAsync
tocosmosclient
package.
Changes
- #4794 Update
cosmossdk.io/log
version tov1.6.1
and removebytedance/sonic
version override from template.
Fixes
- #4803 Fix simulations for custom address prefix.
v29.3.1
🚀 Highlights
This patch release fixes the scaffold-ed chain to work with Go 1.25.
Cosmos SDK cosmossdk.io/log
transitive dependency needed to be force updated until a new released.
This has been added in the template.
📝 Changelog
Following an exhaustive list of changes in this release:
Fixes
- #4793 Use latest
bytedance/sonic
version to support Go 1.25.
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.
v29.2.0
🚀 Highlights
Ignite CLI v29.2.0 is already here with great improvements:
- New commands and flags to help you scaffold more types and know exhaustively all types available in Ignite.
- Bump Cosmos SDK in default chain template due to a security issue.
📝 Changelog
Following an exhaustive list of changes in this release:
Features
- #4676 Add Decimal Coin Type.
- #4765 Create
scaffold type-list
command. - #4770 Add
--output-file
flag tochain serve
command to improve runningchain serve
in the background.
Changes
- #4759 Remove undocumented RPC address override in services chainer.
- #4760 Bump Cosmos SDK to
v0.53.3
.
Fixes
- #4757 Always delete temp folder from open api generation.