bump versions and add changelog for pr #49 and #50#51
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mqdb-vault) and include db_data in partition snapshot export/import #50 (db_datapartition snapshot fix). This PR contains onlyCargo.tomlversion edits, a CHANGELOG entry, regenerated lockfiles, and one drive-by fix for a pedantic clippy warning that pre-commit surfaced.redundant_closure_for_method_callswarning atcrates/mqdb-cluster/src/cluster/node_controller/db_ops.rs:2065, introduced by the diagnosticwarn!()site added in include db_data in partition snapshot export/import #50. Replaced|s| s.role()with a direct method reference + top-leveluse crate::cluster::replication::ReplicaState.Version map
mqdb-corevault_keysmodule removed from public APImqdb-agentvault_opsmodule removed,MqdbAgentpublic fields dropped, vault handlers re-shaped aroundVaultBackendmqdb-wasmmqdb-vaultmqdb-clusterDbAccessintegration (publish = false)mqdb-cliDownstream
Cargo.tomlversion specifiers (mqdb-agent/Cargo.toml→ mqdb-core,mqdb-vault/Cargo.toml→ mqdb-agent + mqdb-core) updated in lockstep. BothCargo.lockfiles (workspace +crates/mqdb-wasm/) regenerated.Test plan
cargo check --workspace --all-targets— cleancargo test --workspace --no-run— all test binaries build clean against the new version specifierscargo make clippy(pedantic, all targets + wasm) — clean (fixed theredundant_closure_for_method_callswarning)cargo make format-check— cleanformat-check+clippyand passed on every commit