Skip to content

Commit 7a67ac5

Browse files
authored
Release Hermes v1.10.1 (#4100)
* Create changelog for v1.10.1 * Update CHANGELOG * Bump versions * Run cargo update
1 parent 2dffd3d commit 7a67ac5

File tree

19 files changed

+182
-158
lines changed

19 files changed

+182
-158
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v1.10.1/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*July 23th, 2024*
2+
3+
In this release `tendermint-rs` has been updated to the latest version, addressing issues with the `/block_results` response. This ensures compatibility with CometBFT v0.38.10.
4+
5+
And enhancements have been made to the logs regarding packet clearing, providing better insights and warnings for users.

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# CHANGELOG
22

3+
## v1.10.1
4+
5+
*July 23th, 2024*
6+
7+
In this release `tendermint-rs` has been updated to the latest version, addressing issues with the `/block_results` response. This ensures compatibility with CometBFT v0.38.10.
8+
9+
And enhancements have been made to the logs regarding packet clearing, providing better insights and warnings for users.
10+
11+
12+
### BREAKING CHANGES
13+
14+
- Bump version of `ibc-proto` from `v0.46.0` to `v0.47.0` and
15+
version of `tendermint-rs` from `v0.37.0` to `v0.38.1`.
16+
([\#4093](https://github.com/informalsystems/hermes/issues/4093))
17+
18+
### IMPROVEMENTS
19+
20+
- [Integration Test Framework](tools/test-framework)
21+
- Add the features `packet-forward` and `ica` to enable
22+
Packet Forward Middleware and ICA when running tests with Osmosis
23+
([\#3195](https://github.com/informalsystems/hermes/issues/3195))
24+
- [Relayer Library](relayer)
25+
- Improve logs when clearing packet.
26+
* When Hermes doesn't pull packet data it will now warn the user
27+
instead of logging `pulled packet data for 0 events out of X`
28+
* When ICS20 packets are filtered due to having a receiver or memo
29+
field too big, the log will be at `warn` level instead of `debug`.
30+
([\#4072](https://github.com/informalsystems/hermes/issues/4072))
31+
332
## v1.10.0
433

534
*June 24th, 2024*

0 commit comments

Comments
 (0)