Releases: bitcoindevkit/rust-esplora-client
Releases · bitcoindevkit/rust-esplora-client
Release 0.10.0
What's Changed
- fix(ci): pin tokio to 1.38.1 on MSRV step by @oleonardolima in #94
- Don't return 1.0 feerate if none is found by
convert_fee_rate
by @ValuedMammal in #90 - chore: upgrade and bump some CI dependencies by @oleonardolima in #95
- fix(ci): code coverage
actions/upload-artifact
version by @oleonardolima in #96 - refactor(async): refactoring async client and minor documentation improvements by @oleonardolima in #93
- Implement retryable calls by @ValuedMammal in #98
- fix(blocking):
get_with_retry
is private method by @ValuedMammal in #100 - chore: bump version to 0.10.0 by @notmandatory in #101
New Contributors
- @ValuedMammal made their first contribution in #90
Full Changelog: v0.9.0...v0.10.0
Release 0.9.0
What's Changed
- feat: add way to make raw req and get url for
BlockingClient
by @evanlinjin in #87 - ci: pin url dependency version to build with rust 1.63 by @notmandatory in #89
- chore: bump version to 0.9.0 by @evanlinjin in #88
New Contributors
- @evanlinjin made their first contribution in #87
Full Changelog: v0.8.0...v0.9.0
Release 0.8.0
What's Changed
- chore(deps): upgrade
rust-bitcoin
to0.32.0
by @oleonardolima in #85
New Contributors
- @oleonardolima made their first contribution in #85
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0
What's Changed
- Propagate errors from Esplora backends by @vladimirfomene in #58
- docs: Fixed typo in Cargo.toml example by @bjorn in #56
- ci: change MSRV to 1.63.0 by @notmandatory in #69
- cargo: set rust-version to 1.63.0 by @notmandatory in #70
- Bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors by @notmandatory in #76
- Upgrade bitcoin to v0.31 by @tcharding in #79
- Replace
ureq
withminreq
forblocking
by @tnull in #75 - fix: change target's type in fee estimate map by @vladimirfomene in #65
- add http header support by @johncantrell97 in #66
- fix hex dependency version, set to 0.2.0 by @notmandatory in #82
New Contributors
- @bjorn made their first contribution in #56
- @johncantrell97 made their first contribution in #66
Full Changelog: v0.6.0...v0.7.0