Skip to content

Commit 996f6fa

Browse files
Bump SurrealDB to 3.1.3
Retarget the dependency bump from 3.1.2 to the latest 3.1.x (3.1.3). - surrealdb crate and package version -> 3.1.3 - Cargo.lock refreshed via cargo update --precise (ferntree dropped, diskann 0.53, surrealmx 0.22) - CHANGELOG [Unreleased] entry updated Toolchain stays at 1.95 (still valid for 3.1.x); cargo check passes.
1 parent c058108 commit 996f6fa

3 files changed

Lines changed: 26 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## [Unreleased]
4-
- Upgrade to SurrealDB SDK 3.1.2 and bump the Rust toolchain to 1.95 [#165](https://github.com/surrealdb/surrealdb.java/pull/165).
4+
- Upgrade to SurrealDB SDK 3.1.3 and bump the Rust toolchain to 1.95 [#165](https://github.com/surrealdb/surrealdb.java/pull/165).
55

66
## [2.0.3] - 2026-05-29
77
- Support Java `record` classes in `create` and `select` (JDK 16+ at runtime). Records are hydrated via their canonical constructor; POJO behaviour on JDK 8+ is unchanged [#156](https://github.com/surrealdb/surrealdb.java/pull/156).

Cargo.lock

Lines changed: 23 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surrealdb-java"
3-
version = "3.1.2"
3+
version = "3.1.3"
44
authors = ["Emmanuel Keller <emmanuel.keller@surrealdb.com>"]
55
edition = "2021"
66

@@ -19,7 +19,7 @@ opt-level = 3
1919
# Driver-specific dependencies (jni, once_cell, cargo-lock) are independent.
2020
[dependencies]
2121
jni = "0.21.1"
22-
surrealdb = { version = "3.1.2", default-features = false, features = ["rustls", "protocol-http", "protocol-ws"] }
22+
surrealdb = { version = "3.1.3", default-features = false, features = ["rustls", "protocol-http", "protocol-ws"] }
2323
serde = "1.0.228"
2424
serde_json = "1.0.149"
2525
rust_decimal = "1.40.0"

0 commit comments

Comments
 (0)