Skip to content

build(deps): bump electrum-client from 0.24.0 to 0.25.0 - #127

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/electrum-client-0.25.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/electrum-client-0.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps electrum-client from 0.24.0 to 0.25.0.

Release notes

Sourced from electrum-client's releases.

Release 0.25.0

What's Changed

New Contributors

Full Changelog: bitcoindevkit/rust-electrum-client@0.24.1...0.25.0

Release 0.24.1

What's Changed

Full Changelog: bitcoindevkit/rust-electrum-client@0.24.0...0.24.1

Changelog

Sourced from electrum-client's changelog.

[0.25.0]

Added

  • Add new justfile #195
  • Add new simpler feature names openssl, rustls, and rustls-ring #182
  • Add support for Electrum Protocol v1.6 #190
  • Add automatic server.version negotiation on connect, exposed via a new protocol_version() method and CLIENT_NAME/PROTOCOL_VERSION_MIN/PROTOCOL_VERSION_MAX constants #190
  • Add new mempool_get_info method returning mempoolminfee, minrelaytxfee, and incrementalrelayfee #190
  • Add new transaction_broadcast_package method for package relay (CPFP) #190
  • Add new optional EstimationMode (Conservative/Economical) parameter on estimate_fee #190
  • Add new AuthProvider type alias (Arc<dyn Fn() -> Option<String> + Send + Sync>) for dynamic authorization token support (e.g. JWT Bearer, API keys, OAuth) #194

Fixed

  • Fix bitcoin::block::Header documentation link #195

Changed

  • Change ConfigBuilder::timeout() to accept Option<Duration> #180
  • Remove Client dependency on the proxy feature #182
  • The Client constructors (new, new_ssl, new_ssl_from_stream, new_proxy) now fail if protocol version negotiation fails #190
  • The estimate_fee now takes Option<EstimationMode> as its second parameter #190
  • Remove minimal, debug-calls features #182
  • Remove conditional compilation of ElectrumApi::calls_made #182
  • ConfigBuilder now accepts an optional AuthProvider via authorization_provider(), enabling token-refresh patterns without reconnecting #194
  • RawClient and ClientType::from_config updated to propagate the auth provider across all transport backends (TCP, SSL, SOCKS5) #194

[0.24.1]

  • Default to ring if multiple rustls features are set #183
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 11, 2026
@0xB10C

0xB10C commented Jun 27, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/cargo/electrum-client-0.25.0 branch from a8bd64e to c87f262 Compare June 27, 2026 16:42
@0xB10C
0xB10C force-pushed the dependabot/cargo/electrum-client-0.25.0 branch from d0f2174 to f75b31a Compare July 2, 2026 16:34
@0xB10C

0xB10C commented Aug 5, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/cargo/electrum-client-0.25.0 branch from f75b31a to be7ea9e Compare August 5, 2026 08:05
@0xB10C

0xB10C commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [electrum-client](https://github.com/bitcoindevkit/rust-electrum-client) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/bitcoindevkit/rust-electrum-client/releases)
- [Changelog](https://github.com/bitcoindevkit/rust-electrum-client/blob/master/CHANGELOG.md)
- [Commits](bitcoindevkit/rust-electrum-client@0.24.0...0.25.0)

---
updated-dependencies:
- dependency-name: electrum-client
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/electrum-client-0.25.0 branch from be7ea9e to 3626b34 Compare August 11, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant