Skip to content

Releases: ignite/cli

v29.9.0

05 Mar 10:15
v29.9.0
dc103de

Choose a tag to compare

🚀 Highlights

This new minor release is packed with new features and bug fixes.
Most importantly, placeholders are no more required in the chain template (yes! finally).
Additionally, we've added custom type array support in scaffolding.
Check out the full changelog below to find out more:

📝 Changelog

Features

  • #4877 Remove app config and ibc add route placeholders.
  • #3094 Add support for arrays with custom types.

Changes

  • #4880 Add possibility to scaffold underscore package.
  • #4878 Improve the xast package readability.
  • #4883 Remove ibc keys placeholders.
  • #4884 Remove autocli placeholders.

Fixes

  • #4886 Fix chain scaffolding checks.
  • #4889 Fix plugin data race.

nightly

06 Mar 00:19
07274c5

Choose a tag to compare

nightly Pre-release
Pre-release

Install and move the CLI to your bin directory: curl https://get.ignite.com/cli@nightly! | bash

v29.8.0

12 Feb 09:18
v29.8.0
7ef34af

Choose a tag to compare

🚀 Highlights

For this new minor release, we've updated the template to support Go 1.26 while waiting for the Cosmos SDK to fix their dependencies.
Additionally, we've improved pkg/httpstatuschecker to allow providing custom http.Client and fixed another bug related to OpenAPI generation.

📝 Changelog

Features

  • #4869 Improve the httpstatuschecker by injecting clients.

Changes

  • #4874 Bump cosmos-sdk version to v0.53.6.
  • #4874 Do not generate unannotated OpenAPI methods.

Fixes

  • #4735 Cleanup xgenny runner to avoid duplicated generators.
  • #4864 Mismatch for message names.
  • #4874 Use latest bytedance/sonic version to support Go 1.26.

v29.7.0

27 Jan 11:28
v29.7.0
0211780

Choose a tag to compare

🚀 Highlights

It has been a long time since our last minor release, so happy new year! This one brings new flags to harden the openapi generation.
It has well bumps the Cosmos SDK and CometBFT versions from the default template to fix recently release high security issues in those packages.

📝 Changelog

Changes

  • #4861 Bump CometBFT to v0.38.21
  • #4855 Implement openapi excludes.
  • #4850 Add default GitHub Actions for linting and testing.
  • #4849 Bump cosmos-sdk version to v0.53.5 and minimum Go version to 1.25.

v29.6.2

26 Nov 17:35
v29.6.2
1f81516

Choose a tag to compare

🚀 Highlights

This patch release bumps the minimum version of Go in the template to avoid issues with the logger library.
Additionally it fixes an issue in the template for getting IBC consensus state from CLI and an indentation error in the proto yaml.

📝 Changelog

Changes

  • #4838 Bump minimum Go version to 1.24.1.

Fixes

  • #4833 IBC consensus state not found.
  • #4844 Fix tabs in proto impl YAML.

v29.6.1

15 Oct 12:23
v29.6.1
d17ee31

Choose a tag to compare

🚀 Highlights

This patch release bumps the template to scaffold a new chain with a version of CometBFT that contains a high severity patch.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

v29.6.0

13 Oct 10:04
v29.6.0
d58673b

Choose a tag to compare

🚀 Highlights

For this minor release, the xast package has been improved again. Allowing you to make better Ignite Apps.
Additionally, we've updated the default app template to use the latest Cosmos Stack.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4825 Bump cosmos-sdk version to v0.53.4 and ibc-go version to v10.4.0.
  • #4828 Add remove func call in xast package.

v29.5.0

10 Oct 12:39
v29.5.0
479013e

Choose a tag to compare

🚀 Highlights

For this minor release, the xast package has been improved. Allowing you to make better Ignite Apps.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4822 Add more functions in xast package and improve its debuggability.

v29.4.2

09 Oct 09:22
v29.4.2
7b82e2d

Choose a tag to compare

🚀 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

  • #4811 From this version on, Snapcraft support has been removed. Please migrate to Homebrew for a better experience. Homebrew works for both macOS and GNU/Linux.
  • #4816 Improve announcements UI.

v28.11.2

09 Oct 09:20
v28.11.2
145d2b3

Choose a tag to compare

🚀 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

  • #4816 Improve announcements UI.