22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.17.0-rc3] - 2025-03-26
6+
7+ ### 🐛 Bug Fixes
8+
9+ - Refactor escrow database
10+ - Adjust delegation tests
11+ - Validate receipt signatures in pw escrow
12+ - Allow setting next threshold in group incept
13+
14+ ### 🚜 Refactor
15+
16+ - Add partially witnessed escrow submodule
17+ - Adjust partially escrow tests
18+
19+ ### ⚙️ Miscellaneous Tasks
20+
21+ - Remove unused imports
22+
23+ ## [ 0.17.0-rc2] - 2025-03-12
24+
25+ ### 🐛 Bug Fixes
26+
27+ - Update watcher dependencies
28+ - Update failing test
29+
30+ ### ⚙️ Miscellaneous Tasks
31+
32+ - Update dependencies
33+
34+ ## [ 0.17.0-rc1] - 2025-02-27
35+
36+ ### 🚀 Features
37+
38+ - Derive rkyv's Archive, Serialize, and Deserialize for IdentifierState
39+ - Persist identifier key states in events_db for better tracking
40+ - Replace compute_state function with get_key_state in EventStorage
41+ - Change keys in database
42+ - Use redb in out of order escrow
43+
44+ ### 🐛 Bug Fixes
45+
46+ - Compute signature index instead of using 0
47+ - Return receipts as attachments
48+ - Save published receipts sn in db
49+ - Execute add_kel_finalized_event operations in transaction
50+ - Update witness and watcher workspaces
51+
52+ ### 🚜 Refactor
53+
54+ - Remove unnecessary clone
55+ - Split redb module into multiple files
56+
57+ ### 🧪 Testing
58+
59+ - Add delegation tests
60+ - Add assertions for key_state in test_retrieve_kel
61+
62+ ### ⚙️ Miscellaneous Tasks
63+
64+ - Reformat and fix warnings
65+ - Add processing events benchmark
66+ - Cargo fmt and update test
67+ - Update rust version in dockers
68+
569## [ 0.16.0] - 2025-01-29
670
771### 🚀 Features
@@ -15,6 +79,10 @@ All notable changes to this project will be documented in this file.
1579- Warnings and failing tests
1680- Fix test_updates
1781
82+ ### ⚙️ Miscellaneous Tasks
83+
84+ - Release
85+
1886## [ 0.15.1] - 2025-01-16
1987
2088### 🐛 Bug Fixes
0 commit comments