Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.10.3 #4175

Merged
merged 9 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changelog/v1.10.3/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*August 29th, 2024*

This release brings several important updates and improvements across multiple components. Notably, it introduces explicit root TLS configuration for gRPC clients in both the Chain Registry and Relayer Library, enhancing security and configuration flexibility. Additionally, the Relayer CLI has been refined to ensure proper filtering of sequences in the clear packet command, improving the reliability of packet management.

Furthermore, the Relayer Library now uses `abci_query` instead of gRPC queries for staking parameters and service configuration during health checks, and when retrieving version information. These updates contribute to a more robust and efficient relayer experience.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# CHANGELOG

## v1.10.3

*August 29th, 2024*

This release brings several important updates and improvements across multiple components. Notably, it introduces explicit root TLS configuration for gRPC clients in both the Chain Registry and Relayer Library, enhancing security and configuration flexibility. Additionally, the Relayer CLI has been refined to ensure proper filtering of sequences in the clear packet command, improving the reliability of packet management.
romac marked this conversation as resolved.
Show resolved Hide resolved

Furthermore, the Relayer Library now uses `abci_query` instead of gRPC queries for staking parameters and service configuration during health checks, and when retrieving version information. These updates contribute to a more robust and efficient relayer experience.
romac marked this conversation as resolved.
Show resolved Hide resolved

### BUG FIXES

- [Chain Registry](chain-registry)
- add explicit root TLS configuration to gRPC clients
romac marked this conversation as resolved.
Show resolved Hide resolved
([\#4160](https://github.com/informalsystems/hermes/issues/4160))
- [Relayer Library](relayer)
- Add explicit root TLS configuration to gRPC clients
([\#4160](https://github.com/informalsystems/hermes/issues/4160))
- [Relayer CLI](relayer-cli)
- Correctly filter out sequences from the `excluded_sequences` configuration
when clearing packets with the `clear packet` CLI.
([\#4158](https://github.com/informalsystems/hermes/issues/4158))

### IMPROVEMENTS

- [Relayer Library](relayer)
- Use `abci_query` instead of gRPC queries when retrieving staking params
and service config during health-check, and when retrieving version information.
([\#4102](https://github.com/informalsystems/hermes/issues/4102))
- [Integration Test Framework](tools/test-framework)
- Update the version of Celestia running the integration tests in the CI from `v1.11.0`
to `v1.14.0` ([\#4123](https://github.com/informalsystems/hermes/issues/4123))
- Update the version of Neutron running the integration tests in the CI from `v4.1.0`
to `v4.2.2` ([\#4168](https://github.com/informalsystems/hermes/issues/4168))
- Update the version of `wasmd` running the integration tests in the CI from `v0.52.0`
to `v0.53.0` ([\#4169](https://github.com/informalsystems/hermes/issues/4169))
- Update the version of Juno running the integration tests in the CI from `v23.0.0`
to `v24.0.0` ([\#4171](https://github.com/informalsystems/hermes/issues/4171))

### FEATURES

- [Integration Test Framework](tools/test-framework)
- Add ibc-go `v9` to the chains running the integration tests in the CI.
([\#4151](https://github.com/informalsystems/hermes/issues/4151))

## v1.10.2

*August 14th, 2024*
Expand Down
Loading
Loading