-
Notifications
You must be signed in to change notification settings - Fork 54
chore(release): update changelog and bump version to 2.2.0-dev.2 #2873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,50 @@ | ||||||
| ## [2.2.0-dev.2](https://github.com/dashpay/platform/compare/v2.1.2...v2.2.0-dev.2) (2025-11-28) | ||||||
|
|
||||||
|
|
||||||
| ### ⚠ BREAKING CHANGES | ||||||
|
|
||||||
| * use identity contract keys query (#2870) | ||||||
| * **sdk:** cleanup JS SDK params and return types (#2858) | ||||||
| * **sdk:** user-friendly evo sdk params (#2856) | ||||||
| * **dashmate:** port conflicts with mainnet and testnet on the same host (#2829) | ||||||
|
|
||||||
| ### Features | ||||||
|
|
||||||
| * **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818)) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix extra space. “add prometheus …” has two spaces. -* **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
+* **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| * **drive:** add next epoch info to GetStatusResponse ([#2847](https://github.com/dashpay/platform/issues/2847)) | ||||||
| * **sdk:** entities for Evo SDK ([#2800](https://github.com/dashpay/platform/issues/2800)) | ||||||
|
|
||||||
|
|
||||||
| ### Bug Fixes | ||||||
|
|
||||||
| * **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829)) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove double space. Double space before “on”. -* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
+* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| * **dpp:** desiarilization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857)) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: “desiarilization” → “deserialization”. -* **dpp:** desiarilization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857))
+* **dpp:** deserialization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857))🤖 Prompt for AI Agents |
||||||
| * resolve a few issues in iOS example app ([#2843](https://github.com/dashpay/platform/issues/2843)) | ||||||
| * **sdk:** fail on invalid proof ([#2864](https://github.com/dashpay/platform/issues/2864)) | ||||||
| * **sdk:** reset SDK nonce caches after failed transitions ([#2851](https://github.com/dashpay/platform/issues/2851)) | ||||||
|
|
||||||
|
|
||||||
| ### Tests | ||||||
|
|
||||||
| * platform-test-suite accepts DAPI_ADDRESSES ([#2798](https://github.com/dashpay/platform/issues/2798)) | ||||||
|
|
||||||
|
|
||||||
| ### Build System | ||||||
|
|
||||||
| * script to configure environments for ai coding agents ([#2845](https://github.com/dashpay/platform/issues/2845)) | ||||||
| * **sdk:** wasm-sdk remove unmaintained wee_alloc (RUSTSEC-2022-0054) ([#2844](https://github.com/dashpay/platform/issues/2844)) | ||||||
| * use workspace version in Cargo.toml ([#2831](https://github.com/dashpay/platform/issues/2831)) | ||||||
|
|
||||||
|
|
||||||
| ### Code Refactoring | ||||||
|
|
||||||
| * **dashmate:** remove deprecated javascript dapi ([#2827](https://github.com/dashpay/platform/issues/2827)) | ||||||
| * **sdk:** cleanup JS SDK params and return types ([#2858](https://github.com/dashpay/platform/issues/2858)) | ||||||
| * **sdk:** typed identifier ([#2848](https://github.com/dashpay/platform/issues/2848)) | ||||||
| * **sdk:** typed wasm-sdk params ([#2849](https://github.com/dashpay/platform/issues/2849)) | ||||||
| * **sdk:** user-friendly evo sdk params ([#2856](https://github.com/dashpay/platform/issues/2856)) | ||||||
| * use identity contract keys query ([#2870](https://github.com/dashpay/platform/issues/2870)) | ||||||
|
|
||||||
| ### [2.1.2](https://github.com/dashpay/platform/compare/v2.1.1...v2.1.2) (2025-10-27) | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,5 +45,5 @@ members = [ | |
|
|
||
| [workspace.package] | ||
|
|
||
| version = "2.2.0-dev.1" | ||
| version = "2.2.0-dev.2" | ||
| rust-version = "1.89" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standardize issue links in BREAKING CHANGES.
Link numbers like elsewhere in the file for consistency.
Apply:
📝 Committable suggestion
🤖 Prompt for AI Agents