From 378684d385b4d8e1469cccfff70b1373bf43e7b0 Mon Sep 17 00:00:00 2001 From: "Stefan R. Steiner" Date: Thu, 9 Jul 2026 23:58:26 -0700 Subject: [PATCH 1/3] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- hyperdb-api-core/Cargo.toml | 2 +- hyperdb-api-derive/Cargo.toml | 2 +- hyperdb-api/Cargo.toml | 2 +- hyperdb-compile-check/Cargo.toml | 4 ++-- hyperdb-mcp/Cargo.toml | 2 +- version.txt | 2 +- 9 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..5d02000 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a17e6..0230272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.1](https://github.com/tableau/hyper-api-rust/compare/v0.6.0...v0.6.1) (2026-07-10) + + +### Bug Fixes + +* **mcp:** release KV README docs + INVALID_ARGUMENT error mapping ([#188](https://github.com/tableau/hyper-api-rust/issues/188)) ([a5993d5](https://github.com/tableau/hyper-api-rust/commit/a5993d5e9901a5bcc02bb9d7fbfe850ad36fe272)) +* **mcp:** release KV README docs + INVALID_ARGUMENT error mapping from [#188](https://github.com/tableau/hyper-api-rust/issues/188) ([#189](https://github.com/tableau/hyper-api-rust/issues/189)) ([a5993d5](https://github.com/tableau/hyper-api-rust/commit/a5993d5e9901a5bcc02bb9d7fbfe850ad36fe272)) + ## [0.6.0](https://github.com/tableau/hyper-api-rust/compare/v0.5.6...v0.6.0) (2026-07-10) diff --git a/Cargo.toml b/Cargo.toml index 2ad39e3..8c26c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ exclude = ["hyperdb-compile-check"] # `cargo build --manifest-path hyperdb-compile-check/Cargo.toml`. [workspace.package] -version = "0.6.0" +version = "0.6.1" edition = "2021" rust-version = "1.81" license = "MIT OR Apache-2.0" diff --git a/hyperdb-api-core/Cargo.toml b/hyperdb-api-core/Cargo.toml index 0bf4918..d940806 100644 --- a/hyperdb-api-core/Cargo.toml +++ b/hyperdb-api-core/Cargo.toml @@ -65,7 +65,7 @@ serde_json = { workspace = true } # Salesforce OAuth authentication (optional, via standalone crate) # x-release-please-start-version -hyperdb-api-salesforce = { path = "../hyperdb-api-salesforce", version = "=0.6.0", optional = true } +hyperdb-api-salesforce = { path = "../hyperdb-api-salesforce", version = "=0.6.1", optional = true } # x-release-please-end # Arrow parsing for catalog operations (optional, used by authenticated_client) diff --git a/hyperdb-api-derive/Cargo.toml b/hyperdb-api-derive/Cargo.toml index d241410..1717b23 100644 --- a/hyperdb-api-derive/Cargo.toml +++ b/hyperdb-api-derive/Cargo.toml @@ -27,7 +27,7 @@ syn = { version = "2", features = ["full"] } quote = "1" proc-macro2 = "1" # x-release-please-start-version -hyperdb-compile-check = { path = "../hyperdb-compile-check", version = "=0.6.0", optional = true } +hyperdb-compile-check = { path = "../hyperdb-compile-check", version = "=0.6.1", optional = true } # x-release-please-end [dev-dependencies] diff --git a/hyperdb-api/Cargo.toml b/hyperdb-api/Cargo.toml index d067656..9695369 100644 --- a/hyperdb-api/Cargo.toml +++ b/hyperdb-api/Cargo.toml @@ -14,7 +14,7 @@ autobenches = false [dependencies] # x-release-please-start-version -hyperdb-api-core = { path = "../hyperdb-api-core", version = "=0.6.0" } +hyperdb-api-core = { path = "../hyperdb-api-core", version = "=0.6.1" } # x-release-please-end # NOTE: hyperdb-api-derive is intentionally NOT a dep of hyperdb-api. # Adding it creates a cycle: diff --git a/hyperdb-compile-check/Cargo.toml b/hyperdb-compile-check/Cargo.toml index 5e03596..b4460dd 100644 --- a/hyperdb-compile-check/Cargo.toml +++ b/hyperdb-compile-check/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "hyperdb-compile-check" # x-release-please-start-version -version = "0.6.0" +version = "0.6.1" # x-release-please-end edition = "2021" rust-version = "1.81" @@ -25,7 +25,7 @@ categories = ["database", "development-tools"] [dependencies] # x-release-please-start-version -hyperdb-api = { path = "../hyperdb-api", version = "=0.6.0" } +hyperdb-api = { path = "../hyperdb-api", version = "=0.6.1" } # x-release-please-end parking_lot = "0.12" tempfile = "3.20" diff --git a/hyperdb-mcp/Cargo.toml b/hyperdb-mcp/Cargo.toml index 5d0fffe..8e4b50e 100644 --- a/hyperdb-mcp/Cargo.toml +++ b/hyperdb-mcp/Cargo.toml @@ -21,7 +21,7 @@ path = "src/main.rs" [dependencies] # x-release-please-start-version -hyperdb-api = { path = "../hyperdb-api", version = "=0.6.0" } +hyperdb-api = { path = "../hyperdb-api", version = "=0.6.1" } # x-release-please-end rmcp = { version = "1.7", features = ["server", "transport-io"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-std", "signal", "time"] } diff --git a/version.txt b/version.txt index a918a2a..ee6cdce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1 From ac6ea541da53a8648fafc48d60612a6f46e307b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:58:43 +0000 Subject: [PATCH 2/3] chore: sync Cargo.lock with bumped workspace versions --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20e18c9..543e344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1848,7 +1848,7 @@ dependencies = [ [[package]] name = "hyperdb-api" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arrow", "async-stream", @@ -1873,7 +1873,7 @@ dependencies = [ [[package]] name = "hyperdb-api-core" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arrow", "base64", @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "hyperdb-api-derive" -version = "0.6.0" +version = "0.6.1" dependencies = [ "hyperdb-api", "hyperdb-compile-check", @@ -1925,7 +1925,7 @@ dependencies = [ [[package]] name = "hyperdb-api-node" -version = "0.6.0" +version = "0.6.1" dependencies = [ "hyperdb-api", "napi", @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "hyperdb-api-salesforce" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arrow", "base64", @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "hyperdb-bootstrap" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "clap", @@ -1976,7 +1976,7 @@ dependencies = [ [[package]] name = "hyperdb-compile-check" -version = "0.6.0" +version = "0.6.1" dependencies = [ "hyperdb-api", "parking_lot", @@ -1985,7 +1985,7 @@ dependencies = [ [[package]] name = "hyperdb-mcp" -version = "0.6.0" +version = "0.6.1" dependencies = [ "arrow", "base64", @@ -3822,7 +3822,7 @@ dependencies = [ [[package]] name = "sea-query-hyperdb" -version = "0.6.0" +version = "0.6.1" dependencies = [ "sea-query", ] From e1d5dda8be5bfac979ecfaeae20e1d5cbc0e5580 Mon Sep 17 00:00:00 2001 From: Stefan Steiner Date: Fri, 10 Jul 2026 00:03:30 -0700 Subject: [PATCH 3/3] docs: dedupe v0.6.1 changelog bug-fix entry --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0230272..efba71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ ### Bug Fixes -* **mcp:** release KV README docs + INVALID_ARGUMENT error mapping ([#188](https://github.com/tableau/hyper-api-rust/issues/188)) ([a5993d5](https://github.com/tableau/hyper-api-rust/commit/a5993d5e9901a5bcc02bb9d7fbfe850ad36fe272)) -* **mcp:** release KV README docs + INVALID_ARGUMENT error mapping from [#188](https://github.com/tableau/hyper-api-rust/issues/188) ([#189](https://github.com/tableau/hyper-api-rust/issues/189)) ([a5993d5](https://github.com/tableau/hyper-api-rust/commit/a5993d5e9901a5bcc02bb9d7fbfe850ad36fe272)) +* **mcp:** surface the KV store in the crates.io README and map caller-fixable identifier errors to INVALID_ARGUMENT ([#188](https://github.com/tableau/hyper-api-rust/issues/188)) ([a5993d5](https://github.com/tableau/hyper-api-rust/commit/a5993d5e9901a5bcc02bb9d7fbfe850ad36fe272)) ## [0.6.0](https://github.com/tableau/hyper-api-rust/compare/v0.5.6...v0.6.0) (2026-07-10)