Releases: informalsystems/hermes
Releases · informalsystems/hermes
v1.0.0-rc.2
v1.0.0-rc.1
July 27th, 2022
This is the second release candidate for Hermes v1.0.0 🎉
Note for operators
⚠️ This release contains multiple breaking changes to the Hermes command-line interface and configuration.
⚠️ Please consult the UPGRADING document for instructions to update to Hermes v1.0.0-rc.1.
v1.0.0-rc.0
July 7th, 2022
This is the first release candidate for Hermes v1.0.0 🎉
Note for operators
⚠️ This release contains multiple breaking changes to the Hermes command-line interface and configuration.
⚠️ Please consult the UPGRADING document for instructions to update to Hermes v1.0.0-rc.0.
v0.15.0
v0.14.1
v0.14.0
v0.13.0
v0.13.0-rc.0
March 7th, 2022
⚠️ This is a release candidate and not the final release for v0.13.0.
FEATURES
- Relayer Library
- Added caching layer for hermes start command
(#1908)
- Added caching layer for hermes start command
IMPROVEMENTS
- IBC Modules
- Refactored ics04_channel events
(#718)
- Refactored ics04_channel events
- Relayer Library
- Fixed relayer behavior on ordered channels
(#1835)
- Fixed relayer behavior on ordered channels
v0.12.0
v0.12.0-rc.0
February 21st, 2022
⚠️ This is a release candidate and not the final release for v0.12.0.
BUG FIXES:
- IBC Modules
- Relayer Library
- Relayer CLI
- Disable reloading of configuration upon receiving a SIGHUP signal (#1885)
FEATURES:
- General
- Upgrade protos and compatibility to IBC v3.0.0-rc.0 and Cosmos SDK v0.45.1 (#1797)
- Relayer CLI
- Allow overriding the tracing filter with
RUST_LOG
environment variable (#1895)
- Allow overriding the tracing filter with
IMPROVEMENTS:
- IBC Modules
- Relayer Library
- Relayer CLI
- Added
clear packets
command, combining the effects oftx raw packet-recv
andtx raw packet-ack
(#1834)
- Added