The first stable release of the payjoin library supports both synchronous
BIP 78 payjoins and asynchronous BIP 77 payjoins. The BIP 77 sender and
receiver APIs use typestate-driven session workflows, event-log persistence,
and explicit monitoring, cancellation, and fallback paths so interrupted
sessions can be safely resumed.
This release stabilizes the public API and persisted session format developed
through the 0.24, 0.25, and 1.0 release candidates.
What's Changed
- Bump dart payjoin 0.2.1 for pub.dev by @spacebear21 in #1800
- Add tests for signing in psbt_input_is_signed by @benalleng in #1784
- fix(payjoin-ffi): validate brew and llvm on macOS by @AdamuAbba in #1776
- Publish csharp from tag with Nuget OIDC by @DanGould in #1767
- Bump payjoin to version 1.0.0 by @benalleng in #1801
- Disable docs build verification in CI for non-lib crates by @benalleng in #1799
- Check semver compliance on release bump PRs by @spacebear21 in #1804
New Contributors
- @AdamuAbba made their first contribution in #1776
Full Changelog: payjoin-cli-1.0.0-rc.2...payjoin-1.0.0