|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## v1.10.4 |
| 4 | + |
| 5 | +*November 19th, 2024* |
| 6 | + |
| 7 | +This release introduces compatibility with the new Consumer ID for Permissionless ICS, improves detection of Tendermint/CometBFT versions for non-standard chains, and enhances IPv6 support for gRPC connections. Log messages have been refined for better clarity, including adjusting redundant packet broadcasts to INFO. |
| 8 | + |
| 9 | +### BUG FIXES |
| 10 | + |
| 11 | +- [Relayer Library](relayer) |
| 12 | + - Fix error messages in logs to accurately display the RPC endpoint |
| 13 | + that failed. |
| 14 | + ([\#4250](https://github.com/informalsystems/hermes/issues/4250)) |
| 15 | + - Fix an issue where Hermes would fail to connect to gRPC servers |
| 16 | + with an IPv6 address. |
| 17 | + ([\#4237](https://github.com/informalsystems/hermes/issues/4237)) |
| 18 | + - Fix the extraction of the chain name from the chain ID to ensure |
| 19 | + accurate identification. |
| 20 | + ([\#4247](https://github.com/informalsystems/hermes/issues/4247)) |
| 21 | + |
| 22 | +### FEATURES |
| 23 | + |
| 24 | +- [Integration Test Framework](tools/test-framework) |
| 25 | + - Disable TLS configuration when using IPv6 for the gRPC endpoint. |
| 26 | + ([\#4224](https://github.com/informalsystems/hermes/issues/4224)) |
| 27 | + |
| 28 | +### IMPROVEMENTS |
| 29 | + |
| 30 | +- General |
| 31 | + - Improve detection of Tendermint/CometBFT compatibility |
| 32 | + mode when a chain runs a non-standard version |
| 33 | + ([\#4178](https://github.com/informalsystems/hermes/issues/4178)) |
| 34 | +- [Relayer Library](relayer) |
| 35 | + - Use CCV consumer ID to submit misbehaviour messages |
| 36 | + ([\#4153](https://github.com/informalsystems/hermes/issues/4153)) |
| 37 | + - Improve log message when broadcasting redundant packet and set it |
| 38 | + to `INFO` instead of `ERROR`. |
| 39 | + ([\#4252](https://github.com/informalsystems/hermes/issues/4252)) |
| 40 | +- [Integration Test Framework](tools/test-framework) |
| 41 | + - Update the versions of the following `simd` running the integration tests in the CI: |
| 42 | + * From `v6.3.0` to `v6.3.1` |
| 43 | + * From `v7.4.0` to `v7.8.0` |
| 44 | + * From `v8.3.1` to `v8.5.1` |
| 45 | + * From `v9.0.0-beta.1` to `v9.0.0-rc.0` |
| 46 | + |
| 47 | + ([\#4202](https://github.com/informalsystems/hermes/issues/4202)) |
| 48 | + - Update the version of Gaia running the integration tests in the CI from `v18.1.0` |
| 49 | + to `v20.0.0` ([\#4204](https://github.com/informalsystems/hermes/issues/4204)) |
| 50 | + |
3 | 51 | ## v1.10.3
|
4 | 52 |
|
5 | 53 | *September 2nd, 2024*
|
|
0 commit comments