Skip to content

Commit 03f3c72

Browse files
authored
Update changelog for 0.42.0 release (#1633)
* Add changelog for 0.42.0 release * Update changelog * Add date
1 parent afa85da commit 03f3c72

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,41 @@
22

33
## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD)
44

5-
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.41.0...HEAD)
5+
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.42.0...HEAD)
6+
7+
## [v0.42.0](https://github.com/CosmWasm/wasmd/tree/v0.42.0) (2023-09-20)
8+
9+
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.41.0...v0.42.0)
10+
11+
- Fix label validation error [\#1555](https://github.com/CosmWasm/wasmd/pull/1555)
12+
- Improve ToWasmVMGas/FromWasmVMGas code level documentation [\#1564](https://github.com/CosmWasm/wasmd/pull/1564)
13+
- Fix gas calculation [\#1567](https://github.com/CosmWasm/wasmd/pull/1567)
14+
- Bump cosmos-sdk to v0.47.5 [\#1467](https://github.com/CosmWasm/wasmd/issues/1467)
15+
- fix: make sure wasmvm cache metrics collector registration after VM setup[\#1575](https://github.com/CosmWasm/wasmd/pull/1575)
16+
- Remove legacy gov proposal dependencies [\#1587](https://github.com/CosmWasm/wasmd/pull/1587)
17+
- Upgrade to wasmvm 1.4 [\#1586](https://github.com/CosmWasm/wasmd/issues/1586)
18+
- Custom StoreCode Authorization for authz module [\#1584](https://github.com/CosmWasm/wasmd/issues/1584)
19+
- Bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0 [\#1594](https://github.com/CosmWasm/wasmd/pull/1594)
20+
- Log query error before redacting [\#1593](https://github.com/CosmWasm/wasmd/issues/1593)
21+
- Restrict pagination on all-state-query [\#1619](https://github.com/CosmWasm/wasmd/pull/1619)
22+
- Bug in IbcQuery::ListChannels implementation when port is unset [\#1597](https://github.com/CosmWasm/wasmd/issues/1597)
23+
- Ensure some contraints and limits on pin/unpin code ids [\#1624](https://github.com/CosmWasm/wasmd/pull/1624)
24+
- Ensure genesis import works with both address generators [\#1629](https://github.com/CosmWasm/wasmd/issues/1629)
25+
- Set default query limit and ensure constraints [\#1632](https://github.com/CosmWasm/wasmd/pull/1632)
26+
27+
### Notable changes:
28+
- Fix gas calculation [\#1567](https://github.com/CosmWasm/wasmd/pull/1567)
29+
- Upgrade to wasmvm 1.4 [\#1586](https://github.com/CosmWasm/wasmd/issues/1586)
30+
- Bug in IbcQuery::ListChannels implementation when port is unset [\#1597](https://github.com/CosmWasm/wasmd/issues/1597)
31+
- If `port_id` is omitted, all channels bound to the contract's port will be listed.
32+
- Restrict pagination on all-state-query [\#1619](https://github.com/CosmWasm/wasmd/pull/1619)
33+
- Pagination limit is set to 100 for all-state-query. See also [\#1632](https://github.com/CosmWasm/wasmd/pull/1632)
34+
- Ensure some contraints and limits on pin/unpin code ids [\#1624](https://github.com/CosmWasm/wasmd/pull/1624)
35+
- Total number of code ids is limited to 50 for pin/unpin operations
36+
- Custom StoreCode Authorization for authz module [\#1584](https://github.com/CosmWasm/wasmd/issues/1584)
37+
38+
### Migration notes:
39+
- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade.
640

741
## [v0.41.0](https://github.com/CosmWasm/wasmd/tree/v0.41.0) (2023-07-28)
842

0 commit comments

Comments
 (0)