diff --git a/Cargo.lock b/Cargo.lock index 389d04bc3..bdb13b880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9372,7 +9372,7 @@ checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" [[package]] name = "rig-bedrock" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-stream", @@ -9395,7 +9395,7 @@ dependencies = [ [[package]] name = "rig-core" -version = "0.32.0" +version = "0.32.1" dependencies = [ "anyhow", "as-any", @@ -9465,7 +9465,7 @@ dependencies = [ [[package]] name = "rig-fastembed" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "fastembed", @@ -9479,7 +9479,7 @@ dependencies = [ [[package]] name = "rig-gemini-grpc" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "async-stream", @@ -9500,7 +9500,7 @@ dependencies = [ [[package]] name = "rig-helixdb" -version = "0.2.1" +version = "0.2.2" dependencies = [ "helix-rs", "rig-core", @@ -9511,7 +9511,7 @@ dependencies = [ [[package]] name = "rig-lancedb" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "arrow-array", @@ -9527,7 +9527,7 @@ dependencies = [ [[package]] name = "rig-milvus" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "reqwest 0.13.2", @@ -9541,7 +9541,7 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "futures", @@ -9558,7 +9558,7 @@ dependencies = [ [[package]] name = "rig-neo4j" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "futures", @@ -9577,7 +9577,7 @@ dependencies = [ [[package]] name = "rig-postgres" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "dotenvy", @@ -9598,7 +9598,7 @@ dependencies = [ [[package]] name = "rig-qdrant" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "httpmock", @@ -9613,7 +9613,7 @@ dependencies = [ [[package]] name = "rig-s3vectors" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "aws-config", @@ -9630,7 +9630,7 @@ dependencies = [ [[package]] name = "rig-scylladb" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "chrono", @@ -9649,7 +9649,7 @@ dependencies = [ [[package]] name = "rig-sqlite" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "chrono", @@ -9668,7 +9668,7 @@ dependencies = [ [[package]] name = "rig-surrealdb" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "rig-core", @@ -9683,7 +9683,7 @@ dependencies = [ [[package]] name = "rig-vectorize" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "reqwest 0.13.2", @@ -9698,7 +9698,7 @@ dependencies = [ [[package]] name = "rig-vertexai" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "google-cloud-aiplatform-v1", diff --git a/rig-integrations/rig-bedrock/CHANGELOG.md b/rig-integrations/rig-bedrock/CHANGELOG.md index 8b0c8356a..1c9c5317e 100644 --- a/rig-integrations/rig-bedrock/CHANGELOG.md +++ b/rig-integrations/rig-bedrock/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/getong/rig/compare/rig-bedrock-v0.4.1...rig-bedrock-v0.4.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.4.1](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.4.0...rig-bedrock-v0.4.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-bedrock/Cargo.toml b/rig-integrations/rig-bedrock/Cargo.toml index 76be45372..d69998bdc 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.4.1" +version = "0.4.2" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -18,7 +18,7 @@ aws-config = { workspace = true, features = ["behavior-version-latest"] } aws-sdk-bedrockruntime = { workspace = true, features = ["rt-tokio", "default-https-client"] } aws-smithy-types = { workspace = true } base64 = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.32.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.32.1", default-features = false, features = [ "image", ] } nanoid = { workspace = true } diff --git a/rig-integrations/rig-fastembed/CHANGELOG.md b/rig-integrations/rig-fastembed/CHANGELOG.md index dfc2b2f0b..cb8d53a4e 100644 --- a/rig-integrations/rig-fastembed/CHANGELOG.md +++ b/rig-integrations/rig-fastembed/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/getong/rig/compare/rig-fastembed-v0.3.1...rig-fastembed-v0.3.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.3.1](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.3.0...rig-fastembed-v0.3.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-fastembed/Cargo.toml b/rig-integrations/rig-fastembed/Cargo.toml index 782451383..48d3499f2 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.3.1" +version = "0.3.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-gemini-grpc/CHANGELOG.md b/rig-integrations/rig-gemini-grpc/CHANGELOG.md index c9bb95aa8..cf516c7b5 100644 --- a/rig-integrations/rig-gemini-grpc/CHANGELOG.md +++ b/rig-integrations/rig-gemini-grpc/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.2](https://github.com/getong/rig/compare/rig-gemini-grpc-v0.2.1...rig-gemini-grpc-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-gemini-grpc-v0.2.0...rig-gemini-grpc-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-gemini-grpc/Cargo.toml b/rig-integrations/rig-gemini-grpc/Cargo.toml index 097dbd023..dac2b3880 100644 --- a/rig-integrations/rig-gemini-grpc/Cargo.toml +++ b/rig-integrations/rig-gemini-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-gemini-grpc" -version = "0.2.1" +version = "0.2.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", default-features = false } async-stream = { workspace = true } base64 = { workspace = true } futures = { workspace = true } diff --git a/rig-integrations/rig-helixdb/CHANGELOG.md b/rig-integrations/rig-helixdb/CHANGELOG.md index e4f5a754c..c7e309ead 100644 --- a/rig-integrations/rig-helixdb/CHANGELOG.md +++ b/rig-integrations/rig-helixdb/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-helixdb-v0.2.1...rig-helixdb-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.2.0...rig-helixdb-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-helixdb/Cargo.toml b/rig-integrations/rig-helixdb/Cargo.toml index c54d83157..f7c62c5c8 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.2.1" +version = "0.2.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 169d63c64..d9b014489 100644 --- a/rig-integrations/rig-lancedb/CHANGELOG.md +++ b/rig-integrations/rig-lancedb/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/getong/rig/compare/rig-lancedb-v0.4.1...rig-lancedb-v0.4.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.4.1](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.4.0...rig-lancedb-v0.4.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-lancedb/Cargo.toml b/rig-integrations/rig-lancedb/Cargo.toml index 5f2970b17..fbcf357bd 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.4.1" +version = "0.4.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 2ad455f7d..59239e02f 100644 --- a/rig-integrations/rig-milvus/CHANGELOG.md +++ b/rig-integrations/rig-milvus/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-milvus-v0.2.1...rig-milvus-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-milvus-v0.2.0...rig-milvus-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-milvus/Cargo.toml b/rig-integrations/rig-milvus/Cargo.toml index 0d6a13002..808b2b3ea 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.2.1" +version = "0.2.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 7eae885dd..7fcb316f4 100644 --- a/rig-integrations/rig-mongodb/CHANGELOG.md +++ b/rig-integrations/rig-mongodb/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/getong/rig/compare/rig-mongodb-v0.4.1...rig-mongodb-v0.4.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.4.1](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.4.0...rig-mongodb-v0.4.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-mongodb/Cargo.toml b/rig-integrations/rig-mongodb/Cargo.toml index 7cdabdf4b..01e53d53f 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.4.1" +version = "0.4.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 3a08b49e5..6be8299a5 100644 --- a/rig-integrations/rig-neo4j/CHANGELOG.md +++ b/rig-integrations/rig-neo4j/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/getong/rig/compare/rig-neo4j-v0.5.1...rig-neo4j-v0.5.2) - 2026-03-12 + +### Fixed + +- *(gemini)* correct ProviderBuilder impl for GeminiInteractionsBuilder ([#1482](https://github.com/getong/rig/pull/1482)) (by @adrianncovaci) + +### Contributors + +* @adrianncovaci + + ## [0.5.1](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.5.0...rig-neo4j-v0.5.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-neo4j/Cargo.toml b/rig-integrations/rig-neo4j/Cargo.toml index ec740da4c..eb22157e6 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.5.1" +version = "0.5.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 2fbd7447b..8699d415b 100644 --- a/rig-integrations/rig-postgres/CHANGELOG.md +++ b/rig-integrations/rig-postgres/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-postgres-v0.2.1...rig-postgres-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.2.0...rig-postgres-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-postgres/Cargo.toml b/rig-integrations/rig-postgres/Cargo.toml index 0a8a00c37..ea3d4d24c 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.2.1" +version = "0.2.2" 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.32.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 6b9c14184..7960f4225 100644 --- a/rig-integrations/rig-qdrant/CHANGELOG.md +++ b/rig-integrations/rig-qdrant/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-qdrant-v0.2.1...rig-qdrant-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.2.0...rig-qdrant-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-qdrant/Cargo.toml b/rig-integrations/rig-qdrant/Cargo.toml index a0e1617d4..81791c6b5 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.2.1" +version = "0.2.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 ad69833b2..c677d0624 100644 --- a/rig-integrations/rig-s3vectors/CHANGELOG.md +++ b/rig-integrations/rig-s3vectors/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-s3vectors-v0.2.1...rig-s3vectors-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-s3vectors-v0.2.0...rig-s3vectors-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-s3vectors/Cargo.toml b/rig-integrations/rig-s3vectors/Cargo.toml index bb704c86e..914b36ad5 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.2.1" +version = "0.2.2" 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.32.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 58ffbe853..7e2c0ecd3 100644 --- a/rig-integrations/rig-scylladb/CHANGELOG.md +++ b/rig-integrations/rig-scylladb/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-scylladb-v0.2.1...rig-scylladb-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-scylladb-v0.2.0...rig-scylladb-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-scylladb/Cargo.toml b/rig-integrations/rig-scylladb/Cargo.toml index b8a9bf9c2..1b3b22cf1 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.2.1" +version = "0.2.2" 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.32.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 41935f050..93a73e1c3 100644 --- a/rig-integrations/rig-sqlite/CHANGELOG.md +++ b/rig-integrations/rig-sqlite/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-sqlite-v0.2.1...rig-sqlite-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.2.0...rig-sqlite-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-sqlite/Cargo.toml b/rig-integrations/rig-sqlite/Cargo.toml index db3764a58..f016f4afa 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.2.1" +version = "0.2.2" 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.32.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 9e554fc2b..ee3232acd 100644 --- a/rig-integrations/rig-surrealdb/CHANGELOG.md +++ b/rig-integrations/rig-surrealdb/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-surrealdb-v0.2.1...rig-surrealdb-v0.2.2) - 2026-03-12 + +### Fixed + +- *(rig-1486)* refactor surrealdb to v3.0.2 ([#1487](https://github.com/getong/rig/pull/1487)) (by @itsezc) + +### Contributors + +* @itsezc + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.2.0...rig-surrealdb-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-surrealdb/Cargo.toml b/rig-integrations/rig-surrealdb/Cargo.toml index faccf6904..cdff8bca3 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.2.1" +version = "0.2.2" 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.32.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.32.1", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-vectorize/CHANGELOG.md b/rig-integrations/rig-vectorize/CHANGELOG.md index 53c860d32..05157a110 100644 --- a/rig-integrations/rig-vectorize/CHANGELOG.md +++ b/rig-integrations/rig-vectorize/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/getong/rig/compare/rig-vectorize-v0.2.1...rig-vectorize-v0.2.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-vectorize-v0.2.0...rig-vectorize-v0.2.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-vectorize/Cargo.toml b/rig-integrations/rig-vectorize/Cargo.toml index ac24afd49..c4c979399 100644 --- a/rig-integrations/rig-vectorize/Cargo.toml +++ b/rig-integrations/rig-vectorize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-vectorize" -version = "0.2.1" +version = "0.2.2" 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.32.0" } +rig-core = { path = "../../rig/rig-core", version = "0.32.1" } reqwest = { workspace = true, features = ["json"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } diff --git a/rig-integrations/rig-vertexai/CHANGELOG.md b/rig-integrations/rig-vertexai/CHANGELOG.md index b68cc4406..5c2ff4da2 100644 --- a/rig-integrations/rig-vertexai/CHANGELOG.md +++ b/rig-integrations/rig-vertexai/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/getong/rig/compare/rig-vertexai-v0.3.1...rig-vertexai-v0.3.2) - 2026-03-12 + +### Other + +- updated the following local packages: rig-core + + ## [0.3.1](https://github.com/0xPlaygrounds/rig/compare/rig-vertexai-v0.3.0...rig-vertexai-v0.3.1) - 2026-03-05 ### Other diff --git a/rig-integrations/rig-vertexai/Cargo.toml b/rig-integrations/rig-vertexai/Cargo.toml index 35ca411be..28d537ead 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.3.1" +version = "0.3.2" 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.32.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.32.1", 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 c30c8d988..80cd397a8 100644 --- a/rig/rig-core/CHANGELOG.md +++ b/rig/rig-core/CHANGELOG.md @@ -8,6 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.32.1](https://github.com/getong/rig/compare/rig-core-v0.32.0...rig-core-v0.32.1) - 2026-03-12 + +### Fixed + +- forward max_tokens in Chat Completions API requests ([#1495](https://github.com/getong/rig/pull/1495)) (by @sonicxml) - #1495 +- populate cached_input_tokens in Chat Completions streaming ([#1485](https://github.com/getong/rig/pull/1485)) (by @sonicxml) - #1485 +- *(gemini)* correct ProviderBuilder impl for GeminiInteractionsBuilder ([#1482](https://github.com/getong/rig/pull/1482)) (by @adrianncovaci) +- *(rig-1218)* gemini MCP tool invalid tool argument ([#1462](https://github.com/getong/rig/pull/1462)) (by @joshua-mo-143) + +### Other + +- fix link in rig-core README ([#1502](https://github.com/getong/rig/pull/1502)) (by @waltronix) - #1502 +- Feat/gemini interactions api ([#1230](https://github.com/getong/rig/pull/1230)) (by @iskng) - #1230 + +### Contributors + +* @waltronix +* @sonicxml +* @adrianncovaci +* @joshua-mo-143 +* @iskng + + ## [0.32.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.31.0...rig-core-v0.32.0) - 2026-03-05 ### Added diff --git a/rig/rig-core/Cargo.toml b/rig/rig-core/Cargo.toml index 484ffc9dd..ba71f5d81 100644 --- a/rig/rig-core/Cargo.toml +++ b/rig/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.32.0" +version = "0.32.1" edition = { workspace = true } license = "MIT" readme = "README.md"