Releases: bitcoindevkit/rust-electrum-client
Releases · bitcoindevkit/rust-electrum-client
Release 0.22.0
What's Changed
- fix(insecure-tls):
NoCertificateVerification
implementation by @oleonardolima in #150 - feat: add
id_from_pos
support by @LagginTimes in #155 - Update URLs in
Cargo.toml
by @tnull in #145 - chore: bump version to 0.22.0 and update CHANGELOG.md by @notmandatory in #156
- ci: pin msrv dep version for rustls by @notmandatory in #157
New Contributors
- @LagginTimes made their first contribution in #155
Full Changelog: 0.21.0...0.22.0
Release 0.21.0
What's Changed
- Add use-rustls-ring feature by @thunderbiscuit in #135
- refactor: make
validate_merkle_proof
more efficient by @evanlinjin in #134 - chore: set rust edition to 2021, fix clippy, add ci fmt and clippy checks by @notmandatory in #139
New Contributors
- @thunderbiscuit made their first contribution in #135
Full Changelog: 0.20.0...0.21.0
Release 0.20.0
What's Changed
- Upgrade rustls to 0.23 by @nickfarrow in #132
- chore(deps): upgrade
rust-bitcoin
to0.32.0
by @oleonardolima in #133 - ci: add test with MSRV 1.63.0 by @notmandatory in #128
New Contributors
- @nickfarrow made their first contribution in #132
- @oleonardolima made their first contribution in #133
Full Changelog: 0.19.0...0.20.0
Release 0.19.0
What's Changed
- Bump to version 0.18 by @danielabrozzoni in #116
- Add
Batch::raw
and improve docs by @evanlinjin in #94 - Remove
webpki
and bumpwebpki-roots
tov0.25
by @yukibtc in #117 - Add utility to validate
GetMerkleRes
by @tnull in #122 - Upgrade bitcoin by @tcharding in #121
- enforce timeout on initial socks5 proxy connection by @conduition in #125
- Bump version to 0.19.0 and add CHANGELOG.md by @notmandatory in #126
New Contributors
- @yukibtc made their first contribution in #117
- @tnull made their first contribution in #122
- @conduition made their first contribution in #125
Full Changelog: 0.18.0...0.19.0
Release 0.18.0
What's Changed
- Bump to v0.17.0 by @danielabrozzoni in #111
- Revert "errors if expecing headers notification but not subscribed" by @RCasatta in #115
Full Changelog: 0.17.0...0.18.0
Release 0.17.0
What's Changed
- Errors if expecting headers notification but not subscribed by @RCasatta in #109
- Update rustls dependency by @tcharding in #110
- Ignore other unrecoverable errors in retry client by @RCasatta in #112
Full Changelog: 0.16.0...0.17.0
Release 0.3.0-beta.1
- Bump of
bitcoin
to 0.25
0.2.0-beta.3
- Fix conditional compilation of an import
0.2.0-beta.2
- Improve the
Client
enum
Release 0.2.0-beta.1
- New interface with a single constructor for all the default backends
- New internal multithreaded architecture
- Improved testing, now running against both an electrs and an electrumx server