diff --git a/Cargo.lock b/Cargo.lock index 65ba80dbf..fd147e735 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9783,7 +9783,7 @@ checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" [[package]] name = "rig-bedrock" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "async-stream", @@ -9792,7 +9792,7 @@ dependencies = [ "aws-smithy-types", "base64 0.22.1", "reqwest 0.12.24", - "rig-core 0.27.0", + "rig-core 0.28.0", "rig-derive", "schemars 1.0.4", "serde", @@ -9829,7 +9829,7 @@ dependencies = [ [[package]] name = "rig-core" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "as-any", @@ -9885,7 +9885,7 @@ dependencies = [ "indoc", "proc-macro2", "quote", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "syn 2.0.106", @@ -9895,13 +9895,13 @@ dependencies = [ [[package]] name = "rig-eternalai" -version = "0.3.15" +version = "0.3.16" dependencies = [ "anyhow", "async-stream", "ethers", "reqwest 0.12.24", - "rig-core 0.27.0", + "rig-core 0.28.0", "schemars 1.0.4", "serde", "serde_json", @@ -9912,11 +9912,11 @@ dependencies = [ [[package]] name = "rig-fastembed" -version = "0.2.19" +version = "0.2.20" dependencies = [ "anyhow", "fastembed", - "rig-core 0.27.0", + "rig-core 0.28.0", "schemars 1.0.4", "serde", "serde_json", @@ -9926,10 +9926,10 @@ dependencies = [ [[package]] name = "rig-helixdb" -version = "0.1.7" +version = "0.1.8" dependencies = [ "helix-rs", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "tokio", @@ -9937,7 +9937,7 @@ dependencies = [ [[package]] name = "rig-lancedb" -version = "0.2.30" +version = "0.2.31" dependencies = [ "anyhow", "arrow-array", @@ -9945,7 +9945,7 @@ dependencies = [ "futures", "httpmock", "lancedb", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "tokio", @@ -9953,11 +9953,11 @@ dependencies = [ [[package]] name = "rig-milvus" -version = "0.1.19" +version = "0.1.20" dependencies = [ "anyhow", "reqwest 0.12.24", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "tokio", @@ -9967,13 +9967,13 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "futures", "httpmock", "mongodb", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "testcontainers", @@ -9984,13 +9984,13 @@ dependencies = [ [[package]] name = "rig-neo4j" -version = "0.4.5" +version = "0.4.6" dependencies = [ "anyhow", "futures", "httpmock", "neo4rs", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "term_size", @@ -10003,14 +10003,14 @@ dependencies = [ [[package]] name = "rig-postgres" -version = "0.1.28" +version = "0.1.29" dependencies = [ "anyhow", "dotenvy", "httpmock", "log", "pgvector", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "sqlx", @@ -10024,12 +10024,12 @@ dependencies = [ [[package]] name = "rig-qdrant" -version = "0.1.33" +version = "0.1.34" dependencies = [ "anyhow", "httpmock", "qdrant-client", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "testcontainers", @@ -10039,13 +10039,13 @@ dependencies = [ [[package]] name = "rig-s3vectors" -version = "0.1.16" +version = "0.1.17" dependencies = [ "anyhow", "aws-config", "aws-sdk-s3vectors", "aws-smithy-types", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "tokio", @@ -10056,13 +10056,13 @@ dependencies = [ [[package]] name = "rig-scylladb" -version = "0.1.19" +version = "0.1.20" dependencies = [ "anyhow", "chrono", "futures", "httpmock", - "rig-core 0.27.0", + "rig-core 0.28.0", "scylla", "serde", "serde_json", @@ -10075,12 +10075,12 @@ dependencies = [ [[package]] name = "rig-sqlite" -version = "0.1.30" +version = "0.1.31" dependencies = [ "anyhow", "chrono", "httpmock", - "rig-core 0.27.0", + "rig-core 0.28.0", "rusqlite", "serde", "serde_json", @@ -10094,10 +10094,10 @@ dependencies = [ [[package]] name = "rig-surrealdb" -version = "0.1.25" +version = "0.1.26" dependencies = [ "anyhow", - "rig-core 0.27.0", + "rig-core 0.28.0", "serde", "serde_json", "surrealdb", @@ -10109,12 +10109,12 @@ dependencies = [ [[package]] name = "rig-vertexai" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "google-cloud-aiplatform-v1", "google-cloud-auth", - "rig-core 0.27.0", + "rig-core 0.28.0", "schemars 1.0.4", "serde", "serde_json", diff --git a/rig-integrations/rig-bedrock/CHANGELOG.md b/rig-integrations/rig-bedrock/CHANGELOG.md index cf62ef702..1fdfc1186 100644 --- a/rig-integrations/rig-bedrock/CHANGELOG.md +++ b/rig-integrations/rig-bedrock/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.10](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.3.9...rig-bedrock-v0.3.10) - 2026-01-06 + +### Other + +- add tool name to tool call delta streaming events ([#1222](https://github.com/0xPlaygrounds/rig/pull/1222)) + ## [0.3.9](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.3.8...rig-bedrock-v0.3.9) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-bedrock/Cargo.toml b/rig-integrations/rig-bedrock/Cargo.toml index b784d4edc..25e2cc76d 100644 --- a/rig-integrations/rig-bedrock/Cargo.toml +++ b/rig-integrations/rig-bedrock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-bedrock" -version = "0.3.9" +version = "0.3.10" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -15,7 +15,7 @@ aws-config = { workspace = true, features = ["behavior-version-latest"] } aws-sdk-bedrockruntime = { workspace = true } aws-smithy-types = { workspace = true } base64 = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false, features = [ "image", ] } rig-derive = { path = "../../rig/rig-derive", version = "0.1.10" } diff --git a/rig-integrations/rig-eternalai/CHANGELOG.md b/rig-integrations/rig-eternalai/CHANGELOG.md index eb00a863b..996567ddd 100644 --- a/rig-integrations/rig-eternalai/CHANGELOG.md +++ b/rig-integrations/rig-eternalai/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.16](https://github.com/0xPlaygrounds/rig/compare/rig-eternalai-v0.3.15...rig-eternalai-v0.3.16) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.3.15](https://github.com/0xPlaygrounds/rig/compare/rig-eternalai-v0.3.14...rig-eternalai-v0.3.15) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-eternalai/Cargo.toml b/rig-integrations/rig-eternalai/Cargo.toml index bfc415fc7..ce8fb55ac 100644 --- a/rig-integrations/rig-eternalai/Cargo.toml +++ b/rig-integrations/rig-eternalai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-eternalai" -version = "0.3.15" +version = "0.3.16" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } ethers = { workspace = true } reqwest = { workspace = true, features = ["json"] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-fastembed/CHANGELOG.md b/rig-integrations/rig-fastembed/CHANGELOG.md index 26967a049..24a7e0992 100644 --- a/rig-integrations/rig-fastembed/CHANGELOG.md +++ b/rig-integrations/rig-fastembed/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.20](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.2.19...rig-fastembed-v0.2.20) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.2.19](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.2.18...rig-fastembed-v0.2.19) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-fastembed/Cargo.toml b/rig-integrations/rig-fastembed/Cargo.toml index ac4480083..bf234ab6b 100644 --- a/rig-integrations/rig-fastembed/Cargo.toml +++ b/rig-integrations/rig-fastembed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-fastembed" -version = "0.2.19" +version = "0.2.20" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-helixdb/CHANGELOG.md b/rig-integrations/rig-helixdb/CHANGELOG.md index 72f262afa..5a992d3d9 100644 --- a/rig-integrations/rig-helixdb/CHANGELOG.md +++ b/rig-integrations/rig-helixdb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.1.7...rig-helixdb-v0.1.8) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.7](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.1.6...rig-helixdb-v0.1.7) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-helixdb/Cargo.toml b/rig-integrations/rig-helixdb/Cargo.toml index 924cc1867..4c4248345 100644 --- a/rig-integrations/rig-helixdb/Cargo.toml +++ b/rig-integrations/rig-helixdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-helixdb" -version = "0.1.7" +version = "0.1.8" edition.workspace = true license = "MIT" readme = "README.md" @@ -14,7 +14,7 @@ workspace = true helix-rs = "0.1.9" serde = { workspace = true, features = ["derive"] } serde_json.workspace = true -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } [dev-dependencies] tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } diff --git a/rig-integrations/rig-lancedb/CHANGELOG.md b/rig-integrations/rig-lancedb/CHANGELOG.md index 22ad35475..1d575a61b 100644 --- a/rig-integrations/rig-lancedb/CHANGELOG.md +++ b/rig-integrations/rig-lancedb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.31](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.30...rig-lancedb-v0.2.31) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.2.30](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.29...rig-lancedb-v0.2.30) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-lancedb/Cargo.toml b/rig-integrations/rig-lancedb/Cargo.toml index 4cc50b1e5..5ab38ed3f 100644 --- a/rig-integrations/rig-lancedb/Cargo.toml +++ b/rig-integrations/rig-lancedb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-lancedb" -version = "0.2.30" +version = "0.2.31" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ workspace = true [dependencies] lancedb = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } arrow-array = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } diff --git a/rig-integrations/rig-milvus/CHANGELOG.md b/rig-integrations/rig-milvus/CHANGELOG.md index a0b77fa0a..69082ea61 100644 --- a/rig-integrations/rig-milvus/CHANGELOG.md +++ b/rig-integrations/rig-milvus/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.20](https://github.com/0xPlaygrounds/rig/compare/rig-milvus-v0.1.19...rig-milvus-v0.1.20) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.19](https://github.com/0xPlaygrounds/rig/compare/rig-milvus-v0.1.18...rig-milvus-v0.1.19) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-milvus/Cargo.toml b/rig-integrations/rig-milvus/Cargo.toml index 620bd4987..7f924d7aa 100644 --- a/rig-integrations/rig-milvus/Cargo.toml +++ b/rig-integrations/rig-milvus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-milvus" -version = "0.1.19" +version = "0.1.20" edition = { workspace = true } description = "Milvus vector store implementation for the rig framework" license = "MIT" @@ -10,7 +10,7 @@ workspace = true [dependencies] reqwest = { workspace = true, features = ["json"] } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } serde = { workspace = true } serde_json = { workspace = true } uuid = { workspace = true, features = ["v4"] } diff --git a/rig-integrations/rig-mongodb/CHANGELOG.md b/rig-integrations/rig-mongodb/CHANGELOG.md index 0674efa52..3a3eea57a 100644 --- a/rig-integrations/rig-mongodb/CHANGELOG.md +++ b/rig-integrations/rig-mongodb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.3.3...rig-mongodb-v0.3.4) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.3.3](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.3.2...rig-mongodb-v0.3.3) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-mongodb/Cargo.toml b/rig-integrations/rig-mongodb/Cargo.toml index 1b510e602..76f732586 100644 --- a/rig-integrations/rig-mongodb/Cargo.toml +++ b/rig-integrations/rig-mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mongodb" -version = "0.3.3" +version = "0.3.4" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -13,7 +13,7 @@ workspace = true [dependencies] futures = { workspace = true } mongodb = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-neo4j/CHANGELOG.md b/rig-integrations/rig-neo4j/CHANGELOG.md index d8a34b10a..ac6759e71 100644 --- a/rig-integrations/rig-neo4j/CHANGELOG.md +++ b/rig-integrations/rig-neo4j/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.6](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.4.5...rig-neo4j-v0.4.6) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.4.5](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.4.4...rig-neo4j-v0.4.5) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-neo4j/Cargo.toml b/rig-integrations/rig-neo4j/Cargo.toml index deef3e46b..74d77f519 100644 --- a/rig-integrations/rig-neo4j/Cargo.toml +++ b/rig-integrations/rig-neo4j/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-neo4j" -version = "0.4.5" +version = "0.4.6" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -15,7 +15,7 @@ workspace = true [dependencies] futures = { workspace = true } neo4rs = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-postgres/CHANGELOG.md b/rig-integrations/rig-postgres/CHANGELOG.md index 540f23360..3baba6a81 100644 --- a/rig-integrations/rig-postgres/CHANGELOG.md +++ b/rig-integrations/rig-postgres/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.29](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.1.28...rig-postgres-v0.1.29) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.28](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.1.27...rig-postgres-v0.1.28) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-postgres/Cargo.toml b/rig-integrations/rig-postgres/Cargo.toml index b0a316400..4efb3ed32 100644 --- a/rig-integrations/rig-postgres/Cargo.toml +++ b/rig-integrations/rig-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-postgres" -version = "0.1.28" +version = "0.1.29" edition = { workspace = true } description = "PostgreSQL-based vector store implementation for the rig framework" license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-qdrant/CHANGELOG.md b/rig-integrations/rig-qdrant/CHANGELOG.md index ed5695f5e..e7e270ecb 100644 --- a/rig-integrations/rig-qdrant/CHANGELOG.md +++ b/rig-integrations/rig-qdrant/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.34](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.1.33...rig-qdrant-v0.1.34) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.33](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.1.32...rig-qdrant-v0.1.33) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-qdrant/Cargo.toml b/rig-integrations/rig-qdrant/Cargo.toml index 17663de95..c52de3b32 100644 --- a/rig-integrations/rig-qdrant/Cargo.toml +++ b/rig-integrations/rig-qdrant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-qdrant" -version = "0.1.33" +version = "0.1.34" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } serde_json = { workspace = true } serde = { workspace = true } qdrant-client = { workspace = true } diff --git a/rig-integrations/rig-s3vectors/CHANGELOG.md b/rig-integrations/rig-s3vectors/CHANGELOG.md index f4587c804..1e28ecb78 100644 --- a/rig-integrations/rig-s3vectors/CHANGELOG.md +++ b/rig-integrations/rig-s3vectors/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.17](https://github.com/0xPlaygrounds/rig/compare/rig-s3vectors-v0.1.16...rig-s3vectors-v0.1.17) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.16](https://github.com/0xPlaygrounds/rig/compare/rig-s3vectors-v0.1.15...rig-s3vectors-v0.1.16) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-s3vectors/Cargo.toml b/rig-integrations/rig-s3vectors/Cargo.toml index 27229b8ac..ad5537fdc 100644 --- a/rig-integrations/rig-s3vectors/Cargo.toml +++ b/rig-integrations/rig-s3vectors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-s3vectors" -version = "0.1.16" +version = "0.1.17" edition = { workspace = true } description = "AWS S3Vectors vector store implementation for the rig framework" license = "MIT" @@ -14,7 +14,7 @@ aws-smithy-types = { workspace = true, features = [ "serde-deserialize", "serde-serialize", ] } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-scylladb/CHANGELOG.md b/rig-integrations/rig-scylladb/CHANGELOG.md index 0905fb73e..681da128e 100644 --- a/rig-integrations/rig-scylladb/CHANGELOG.md +++ b/rig-integrations/rig-scylladb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.20](https://github.com/0xPlaygrounds/rig/compare/rig-scylladb-v0.1.19...rig-scylladb-v0.1.20) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.19](https://github.com/0xPlaygrounds/rig/compare/rig-scylladb-v0.1.18...rig-scylladb-v0.1.19) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-scylladb/Cargo.toml b/rig-integrations/rig-scylladb/Cargo.toml index df751ae75..b1d9f19d2 100644 --- a/rig-integrations/rig-scylladb/Cargo.toml +++ b/rig-integrations/rig-scylladb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-scylladb" -version = "0.1.19" +version = "0.1.20" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false, features = [ "derive", ] } serde_json = { workspace = true } diff --git a/rig-integrations/rig-sqlite/CHANGELOG.md b/rig-integrations/rig-sqlite/CHANGELOG.md index 1eaff549d..654a428b3 100644 --- a/rig-integrations/rig-sqlite/CHANGELOG.md +++ b/rig-integrations/rig-sqlite/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.31](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.30...rig-sqlite-v0.1.31) - 2026-01-06 + +### Fixed + +- *(rig-1118)* rig-sqlite incorrectly uses euclidian distance ([#1217](https://github.com/0xPlaygrounds/rig/pull/1217)) + ## [0.1.30](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.29...rig-sqlite-v0.1.30) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-sqlite/Cargo.toml b/rig-integrations/rig-sqlite/Cargo.toml index 02e593572..3466c73ac 100644 --- a/rig-integrations/rig-sqlite/Cargo.toml +++ b/rig-integrations/rig-sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-sqlite" -version = "0.1.30" +version = "0.1.31" edition = { workspace = true } description = "SQLite-based vector store implementation for the rig framework" license = "MIT" @@ -12,7 +12,7 @@ workspace = true doctest = false [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false, features = [ "derive", ] } rusqlite = { workspace = true, features = ["bundled"] } diff --git a/rig-integrations/rig-surrealdb/CHANGELOG.md b/rig-integrations/rig-surrealdb/CHANGELOG.md index 76a75c906..48458bcae 100644 --- a/rig-integrations/rig-surrealdb/CHANGELOG.md +++ b/rig-integrations/rig-surrealdb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.26](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.1.25...rig-surrealdb-v0.1.26) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.1.25](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.1.24...rig-surrealdb-v0.1.25) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-surrealdb/Cargo.toml b/rig-integrations/rig-surrealdb/Cargo.toml index 4a846320c..2e3be683f 100644 --- a/rig-integrations/rig-surrealdb/Cargo.toml +++ b/rig-integrations/rig-surrealdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-surrealdb" -version = "0.1.25" +version = "0.1.26" edition = { workspace = true } description = "SurrealDB vector store implementation for the rig framework" license = "MIT" @@ -10,7 +10,7 @@ workspace = true [dependencies] surrealdb = { workspace = true, features = ["protocol-ws", "kv-mem"] } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-vertexai/CHANGELOG.md b/rig-integrations/rig-vertexai/CHANGELOG.md index e978245c3..5d0d18b35 100644 --- a/rig-integrations/rig-vertexai/CHANGELOG.md +++ b/rig-integrations/rig-vertexai/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/0xPlaygrounds/rig/compare/rig-vertexai-v0.2.2...rig-vertexai-v0.2.3) - 2026-01-06 + +### Other + +- updated the following local packages: rig-core + ## [0.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-vertexai-v0.2.1...rig-vertexai-v0.2.2) - 2025-12-15 ### Other diff --git a/rig-integrations/rig-vertexai/Cargo.toml b/rig-integrations/rig-vertexai/Cargo.toml index c2ff197be..a7b737d96 100644 --- a/rig-integrations/rig-vertexai/Cargo.toml +++ b/rig-integrations/rig-vertexai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-vertexai" -version = "0.2.2" +version = "0.2.3" edition.workspace = true license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ workspace = true [dependencies] google-cloud-aiplatform-v1 = { workspace = true } google-cloud-auth = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.28.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tokio = { workspace = true, features = ["full"] } diff --git a/rig/rig-core/CHANGELOG.md b/rig/rig-core/CHANGELOG.md index 37bb04b53..c72cfa172 100644 --- a/rig/rig-core/CHANGELOG.md +++ b/rig/rig-core/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.27.0...rig-core-v0.28.0) - 2026-01-06 + +### Added + +- *(agent)* export StreamingError to public API ([#1200](https://github.com/0xPlaygrounds/rig/pull/1200)) + +### Fixed + +- some completion providers send usage chunks with 0 completion choices causing 0 reported usage ([#1211](https://github.com/0xPlaygrounds/rig/pull/1211)) +- *(rig-1109)* export agent StreamingResult type ([#1220](https://github.com/0xPlaygrounds/rig/pull/1220)) +- docs typo ([#1219](https://github.com/0xPlaygrounds/rig/pull/1219)) +- missing json header on send_streaming ([#1196](https://github.com/0xPlaygrounds/rig/pull/1196)) +- *(rig-1113)* `calculate_max_tokens` assumes known model (anthropic) ([#1216](https://github.com/0xPlaygrounds/rig/pull/1216)) +- add headers to get call ([#1178](https://github.com/0xPlaygrounds/rig/pull/1178)) +- deepseek stream_prompt Invalid status code 415 ([#1170](https://github.com/0xPlaygrounds/rig/pull/1170)) +- *(openrouter)* add default serde attr to reasoning_details for optional field deserialization ([#1173](https://github.com/0xPlaygrounds/rig/pull/1173)) + +### Other + +- add tool name to tool call delta streaming events ([#1222](https://github.com/0xPlaygrounds/rig/pull/1222)) +- *(deps)* update rmcp dependency to 0.12.0 ([#1182](https://github.com/0xPlaygrounds/rig/pull/1182)) +- *(deps)* upgrade rmcp dependency to 0.11 ([#1165](https://github.com/0xPlaygrounds/rig/pull/1165)) +- Respect custom http headers for outgoing client requests ([#1166](https://github.com/0xPlaygrounds/rig/pull/1166)) + ## [0.27.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.26.0...rig-core-v0.27.0) - 2025-12-15 ### Added diff --git a/rig/rig-core/Cargo.toml b/rig/rig-core/Cargo.toml index 0c177d3ab..75ba6293a 100644 --- a/rig/rig-core/Cargo.toml +++ b/rig/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.27.0" +version = "0.28.0" edition = { workspace = true } license = "MIT" readme = "README.md"