Skip to content

Commit cedcfcb

Browse files
authored
chore: release v0.38.1 (#1906)
1 parent 4b66ef5 commit cedcfcb

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.38.1] - 2025-01-24
8+
9+
This is a bug-fix release that fixes a bug in the `reconnecting-rpc-client` where the error was wrapped in the wrong error variant
10+
which kept retry logic to keep retrying the same error indefinitely.
11+
12+
### Fixed
13+
- don't wrap rpc error in DisconnectedWillReconnect in reconnecting rpc client ([#1904](https://github.com/paritytech/subxt/pull/1904))
14+
715
## [0.38.0] - 2024-10-24
816

917
This release doesn't introduce any substantial breaking changes and focuses primarily on incremental improvements, testing and bug fixes. A few of the highlights include:

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resolver = "2"
3434
[workspace.package]
3535
authors = ["Parity Technologies <[email protected]>"]
3636
edition = "2021"
37-
version = "0.38.0"
37+
version = "0.38.1"
3838
rust-version = "1.74.0"
3939
license = "Apache-2.0 OR GPL-3.0"
4040
repository = "https://github.com/paritytech/subxt"

0 commit comments

Comments
 (0)