@@ -14,6 +14,16 @@ This changelog focuses on:
1414- Protocol structural changes
1515- Breaking changes
1616
17+ ## [ 2025-08-13]
18+
19+ ### Changed
20+ - ** Test Vectors** : Updated test vectors to reflect recent protocol changes
21+ - Updated AuthorizationRequired test vectors to reference TAIP-4 instead of TAIP-15
22+ - Added test vectors for TAIP-17 Escrow messages with valid and invalid examples
23+ - Added test vectors demonstrating PayTo URI support (RFC 8905) for traditional banking integration
24+ - Added examples for Transfer messages with IBAN PayTo URIs
25+ - Added Payment request examples with ACH/wire PayTo URIs
26+
1727## [ 2025-08-04]
1828
1929### Added
@@ -259,7 +269,7 @@ This changelog focuses on:
259269
260270## Message Type Summary
261271
262- ### Current TAP Messages (16 total)
272+ ### Current TAP Messages (18 total)
2632731 . ** Transfer** - Virtual asset transfer initiation
2642742 . ** Payment** - Payment request with invoice support
2652753 . ** Authorize** - Transaction authorization (enhanced to replace Complete)
@@ -275,7 +285,9 @@ This changelog focuses on:
27528513 . ** ConfirmRelationship** - Confirm party-agent relationship
27628614 . ** UpdatePolicies** - Update agent policies
27728715 . ** Connect** - Establish agent connection
278- 16 . ** AuthorizationRequired** - Request connection authorization
288+ 16 . ** AuthorizationRequired** - Request authorization (moved to TAIP-4)
289+ 17 . ** Escrow** - Hold assets in escrow with conditions (TAIP-17)
290+ 18 . ** Capture** - Release escrowed funds (TAIP-17)
279291
280292### Removed Messages
281293- ** Complete** (2024-06-12) - Functionality merged into Authorize message
0 commit comments