-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update changelog.md with v1.10.0 * Create .changelog entry for v1.10.0 * Bump all version references * Update Cargo.lock * Update release date for v1.10.0
- Loading branch information
Showing
31 changed files
with
175 additions
and
86 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*June 24th, 2024* | ||
|
||
This release enhances filter configurations and includes the following updates: | ||
|
||
1. `excluded_sequences` supports sequence ranges in addition to exact values, | ||
e.g. `[1, 2, "5-10", 13]` is now valid. | ||
2. `packet_filter` now ignores unintended whitespace. | ||
3. A new `allow_ccq` per-chain configuration has been added to skip the relaying of | ||
ICS31 Cross Chain Queries. | ||
|
||
Additionally, various improvements to testing and bug fixes have been implemented. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.