Skip to content

Commit 8b6c68e

Browse files
committed
Bump payjoin version to 0.23.0
1 parent a18cbd3 commit 8b6c68e

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

payjoin/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Payjoin Changelog
22

3+
## 0.23.0
4+
5+
- Make features additive [#430](https://github.com/payjoin/rust-payjoin/pull/430) [#466](https://github.com/payjoin/rust-payjoin/pull/466) [#501](https://github.com/payjoin/rust-payjoin/pull/501) [#518](https://github.com/payjoin/rust-payjoin/pull/518)
6+
- Make receiver errors replyable to the sender [#474](https://github.com/payjoin/rust-payjoin/pull/474) [#506](https://github.com/payjoin/rust-payjoin/pull/506) [#526](https://github.com/payjoin/rust-payjoin/pull/526) [#606](https://github.com/payjoin/rust-payjoin/pull/606)
7+
- Separate error modules [#482](https://github.com/payjoin/rust-payjoin/pull/482)
8+
- Introduce "directory" feature module [#502](https://github.com/payjoin/rust-payjoin/pull/502)
9+
- Expose test helpers via payjoin-test-utils crate [#484](https://github.com/payjoin/rust-payjoin/pull/484)
10+
- Accommodate updated BIP78 spec [#505](https://github.com/payjoin/rust-payjoin/pull/505)
11+
- Fallback to first candidate if avoid_uih fails [#533](https://github.com/payjoin/rust-payjoin/pull/533)
12+
- Use IntoUrl trait instead of Url in function signatures [#520](https://github.com/payjoin/rust-payjoin/pull/520)
13+
- Don't accept invalid certs even in tests [#550](https://github.com/payjoin/rust-payjoin/pull/550)
14+
- Introduce experimental multiparty sender behind the "_multiparty" feature flag [#434](https://github.com/payjoin/rust-payjoin/pull/434)
15+
- Add support for RFC 9540 [#549](https://github.com/payjoin/rust-payjoin/pull/549) [#570](https://github.com/payjoin/rust-payjoin/pull/570) [#587](https://github.com/payjoin/rust-payjoin/pull/587)
16+
- Fix the `pjos` BIP21 parameter to match the BIP78 spec [#546](https://github.com/payjoin/rust-payjoin/pull/546)
17+
- Introduce mutation testing [#573](https://github.com/payjoin/rust-payjoin/pull/573)
18+
- Add first-class persistence abstraction [#552](https://github.com/payjoin/rust-payjoin/pull/552)
19+
- Add many more tests, significantly improving test coverage
20+
321
## 0.22.0
422

523
- Propagate Uri Fragment parameter errors to the caller

payjoin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "payjoin"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
authors = ["Dan Gould <d@ngould.dev>"]
55
description = "Payjoin Library implementing BIP 78 and BIP 77 batching protocols."
66
repository = "https://github.com/payjoin/rust-payjoin"
@@ -50,4 +50,4 @@ tracing = "0.1.40"
5050

5151
[package.metadata.docs.rs]
5252
all-features = true
53-
rustdoc-args = ["--cfg", "docsrs"]
53+
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)