github payjoin/rust-payjoin payjoin-0.23.0
Release payjoin-0.23.0

latest release: payjoin-cli-0.1.0
pre-release3 days ago

Summary

This release features a first-class persistence abstraction, wire protocol changes for RFC 9540 support, and better compliance with the BIP78 specification. It also pays back a whole bunch of tech debt including enhanced error handling, expanded functionality with new modules and additive features, and improved test infrastructure. There are breaking API and protocol changes as a result.

It also introduces an experimental multiparty sender behind the hidden "_multiparty" feature gate.

Changelog

  • Make features additive #430 #466 #501 #518
  • Make receiver errors replyable to the sender #474 #506 #526 #606
  • Separate error modules #482
  • Introduce "directory" feature module #502
  • Expose test helpers via payjoin-test-utils crate #484
  • Accomodate updated BIP78 spec #505
  • Fallback to first candidate if avoid_uih fails #533
  • Use IntoUrl trait instead of Url in function signatures #520
  • Don't accept invalid certs even in tests #550
  • Introduce experimental multiparty sender behind the "_multiparty" feature flag #434
  • Add support for RFC 9540 #549 #570 #587
  • Fix the pjos BIP21 parameter to match the BIP78 spec #546
  • Introduce mutation testing #573
  • Add first-class persistence abstraction #552
  • Add many more tests, significantly improving test coverage

What's Changed

New Contributors

Full Changelog: payjoin-0.22.0...payjoin-0.23.0

Don't miss a new rust-payjoin release

NewReleases is sending notifications on new releases.