diff --git a/CHANGELOG.md b/CHANGELOG.md index c1df4595de..a1145e7eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,41 @@ ## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD) -[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.41.0...HEAD) +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.42.0...HEAD) + +## [v0.42.0](https://github.com/CosmWasm/wasmd/tree/v0.42.0) (2023-09-20) + +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.41.0...v0.42.0) + +- Fix label validation error [\#1555](https://github.com/CosmWasm/wasmd/pull/1555) +- Improve ToWasmVMGas/FromWasmVMGas code level documentation [\#1564](https://github.com/CosmWasm/wasmd/pull/1564) +- Fix gas calculation [\#1567](https://github.com/CosmWasm/wasmd/pull/1567) +- Bump cosmos-sdk to v0.47.5 [\#1467](https://github.com/CosmWasm/wasmd/issues/1467) +- fix: make sure wasmvm cache metrics collector registration after VM setup[\#1575](https://github.com/CosmWasm/wasmd/pull/1575) +- Remove legacy gov proposal dependencies [\#1587](https://github.com/CosmWasm/wasmd/pull/1587) +- Upgrade to wasmvm 1.4 [\#1586](https://github.com/CosmWasm/wasmd/issues/1586) +- Custom StoreCode Authorization for authz module [\#1584](https://github.com/CosmWasm/wasmd/issues/1584) +- Bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0 [\#1594](https://github.com/CosmWasm/wasmd/pull/1594) +- Log query error before redacting [\#1593](https://github.com/CosmWasm/wasmd/issues/1593) +- Restrict pagination on all-state-query [\#1619](https://github.com/CosmWasm/wasmd/pull/1619) +- Bug in IbcQuery::ListChannels implementation when port is unset [\#1597](https://github.com/CosmWasm/wasmd/issues/1597) +- Ensure some contraints and limits on pin/unpin code ids [\#1624](https://github.com/CosmWasm/wasmd/pull/1624) +- Ensure genesis import works with both address generators [\#1629](https://github.com/CosmWasm/wasmd/issues/1629) +- Set default query limit and ensure constraints [\#1632](https://github.com/CosmWasm/wasmd/pull/1632) + +### Notable changes: +- Fix gas calculation [\#1567](https://github.com/CosmWasm/wasmd/pull/1567) +- Upgrade to wasmvm 1.4 [\#1586](https://github.com/CosmWasm/wasmd/issues/1586) +- Bug in IbcQuery::ListChannels implementation when port is unset [\#1597](https://github.com/CosmWasm/wasmd/issues/1597) + - If `port_id` is omitted, all channels bound to the contract's port will be listed. +- Restrict pagination on all-state-query [\#1619](https://github.com/CosmWasm/wasmd/pull/1619) + - Pagination limit is set to 100 for all-state-query. See also [\#1632](https://github.com/CosmWasm/wasmd/pull/1632) +- Ensure some contraints and limits on pin/unpin code ids [\#1624](https://github.com/CosmWasm/wasmd/pull/1624) + - Total number of code ids is limited to 50 for pin/unpin operations +- Custom StoreCode Authorization for authz module [\#1584](https://github.com/CosmWasm/wasmd/issues/1584) + +### Migration notes: +- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade. ## [v0.41.0](https://github.com/CosmWasm/wasmd/tree/v0.41.0) (2023-07-28)