v0.42.0
February 8th, 2024
This release updates the proto types for IBC-Go from v8.0.0 to v8.1.0. This includes proto types used for channel upgrade.
Please note that IBC-Go v8.1.0 doesn't provide the Wasm light client proto types anymore (ibc.lightclients.wasm.v1
). These types will live in ibc-proto-rs versions v0.41.x.
What's Changed
- Bump h2 from 0.3.17 to 0.3.24 in /tools/proto-compiler by @dependabot in #183
- Extend
ibc::mock
types with more data fields by @rnbguy in #188 - Proto compilation fixes by @mzabaluev in #191
- Use the v0.34 definition of
tendermint.abci.Event
which does not enforce valid UTF-8 data by @romac in #180 - Update ibc-go protos to
v8.1.0
by @ljoss17 in #192 - Release v0.42.0 by @ljoss17 in #193
Full changes: v0.41.0...v0.42.0