|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.60.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.61.0...HEAD) |
| 6 | + |
| 7 | +## [v0.61.0](https://github.com/CosmWasm/wasmd/tree/v0.61.0) (2025-06-24) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.55.0...v0.61.0) |
| 10 | + |
| 11 | +- Update to wasmvm 3.0.0 [\#2304](https://github.com/CosmWasm/wasmd/pull/2304) |
| 12 | +- Add Transfer special handling to IBC destination callback if it's a transfer message [\#2267](https://github.com/CosmWasm/wasmd/pull/2267) |
| 13 | +- Implement RawRange query [\#2263](https://github.com/CosmWasm/wasmd/pull/2263) |
| 14 | +- chore: Change port prefix for IBCv2 messages to "wasm2" [\#2229](https://github.com/CosmWasm/wasmd/pull/2229) |
| 15 | +- feat: IBCv2 timeout handler [\#2226](https://github.com/CosmWasm/wasmd/pull/2226) |
| 16 | +- chore: source_client instead of channel_id in IBCv2 [\#2223](https://github.com/CosmWasm/wasmd/pull/2223) |
| 17 | +- fix: Use seconds instead of nanoseconds for IBCv2 msg [\#2214](https://github.com/CosmWasm/wasmd/pull/2214) |
| 18 | +- Register IBC v2 route and store the IBC v2 port in ContractInfo [\#2122](https://github.com/CosmWasm/wasmd/issues/2122) |
| 19 | +- chore: Remove unused keepers [\#2190](https://github.com/CosmWasm/wasmd/pull/2190) |
| 20 | +- Add IBC v2 SendPacket message encoding [\#2110](https://github.com/CosmWasm/wasmd/issues/2110) |
| 21 | +- Remove IBC fee handling, as it is no longer supported by the IBC protocol [\#2254](https://github.com/CosmWasm/wasmd/pull/2254) |
| 22 | +- Add support for IBCv2 Send entry point [\#2252](https://github.com/CosmWasm/wasmd/pull/2252) |
| 23 | +- Introduce IBCv2 endpoint for receiving message acknowledgements [\#2261](https://github.com/CosmWasm/wasmd/pull/2261) |
| 24 | +- IBCv2 WriteAcknowledgement handler for async ACK [\#2173](https://github.com/CosmWasm/wasmd/pull/2173) |
| 25 | +- Remove HRP from port ID to comply with the IBC port ID format [\#2266](https://github.com/CosmWasm/wasmd/pull/2266) |
| 26 | +- Add a transaction hash to TransactionInfo [\#2259](https://github.com/CosmWasm/wasmd/pull/2259) |
6 | 27 |
|
7 | 28 | ## [v0.60.0](https://github.com/CosmWasm/wasmd/tree/v0.60.0) (2025-05-26) |
8 | 29 |
|
|
15 | 36 | - Make validateAddress cheaper if canonicalization fails [\#2245](https://github.com/CosmWasm/wasmd/pull/2245) |
16 | 37 | - Lower `DefaultMaxCallDepth` [\#2244](https://github.com/CosmWasm/wasmd/pull/2244) |
17 | 38 |
|
18 | | - - chore: Change port prefix for IBCv2 messages to "wasm2" [\#2229](https://github.com/CosmWasm/wasmd/pull/2229) |
19 | | - - feat: IBCv2 timeout handler [\#2226](https://github.com/CosmWasm/wasmd/pull/2226) |
20 | | - - chore: source_client instead of channel_id in IBCv2 [\#2223](https://github.com/CosmWasm/wasmd/pull/2223) |
21 | | - - fix: Use seconds instead of nanoseconds for IBCv2 msg [\#2214](https://github.com/CosmWasm/wasmd/pull/2214) |
22 | | - - Register IBC v2 route and store the IBC v2 port in ContractInfo [\#2122](https://github.com/CosmWasm/wasmd/issues/2122) |
23 | | - - chore: Remove unused keepers [\#2190](https://github.com/CosmWasm/wasmd/pull/2190) |
24 | | - - Add IBC v2 SendPacket message encoding [\#2110](https://github.com/CosmWasm/wasmd/issues/2110) |
25 | | - - Remove IBC fee handling, as it is no longer supported by the IBC protocol [\#2254](https://github.com/CosmWasm/wasmd/pull/2254) |
26 | | - - Add support for IBCv2 Send entry point [\#2252](https://github.com/CosmWasm/wasmd/pull/2252) |
27 | | - - Introduce IBCv2 endpoint for receiving message acknowledgements [\#2261](https://github.com/CosmWasm/wasmd/pull/2261) |
28 | | - - IBCv2 WriteAcknowledgement handler for async ACK [\#2173](https://github.com/CosmWasm/wasmd/pull/2173) |
29 | | - - Remove HRP from port ID to comply with the IBC port ID format [\#2266](https://github.com/CosmWasm/wasmd/pull/2266) |
30 | | - - Add a transaction hash to TransactionInfo [\#2259](https://github.com/CosmWasm/wasmd/pull/2259) |
31 | | - |
32 | 39 | ## [v0.55.0](https://github.com/CosmWasm/wasmd/tree/v0.55.0) (2025-03-11) |
33 | 40 |
|
34 | 41 | [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.54.0...v0.55.0) |
|
0 commit comments