Skip to content

Commit cdcdec0

Browse files
chore(release): update changelog and version to 2.1.1 (#2822)
1 parent 5a193d4 commit cdcdec0

File tree

62 files changed

+328
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+328
-97
lines changed

CHANGELOG.md

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,234 @@
1+
### [2.1.1](https://github.com/dashpay/platform/compare/v2.1.0-rc.1...v2.1.1) (2025-10-27)
2+
3+
4+
### Features
5+
6+
* **rs-sdk:** identity keys query ([#2806](https://github.com/dashpay/platform/issues/2806))
7+
* various swift sdk / ui improvements ([#2811](https://github.com/dashpay/platform/issues/2811))
8+
9+
10+
### Bug Fixes
11+
12+
* **dashmate:** dapi not removed after migration to rs-dapi ([#2817](https://github.com/dashpay/platform/issues/2817))
13+
* **dashmate:** restart for rs-dapi and envoy ([#2821](https://github.com/dashpay/platform/issues/2821))
14+
* **swift-sdk:** make SPV C callbacks Swift 6–safe; eliminate races and TOCTOU ([#2814](https://github.com/dashpay/platform/issues/2814))
15+
16+
17+
### Documentation
18+
19+
* **dpp:** add TokenPaymentInfo file description ([#2813](https://github.com/dashpay/platform/issues/2813))
20+
21+
22+
### Tests
23+
24+
* **wasm-sdk:** expand data contract test coverage ([#2803](https://github.com/dashpay/platform/issues/2803))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* **release:** update changelog and version to 2.1.0 ([#2820](https://github.com/dashpay/platform/issues/2820))
30+
* update testnet DAPI address whitelist with currently enabled masternodes ([#2816](https://github.com/dashpay/platform/issues/2816))
31+
32+
## [2.1.0-rc.1](https://github.com/dashpay/platform/compare/v2.1.0-dev.8...v2.1.0-rc.1) (2025-10-21)
33+
34+
35+
### Features
36+
37+
* **swift-sdk:** swift SDK improvements ([#2809](https://github.com/dashpay/platform/issues/2809))
38+
* **wasm-sdk:** add custom masternode address configuration ([#2805](https://github.com/dashpay/platform/issues/2805))
39+
40+
41+
### Code Refactoring
42+
43+
* **dapi:** rewrite dapi in Rust as rs-dapi ([#2716](https://github.com/dashpay/platform/issues/2716))
44+
45+
46+
### Miscellaneous Chores
47+
48+
* **release:** update changelog and bump version to 2.1.0-rc.1 ([#2812](https://github.com/dashpay/platform/issues/2812))
49+
* update to groveDB 3.1 ([#2808](https://github.com/dashpay/platform/issues/2808))
50+
* update to rust dash core v0.40.0 ([#2810](https://github.com/dashpay/platform/issues/2810))
51+
52+
## [2.1.0-dev.8](https://github.com/dashpay/platform/compare/v2.1.0-dev.7...v2.1.0-dev.8) (2025-10-03)
53+
54+
55+
### ⚠ BREAKING CHANGES
56+
57+
* **platform:** creator id and improved verification of document uniqueness before insertion (#2790)
58+
59+
### Features
60+
61+
* **platform:** creator id and improved verification of document uniqueness before insertion ([#2790](https://github.com/dashpay/platform/issues/2790))
62+
* **sdk:** expose data contract from json ([#2791](https://github.com/dashpay/platform/issues/2791))
63+
64+
65+
### Bug Fixes
66+
67+
* **dashmate:** consensus params in dashmate different than on testnet ([#2682](https://github.com/dashpay/platform/issues/2682))
68+
* **sdk:** wasm is not initialized for some methods ([#2792](https://github.com/dashpay/platform/issues/2792))
69+
70+
71+
### Miscellaneous Chores
72+
73+
* **release:** update changelog and bump version to 2.1.0-dev.8 ([#2797](https://github.com/dashpay/platform/issues/2797))
74+
* script to backup and restore state
75+
76+
### [2.0.1](https://github.com/dashpay/platform/compare/v2.0.0...v2.0.1) (2025-07-10)
77+
78+
79+
### ⚠ BREAKING CHANGES
80+
81+
* **platform:** update keyword search contract ID and owner ID bytes (#2693)
82+
83+
### Bug Fixes
84+
85+
* **platform:** update keyword search contract ID and owner ID bytes ([#2693](https://github.com/dashpay/platform/issues/2693))
86+
87+
88+
### Miscellaneous Chores
89+
90+
* release version 2.0.1 ([#2695](https://github.com/dashpay/platform/issues/2695))
91+
92+
## [2.1.0-dev.7](https://github.com/dashpay/platform/compare/v2.1.0-dev.6...v2.1.0-dev.7) (2025-09-29)
93+
94+
95+
### Bug Fixes
96+
97+
* **sdk:** wasm sdk is not initialized for static methods ([#2788](https://github.com/dashpay/platform/issues/2788))
98+
99+
100+
### Miscellaneous Chores
101+
102+
* **release:** update changelog and bump version to 2.1.0-dev.7 ([#2789](https://github.com/dashpay/platform/issues/2789))
103+
104+
## [2.1.0-dev.6](https://github.com/dashpay/platform/compare/v2.1.0-dev.5...v2.1.0-dev.6) (2025-09-24)
105+
106+
107+
### Features
108+
109+
* **drive:** document filter for state transition subscriptions part 2 ([#2781](https://github.com/dashpay/platform/issues/2781))
110+
* **sdk:** add more SDK methods ([#2784](https://github.com/dashpay/platform/issues/2784))
111+
112+
113+
### Bug Fixes
114+
115+
* **dashmate:** incompatible tenderdash version ([#2786](https://github.com/dashpay/platform/issues/2786))
116+
117+
118+
### Performance Improvements
119+
120+
* **rs-sdk:** optimize wasm-sdk bundle size ([#2783](https://github.com/dashpay/platform/issues/2783))
121+
122+
123+
### Miscellaneous Chores
124+
125+
* **release:** update changelog and bump version to 2.1.0-dev.6 ([#2785](https://github.com/dashpay/platform/issues/2785))
126+
127+
## [2.1.0-dev.5](https://github.com/dashpay/platform/compare/v2.1.0-dev.4...v2.1.0-dev.5) (2025-09-19)
128+
129+
130+
### Features
131+
132+
* **drive:** document filter for state transition subscriptions part 1 ([#2761](https://github.com/dashpay/platform/issues/2761))
133+
134+
135+
### Build System
136+
137+
* fix sdk npm packaging ([#2780](https://github.com/dashpay/platform/issues/2780))
138+
139+
140+
### Miscellaneous Chores
141+
142+
* **release:** update changelog and bump version to 2.1.0-dev.5 ([#2782](https://github.com/dashpay/platform/issues/2782))
143+
144+
## [2.1.0-dev.4](https://github.com/dashpay/platform/compare/v2.0.1...v2.1.0-dev.4) (2025-09-19)
145+
146+
147+
### ⚠ BREAKING CHANGES
148+
149+
* **wasm-sdk:** handle identity create transition signing for all types of keys (#2754)
150+
* **wasm-sdk:** remove unused key_id parameters from state transitions (#2759)
151+
* **sdk:** provide all getStatus info (#2729)
152+
153+
### Features
154+
155+
* add tests for new token transitions
156+
* add wasm bindings for Drive verification functions ([#2660](https://github.com/dashpay/platform/issues/2660))
157+
* balance checker app ([#2688](https://github.com/dashpay/platform/issues/2688))
158+
* **dashmate:** allow configuring zmq using dashmate ([#2697](https://github.com/dashpay/platform/issues/2697))
159+
* evo sdk ([#2771](https://github.com/dashpay/platform/issues/2771))
160+
* **sdk:** add request settings in wasm sdk ([#2707](https://github.com/dashpay/platform/issues/2707))
161+
* **sdk:** add username search example in evo-sdk ([#2706](https://github.com/dashpay/platform/issues/2706))
162+
* **sdk:** adding a trusted context provider package ([#2687](https://github.com/dashpay/platform/issues/2687))
163+
* **sdk:** dpns sdk improvements ([#2692](https://github.com/dashpay/platform/issues/2692))
164+
* **sdk:** enable proof support for most queries ([#2718](https://github.com/dashpay/platform/issues/2718))
165+
* **sdk:** epic: rs-sdk-ffi and ios support ([#2756](https://github.com/dashpay/platform/issues/2756))
166+
* **sdk:** identity creation in wasm ([#2711](https://github.com/dashpay/platform/issues/2711))
167+
* **sdk:** make wasm sdk complete for all state transitions and most queries ([#2690](https://github.com/dashpay/platform/issues/2690))
168+
* **sdk:** provide all getStatus info ([#2729](https://github.com/dashpay/platform/issues/2729))
169+
* **sdk:** wasm docs and fixes ([#2700](https://github.com/dashpay/platform/issues/2700))
170+
* **sdk:** wasm drive verify optimization ([#2683](https://github.com/dashpay/platform/issues/2683))
171+
* **sdk:** wasm sdk core and test suite ([#2709](https://github.com/dashpay/platform/issues/2709))
172+
* **wasm-sdk:** implement four missing token transitions
173+
* **wasm-sdk:** remove unused key_id parameters from state transitions ([#2759](https://github.com/dashpay/platform/issues/2759))
174+
175+
176+
### Bug Fixes
177+
178+
* **sdk:** fix documentation examples ([#2710](https://github.com/dashpay/platform/issues/2710))
179+
* **sdk:** fix generate docs ([#2730](https://github.com/dashpay/platform/issues/2730))
180+
* **sdk:** install wasm-opt from Github instead of apt ([#2701](https://github.com/dashpay/platform/issues/2701))
181+
* **sdk:** js sdk audit warnings by adding crypto-related dependencies to package.json ([#2757](https://github.com/dashpay/platform/issues/2757))
182+
* **sdk:** modifications to get wasm-sdk working again ([#2689](https://github.com/dashpay/platform/issues/2689))
183+
* **wasm-sdk:** handle identity create transition signing for all types of keys ([#2754](https://github.com/dashpay/platform/issues/2754))
184+
* **wasm-sdk:** address compiler warnings ([#2734](https://github.com/dashpay/platform/issues/2734))
185+
* **wasm-sdk:** connect where and orderBy clause functionality for getDocuments ([#2753](https://github.com/dashpay/platform/issues/2753))
186+
* **wasm-sdk:** enable proofs for getContestedResourceVotersForIdentity ([#2732](https://github.com/dashpay/platform/issues/2732))
187+
* **wasm-sdk:** fix nft transitions ([#2751](https://github.com/dashpay/platform/issues/2751))
188+
* **wasm-sdk:** resolve CI test failures and build issues ([#2765](https://github.com/dashpay/platform/issues/2765))
189+
* **wasm-sdk:** resolve test failures and optimize CI workflow ([#2735](https://github.com/dashpay/platform/issues/2735))
190+
* **wasm-sdk:** use identity contract nonce for data contract updates ([#2738](https://github.com/dashpay/platform/issues/2738))
191+
192+
193+
### Tests
194+
195+
* **sdk:** automate wasm-sdk page UI testing (partial) ([#2715](https://github.com/dashpay/platform/issues/2715))
196+
* **sdk:** expand wasm-sdk page UI testing ([#2720](https://github.com/dashpay/platform/issues/2720))
197+
* **wasm-sdk:** add ui tests for almost all state transitions ([#2739](https://github.com/dashpay/platform/issues/2739))
198+
199+
200+
### Build System
201+
202+
* bump tenderdash-abci to v1.5.0-dev.2 ([#2770](https://github.com/dashpay/platform/issues/2770))
203+
* update rust to 1.89 ([#2755](https://github.com/dashpay/platform/issues/2755))
204+
205+
206+
### Code Refactoring
207+
208+
* **sdk:** wasm-sdk doc generation refactor ([#2726](https://github.com/dashpay/platform/issues/2726))
209+
* swift sdk fixes ([#2772](https://github.com/dashpay/platform/issues/2772))
210+
* **wasm-sdk:** improve documentation generation maintainability ([#2773](https://github.com/dashpay/platform/issues/2773))
211+
212+
213+
### Continuous Integration
214+
215+
* dont do CI when it's not needed ([#2774](https://github.com/dashpay/platform/issues/2774))
216+
* swift CI fixes ([#2775](https://github.com/dashpay/platform/issues/2775))
217+
* Use self hosted mac runner ([#2776](https://github.com/dashpay/platform/issues/2776))
218+
219+
220+
### Miscellaneous Chores
221+
222+
* add wasm-sdk as scope for pr linting ([#2731](https://github.com/dashpay/platform/issues/2731))
223+
* clean dpp clippy ([#2764](https://github.com/dashpay/platform/issues/2764))
224+
* **drive:** fix drive linting ([#2763](https://github.com/dashpay/platform/issues/2763))
225+
* **platform:** add protocol version 10 support ([#2686](https://github.com/dashpay/platform/issues/2686))
226+
* **release:** update changelog and bump version to 2.1.0-dev.4 ([#2779](https://github.com/dashpay/platform/issues/2779))
227+
* sdk clippy issues ([#2767](https://github.com/dashpay/platform/issues/2767))
228+
* **sdk:** use correct port for evo-sdk mainnet ([#2699](https://github.com/dashpay/platform/issues/2699))
229+
* update yarn cache with new dependencies ([#2758](https://github.com/dashpay/platform/issues/2758))
230+
* **wasm-sdk:** apply cargo fmt and cleanup ([#2766](https://github.com/dashpay/platform/issues/2766))
231+
1232
## [2.1.0](https://github.com/dashpay/platform/compare/v2.1.0-rc.1...v2.1.0) (2025-10-24)
2233

3234

0 commit comments

Comments
 (0)