From 5ad085dbeffc5cccc9d2e50c81b490ed4e25cefa Mon Sep 17 00:00:00 2001 From: "Stefan R. Steiner" Date: Sat, 19 Sep 2026 11:06:51 -0700 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 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, 19 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3b5b79..c60cdab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0-rc.4" + ".": "1.0.0-rc.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0ab6f..b7203a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.0-rc.5](https://github.com/tableau/hyper-api-rust/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2026-09-19) + + +### Bug Fixes + +* **deps:** clear qs Dependabot alerts + drop stale advisory waivers ([#330](https://github.com/tableau/hyper-api-rust/issues/330)) ([59e8d60](https://github.com/tableau/hyper-api-rust/commit/59e8d60554f6ea6a548a45261ea52407292d0a1f)) +* **mcp:** reduce LLM-facing tool friction, token cost, and a scratch-table leak ([#332](https://github.com/tableau/hyper-api-rust/issues/332)) ([50f7214](https://github.com/tableau/hyper-api-rust/commit/50f7214d17423298531c100c8b90740f4c05f9b8)) +* **mcp:** upgrade rmcp dependency from 1.x to 3.4 ([#331](https://github.com/tableau/hyper-api-rust/issues/331)) ([0e2dd41](https://github.com/tableau/hyper-api-rust/commit/0e2dd418044b4f8917b28c18cb06136ce554c4f2)) +* unblock Dependabot CI (rustls advisory + changelog-window test regression) ([#328](https://github.com/tableau/hyper-api-rust/issues/328)) ([a09d229](https://github.com/tableau/hyper-api-rust/commit/a09d2293093ac6fd6e729abd3a63f0c97443f0b0)) + ## [1.0.0-rc.4](https://github.com/tableau/hyper-api-rust/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2026-09-08) diff --git a/Cargo.toml b/Cargo.toml index 50712b8..aaeeed2 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 = "1.0.0-rc.4" +version = "1.0.0-rc.5" edition = "2024" rust-version = "1.88" license = "MIT OR Apache-2.0" diff --git a/hyperdb-api-core/Cargo.toml b/hyperdb-api-core/Cargo.toml index 4fe16c8..32fa925 100644 --- a/hyperdb-api-core/Cargo.toml +++ b/hyperdb-api-core/Cargo.toml @@ -66,7 +66,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 = "=1.0.0-rc.4", optional = true } +hyperdb-api-salesforce = { path = "../hyperdb-api-salesforce", version = "=1.0.0-rc.5", 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 197e113..b91fbde 100644 --- a/hyperdb-api-derive/Cargo.toml +++ b/hyperdb-api-derive/Cargo.toml @@ -27,7 +27,7 @@ syn = { version = "3", features = ["full"] } quote = "1" proc-macro2 = "1" # x-release-please-start-version -hyperdb-compile-check = { path = "../hyperdb-compile-check", version = "=1.0.0-rc.4", optional = true } +hyperdb-compile-check = { path = "../hyperdb-compile-check", version = "=1.0.0-rc.5", optional = true } # x-release-please-end [dev-dependencies] diff --git a/hyperdb-api/Cargo.toml b/hyperdb-api/Cargo.toml index 4ace1df..24093ad 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 = "=1.0.0-rc.4" } +hyperdb-api-core = { path = "../hyperdb-api-core", version = "=1.0.0-rc.5" } # 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 53232c2..a46ccf6 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 = "1.0.0-rc.4" +version = "1.0.0-rc.5" # x-release-please-end edition = "2024" rust-version = "1.88" @@ -25,7 +25,7 @@ categories = ["database", "development-tools"] [dependencies] # x-release-please-start-version -hyperdb-api = { path = "../hyperdb-api", version = "=1.0.0-rc.4" } +hyperdb-api = { path = "../hyperdb-api", version = "=1.0.0-rc.5" } # x-release-please-end parking_lot = "0.12" tempfile = "3.20" diff --git a/hyperdb-mcp/Cargo.toml b/hyperdb-mcp/Cargo.toml index 5791861..1e40bd2 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 = "=1.0.0-rc.4" } +hyperdb-api = { path = "../hyperdb-api", version = "=1.0.0-rc.5" } # x-release-please-end rmcp = { version = "3.4", 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 d17f065..8d3e6e3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-rc.4 +1.0.0-rc.5 From d1ccf7350beea098962b21d073ebd55d93929664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:07:02 +0000 Subject: [PATCH 2/2] chore: sync Cargo.lock with bumped workspace versions --- Cargo.lock | 18 +++++++++--------- hyperdb-compile-check/Cargo.lock | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3c71f3..aa0bf81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1778,7 +1778,7 @@ dependencies = [ [[package]] name = "hyperdb-api" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "arrow", "async-stream", @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "hyperdb-api-core" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "arrow", "base64 0.23.1", @@ -1844,7 +1844,7 @@ dependencies = [ [[package]] name = "hyperdb-api-derive" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "hyperdb-api", "hyperdb-compile-check", @@ -1856,7 +1856,7 @@ dependencies = [ [[package]] name = "hyperdb-api-node" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "hyperdb-api", "napi", @@ -1868,7 +1868,7 @@ dependencies = [ [[package]] name = "hyperdb-api-salesforce" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "arrow", "base64 0.23.1", @@ -1890,7 +1890,7 @@ dependencies = [ [[package]] name = "hyperdb-bootstrap" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "anyhow", "clap", @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "hyperdb-compile-check" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "hyperdb-api", "parking_lot", @@ -1916,7 +1916,7 @@ dependencies = [ [[package]] name = "hyperdb-mcp" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "arrow", "base64 0.23.1", @@ -3594,7 +3594,7 @@ dependencies = [ [[package]] name = "sea-query-hyperdb" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "sea-query", ] diff --git a/hyperdb-compile-check/Cargo.lock b/hyperdb-compile-check/Cargo.lock index 2a84fe4..95c3877 100644 --- a/hyperdb-compile-check/Cargo.lock +++ b/hyperdb-compile-check/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "hyperdb-api" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "arrow", "async-stream", @@ -881,7 +881,7 @@ dependencies = [ [[package]] name = "hyperdb-api-core" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "base64 0.23.1", "byteorder", @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "hyperdb-compile-check" -version = "1.0.0-rc.4" +version = "1.0.0-rc.5" dependencies = [ "hyperdb-api", "parking_lot",