Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 1.64 KB

Changelog

All notable changes to this project can be found here and in each release's git tag and can be viewed with git tag -ln100 "v*".

Contributors do not need to change this file but do need to add changelog details in their PR descriptions. The person making the next release will collect changelog details from included PRs and edit this file prior to each release.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Add use-rustls-ring feature #135
  • refactor: make validate_merkle_proof more efficient #134
  • chore: set rust edition to 2021, fix clippy, add ci fmt and clippy checks #139
  • Upgrade rustls to 0.23 #132
  • chore(deps): upgrade rust-bitcoin to 0.32.0 #133
  • ci: add test with MSRV 1.63.0 #128
  • Add Batch::raw and improve docs #94
  • Remove webpki and bump webpki-roots to v0.25 #117
  • Upgrade rust-bitcoin to v0.31.0 #121
  • Add utility to validate GetMerkleRes #122
  • Enforce timeout on initial socks5 proxy connection #125
  • Revert "errors if expecting headers notification but not subscribed" #115