mppx 0.9.3 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # mppx
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c0ce0fe: Enforced recipient allowlists for both primary and split recipients, including zero-amount proofs.
8
+
9
+ Migration: include the primary recipient address as well as every split recipient in `expectedRecipients`. Configurations containing only split recipients are now rejected.
10
+
11
+ ### Patch Changes
12
+
13
+ - 3c14a65: Enforced charge and session chain policies and rejected clients on conflicting payment chains. Preserved configured payment methods, challenge preferences, session retries, incremental SSE output, and follow-up vouchers in the CLI. Updated validation to use configured methods and advertised payment metadata, avoid unrelated wallet preflights, and settle session attempts after responses or transport failures.
14
+ - eda059a: Added a non-blocking `suggested` validation category and used it for missing, empty, or non-text `/llms.txt` documentation.
15
+ - d71ad79: Added request-aware payment preparation with safe redirect handling and pinned credential delivery.
16
+
3
17
  ## 0.9.3
4
18
 
5
19
  ### Patch Changes