Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
313 releases
DA RELEASE
celestia-app v1.0.0-rc1
## What's Changed * chore: backport main for rc1 by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/1843 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v1.0.0-rc0...v1.0.0-rc1
DA RELEASE
celestia-app v1.0.0-rc0
The first release candidate for mainnet 🥲 :purple_heart: ## What's Changed * chore: increase default min fee by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/1702 * feat!: add the ability to stop specific existing parameters from being changed via governance b
DA RELEASE
celestia-app v0.13.3
## What's Changed * fix: validSequenceLen for padding shares by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1827 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.13.2...v0.13.3
DA RELEASE
celestia-app v0.13.2
## What's Changed * fix: Docker publish permissions by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1700 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.13.1...v0.13.2
DA RELEASE
celestia-app v0.13.1
## What's Changed * fix: cherry-pick common Docker CI to `v0.13.x` by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1699 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.13.0...v0.13.1
DA RELEASE
celestia-app v0.15.0-rc0
## What's Changed * chore(deps): Bump alpine from 3.17.2 to 3.17.3 in /docker by @dependabot in https://github.com/celestiaorg/celestia-app/pull/1566 * docs: specs vs package-specific docs by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1563 * docs: remove `Signed
DA RELEASE
celestia-app v0.13.0
This release is **only** for the blockspace race! It is compatible with all v0.12.x chains that are on app version 0. ## What's Changed * feat(pkg/da): Extract min share creation into separate function for convenience (#1476) by @evan-forbes in https://github.com/celestiaorg/cele
DA RELEASE
celestia-app v0.14.0-rc2
## What's Changed * feat!: max namespace version for parity namespace by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1590 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.14.0-rc1...v0.14.0-rc2
DA RELEASE
celestia-app v0.13.0-rc2
## What's Changed * chore: bump NMT to v0.15.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1580 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.13.0-rc1...v0.13.0-rc2
DA RELEASE
celestia-app v0.14.0-rc1
## What's Changed * chore: bump NMT to v0.15.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1581 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.14.0-rc0...v0.14.0-rc1
DA RELEASE
celestia-app v0.12.2
## What's Changed * chore: bump NMT to v0.15.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1579 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.12.1...v0.12.2
DA RELEASE
celestia-app v0.13.0-rc1
## What's Changed * feat(pkg/da): Extract min share creation into separate function for convenience (#1476) by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/1515 * fix: bump core to v1.15.1 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1564 **
DA RELEASE
celestia-app v0.14.0-rc0
## What's Changed * Fix markdown lint errors. by @adlerjohn in https://github.com/celestiaorg/celestia-app/pull/798 * Add deploy step to mdbook workflow. by @adlerjohn in https://github.com/celestiaorg/celestia-app/pull/797 * Run table formatter. by @adlerjohn in https://github.c
DA RELEASE
celestia-app v0.12.1
## What's Changed This patch release fixes a bug in the RPC interface between consensus nodes and bridge nodes which was resulting in a validator set hash mismatch. This is a non-breaking release; nodes using v0.12.0 can upgrade their binaries and restart at any time **Full Chang
DA RELEASE
celestia-app v0.13.0-rc0
## What's Changed * fix: Fix prefix `v` in RCs by @jrmanes in https://github.com/celestiaorg/celestia-app/pull/1364 * chore(deps): Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in https://github.com/celestiaorg/celestia-app/pull/1365 * feat: make the testnode port allocat
DA RELEASE
celestia-app v0.12.0
v0.12.0 is a massive change relative to v0.11.0 including but not limited adding IBC, important block encoding changes, multiple blobs per `MsgPayForBlobs`, removal of malleation, bandwidth optimizations, CAT pool, QGB v2, and more. As of Feb 28, 2023: | | robusta-x | arabica-5 |
DA RELEASE
celestia-app v0.12.0-rc7
## What's Changed * chore: use correct tag by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/1335 * chore: handle PayForBlobNamespaceID in `merge` by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1298 * feat: add `LastValsetRequestBeforeNonce` rpc
DA RELEASE
celestia-app v0.12.0-rc6
## What's Changed * chore!: bump `nmt` from v0.13 to v0.14 and remove the codec from `NewTxInclusionProof` by @Bidon15 in https://github.com/celestiaorg/celestia-app/pull/1333 * feat: remove orchestrator address by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull
DA RELEASE
celestia-app v0.12.0-rc5
## What's Changed * chore: update to golangci-lint 1.50.1 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1309 * feat: add testRandBlob CLI for testground tests by @Bidon15 in https://github.com/celestiaorg/celestia-app/pull/1311 * feat!: adapt tx inclusion proofs
DA RELEASE
celestia-app v0.12.0-rc4
## What's Changed * chore!: rename MsgPayForBlob to MsgPayForBlobs by @cmwaters in https://github.com/celestiaorg/celestia-app/pull/1304 * chore: downgrade nmt to 0.12.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1307 **Full Changelog**: https://github.com/ce
DA RELEASE
celestia-app v0.12.0-rc3
## What's Changed * revert!: multi share commitment by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1275 * feat: Add QGB verification command by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull/1236 * feat: check that `MsgPayForBlob` components ar
DA RELEASE
celestia-app v0.12.0-rc2
## What's Changed * fix: single node script by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/929 * added a sed compatibility tweak for macOS by @S1nus in https://github.com/celestiaorg/celestia-app/pull/928 * chore: delete residual commented code by @rootulp in
DA RELEASE
celestia-app v0.11.1
## What's Changed * chore: cherry-picks for v0.11.1 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1119 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.11.0...v0.11.1
DA RELEASE
celestia-app v0.11.0
## What's Changed * chore!: cherry-pick changes for v0.10.0-rc1 release by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/989 * chore!(testnode): return errors in cleanup functions and wait for cleanup (#1051) by @evan-forbes in https://github.com/celestiaorg/ce
DA RELEASE
celestia-app v0.10.1-refs-tags-v0-10-0.0
### [0.10.1-refs-tags-v0-10-0.0](https://github.com/celestiaorg/celestia-app/compare/v0.10.0...v0.10.1-refs-tags-v0-10-0.0) (2022-12-05) ## What's Changed * chore!(testnode): return errors in cleanup functions and wait for cleanup (#1051) by @evan-forbes in https://github.com/cel
DA RELEASE
celestia-app v0.10.0
## What's Changed * chore!: cherry-pick changes for v0.10.0-rc1 release by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/989 * chore!(testnode): return errors in cleanup functions and wait for cleanup (#1051) by @evan-forbes in https://github.com/celestiaorg/ce
DA RELEASE
celestia-app v0.10.0-rc1
This release candidate is based directly ontop of v0.9.0. It cherry-picks 3 changes from main. Those being reverts the token ticker change, switches the default codec to leopard, and fixes a minor issue with the make command in the docker build ## What's Changed * chore!: cherry-
DA RELEASE
celestia-app v0.9.0
This release is not compatible with the mamaki testnet ## What's Changed * create a new docker image on release branch by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull/881 * Remove branch release from docker build CI by @SweeXordious in https://github.com/cele
DA RELEASE
celestia-app v0.8.0
WARNING: not compatible with the mamaki testnet until a tbd upgrade ## What's Changed * Add a package-specific documentation section by @rootulp in https://github.com/celestiaorg/celestia-app/pull/863 * chore(deps): bump actions/cache from 3.0.10 to 3.0.11 by @dependabot in https
DA RELEASE
celestia-app v0.7.0
WARNING: not compatible with the mamaki testnet until a tbd upgrade. The arabica testnet upgraded to this version 2022/10/18 ## What's Changed * Adds remaining messages and queries to QGB skeleton scaffolding by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull/21