Skip to content

chore(release): update changelog and bump version to 3.1.0-dev.8#3768

Merged
PastaPastaPasta merged 1 commit into
dashpay:v3.1-devfrom
thepastaclaw:release_3.1.0-dev.8
May 28, 2026
Merged

chore(release): update changelog and bump version to 3.1.0-dev.8#3768
PastaPastaPasta merged 1 commit into
dashpay:v3.1-devfrom
thepastaclaw:release_3.1.0-dev.8

Conversation

@thepastaclaw
Copy link
Copy Markdown
Collaborator

@thepastaclaw thepastaclaw commented May 28, 2026

Release 3.1.0-dev.8

Issue being fixed or feature implemented

Release the next Dash Platform dev version: 3.1.0-dev.8.

What was done?

  • Added the 3.1.0-dev.8 changelog section generated from
    v3.1.0-dev.7 to current v3.1-dev.
  • Bumped Platform workspace/package versions to 3.1.0-dev.8.
  • Bumped independently versioned JS packages within their existing streams:
    dash-spv 4.1.0-dev.8, dash 6.1.0-dev.8, and
    wallet-lib 10.1.0-dev.8.
  • Refreshed Cargo.lock for the Rust workspace version bump.

Validation

  • Verified the changelog top section compares
    v3.1.0-dev.7...v3.1.0-dev.8 and is dated 2026-05-28.
  • Ran a package-version audit across root package.json and all workspace
    package manifests.
  • Ran cargo metadata --format-version 1 successfully.
  • Ran pre-PR code review gate: ship.

Breaking Changes

None.

Checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have assigned this pull request to a milestone

Summary by CodeRabbit

  • New Features

    • Added document count, sum, and average aggregate functionality to JS SDK.
    • iOS/devnet enablement support.
    • Enhanced shielded funding handling.
  • Bug Fixes

    • Improved platform-wallet input selection behavior.
  • Tests

    • Added and relocated test coverage items.
  • Chores

    • Version bumped to 3.1.0-dev.8 across all packages.
    • Updated dependencies and tooling.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bef510d4-0189-4b18-b564-031e60e300ff

📥 Commits

Reviewing files that changed from the base of the PR and between dd95725 and bca5f8f.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (25)
  • CHANGELOG.md
  • Cargo.toml
  • package.json
  • packages/bench-suite/package.json
  • packages/dapi-grpc/package.json
  • packages/dapi/package.json
  • packages/dash-spv/package.json
  • packages/dashmate/package.json
  • packages/dashpay-contract/package.json
  • packages/dpns-contract/package.json
  • packages/js-dapi-client/package.json
  • packages/js-dash-sdk/package.json
  • packages/js-evo-sdk/package.json
  • packages/js-grpc-common/package.json
  • packages/keyword-search-contract/package.json
  • packages/masternode-reward-shares-contract/package.json
  • packages/platform-test-suite/package.json
  • packages/token-history-contract/package.json
  • packages/wallet-lib/package.json
  • packages/wallet-utils-contract/package.json
  • packages/wasm-dpp/package.json
  • packages/wasm-dpp2/package.json
  • packages/wasm-drive-verify/package.json
  • packages/wasm-sdk/package.json
  • packages/withdrawals-contract/package.json

📝 Walkthrough

Walkthrough

This PR bumps the workspace version from 3.1.0-dev.7 to 3.1.0-dev.8 across the Rust and JavaScript ecosystems, including updating Cargo.toml, the root package.json, all package-specific package.json files, and prepending a new changelog entry documenting the release features, bug fixes, and test updates.

Changes

Version 3.1.0-dev.8 Release

Layer / File(s) Summary
Workspace and package version bump
CHANGELOG.md, Cargo.toml, package.json, packages/bench-suite/package.json, packages/dapi-grpc/package.json, packages/dapi/package.json, packages/dash-spv/package.json, packages/dashmate/package.json, packages/dashpay-contract/package.json, packages/dpns-contract/package.json, packages/js-dapi-client/package.json, packages/js-dash-sdk/package.json, packages/js-evo-sdk/package.json, packages/js-grpc-common/package.json, packages/keyword-search-contract/package.json, packages/masternode-reward-shares-contract/package.json, packages/platform-test-suite/package.json, packages/token-history-contract/package.json, packages/wallet-lib/package.json, packages/wallet-utils-contract/package.json, packages/wasm-dpp/package.json, packages/wasm-dpp2/package.json, packages/wasm-drive-verify/package.json, packages/wasm-sdk/package.json, packages/withdrawals-contract/package.json
Changelog entry added for 3.1.0-dev.8 release, workspace version incremented in Cargo.toml, and all package manifests synchronized with their respective dev version numbers (3.1.0-dev.8 for most, 4.1.0-dev.8 for dash-spv, 6.1.0-dev.8 for js-dash-sdk, and 10.1.0-dev.8 for wallet-lib).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • QuantumExplorer
  • shumkov

🐰 A version dance, so neat and tidy,
From dev.7 bumped to dev.8 Friday!
Manifests sync'd from root to each nook,
Changelog penned for all who could look.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary changes: updating the changelog and bumping version to 3.1.0-dev.8, which matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added this to the v3.1.0 milestone May 28, 2026
@thepastaclaw
Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@PastaPastaPasta PastaPastaPasta marked this pull request as ready for review May 28, 2026 20:41
@thepastaclaw
Copy link
Copy Markdown
Collaborator Author

thepastaclaw commented May 28, 2026

✅ Review complete (commit bca5f8f)

@PastaPastaPasta PastaPastaPasta merged commit 9e00c8b into dashpay:v3.1-dev May 28, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants