From d322e41b8fb9fca26addeade4d2b5a8508317f4f Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 2 Nov 2023 16:10:29 +0100 Subject: [PATCH 1/5] chore: prepare v0.47.6 --- CHANGELOG.md | 4 +++- RELEASE_NOTES.md | 14 +++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b6cfb0a173..a39843ffedf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,9 +37,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v0.47.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.6) - 2023-11-07 + ### Features -* (server) [#18110](https://github.com/cosmos/cosmos-sdk/pull/18110) Start gRPC & API server in standalone mode +* (server) [#18110](https://github.com/cosmos/cosmos-sdk/pull/18110) Start gRPC & API server in standalone mode. ### Improvements diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0f7b616d64de..7a1a6f0c11be 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,17 @@ -# Cosmos SDK v0.47.5 Release Notes +# Cosmos SDK v0.47.6 Release Notes 💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/categories/announcements) ## 🚀 Highlights -Get ready for v0.50.0 and start integrating with the next [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.0-rc.0) release. +v0.50.0 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy. +Start integrating with [Cosmos SDK Eden](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.0) and enjoy and the new features and performance improvements. -For this 5th patch release of the `v0.47.x` line, some of the notable changes include: +For this 6th patch release of the `v0.47.x` line, some of the notable changes include: -* A new command for importing private keys encoded in hex. This complements the existing `import` command that supports mnemonic and key files. - Use ` keys import ` to import a private key encoded in hex. -* A new command, `rpc.QueryEventForTxCmd` for querying a transaction by its hash and blocking until the transaction is included in a block. It is useful as an alternative to the legacy `--sync block`. +* +* Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/release/v0.47.4...v0.47.5) from last release. -Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.47.x/UPGRADING.md) when migrating from `v0.46.x` to `v0.47.0`. +Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.0`. From 2edae0ac87f099f79167b3c317ac7af23bad3b32 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 10 Nov 2023 13:54:30 +0100 Subject: [PATCH 2/5] updates --- CHANGELOG.md | 2 +- RELEASE_NOTES.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39843ffedf6..2dc0b52882d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## [v0.47.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.6) - 2023-11-07 +## [v0.47.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.6) - 2023-11-13 ### Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7a1a6f0c11be..c40391834ea9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,13 +5,13 @@ ## 🚀 Highlights v0.50.0 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy. -Start integrating with [Cosmos SDK Eden](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.0) and enjoy and the new features and performance improvements. +Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.1) and enjoy and the new features and performance improvements. For this 6th patch release of the `v0.47.x` line, some of the notable changes include: -* -* +* The gRPC and API server are both started in standalone mode (CometBFT out of process) +* Fix the default prepare proposal handler to better match CometBFT ABCI specification -Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/release/v0.47.4...v0.47.5) from last release. +Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/release/v0.47.5...v0.47.6) from last release. -Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.0`. +Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.1`. From 7e20c660315f2b58cbdadb800aa69368decc7eab Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 14 Nov 2023 09:58:55 +0100 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc0b52882d7..b88442d0c402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## [v0.47.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.6) - 2023-11-13 +## [v0.47.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.6) - 2023-11-14 ### Features From 29b00a9d9298b00c1a103a01b5bca6bd1f156628 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 14 Nov 2023 09:59:56 +0100 Subject: [PATCH 4/5] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c40391834ea9..6c6ef40d0bca 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ ## 🚀 Highlights -v0.50.0 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy. +v0.50 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy. Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.1) and enjoy and the new features and performance improvements. For this 6th patch release of the `v0.47.x` line, some of the notable changes include: From b1c3c5af2a8ea85d2d444d07e3acf0395710fdc5 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 14 Nov 2023 14:42:36 +0100 Subject: [PATCH 5/5] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6c6ef40d0bca..3b085301fa56 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,6 @@ For this 6th patch release of the `v0.47.x` line, some of the notable changes in * The gRPC and API server are both started in standalone mode (CometBFT out of process) * Fix the default prepare proposal handler to better match CometBFT ABCI specification -Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/release/v0.47.5...v0.47.6) from last release. +Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.5...v0.47.6) from last release. Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.1`.