Bump SurrealDB to 3.1.3#165
Merged
Merged
Conversation
996f6fa to
3f17ebb
Compare
Upgrade the embedded `surrealdb` crate 3.0.5 -> 3.1.3 (latest 3.1.x) and keep the Rust package version aligned. - surrealdb dependency and package version -> 3.1.3 - Cargo.lock regenerated (cargo update --precise) - rust-toolchain.toml channel 1.91 -> 1.95, aligned with the toolchain SurrealDB 3.1.x is built with - CHANGELOG [Unreleased] entry added cargo check passes on toolchain 1.95 with no changes to the JNI bindings; the 3.1 API is source-compatible with the driver.
3f17ebb to
f6953eb
Compare
The setup-surreal steps in test.yml/reports.yml/cross.yml pinned the
server at v3.0.4; v3.0.5 is the latest public release. No public 3.1.x
server exists yet, so v3.0.5 is the newest the integrationTest source set
(ws://localhost:8000) can target. The embedded connect("memory") tests
already run the 3.1.3 engine via the linked crate.
This was referenced Jun 4, 2026
Merged
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
surrealdbcrate 3.0.5 → 3.1.3 inCargo.toml(Rust package version kept aligned), and regenerateCargo.lock.rust-toolchain.toml, aligned with the toolchain SurrealDB 3.1.x is built with.setup-surrealsteps oftest.yml/reports.yml/cross.yml.grepincross.ymlto^channelso it ignores comment lines.[Unreleased]CHANGELOG entry.Verification
cargo checkpasses under toolchain 1.95 with no changes to the JNI bindings (src/main/rust/lib.rs) — the 3.1 API is source-compatible with the driver.Notes
2.1.0-SNAPSHOT.connect("memory"), already on 3.1.3 through the linked crate. Only theintegrationTestsource set talks to a remote server (ws://localhost:8000); there is no public 3.1.x server yet, so v3.0.5 is the ceiling for now.