diff --git a/Cargo.lock b/Cargo.lock index 389d04bc3..441a4b1be 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.33.0" 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..acdaffaca 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.4.2](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.4.1...rig-bedrock-v0.4.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-bedrock/Cargo.toml b/rig-integrations/rig-bedrock/Cargo.toml index 76be45372..616b1e02a 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.33.0", 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..d742effa6 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.3.2](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.3.1...rig-fastembed-v0.3.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-fastembed/Cargo.toml b/rig-integrations/rig-fastembed/Cargo.toml index 782451383..aa66f3f7e 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.33.0", 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..bd31fb9da 100644 --- a/rig-integrations/rig-gemini-grpc/CHANGELOG.md +++ b/rig-integrations/rig-gemini-grpc/CHANGELOG.md @@ -6,6 +6,12 @@ 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/0xPlaygrounds/rig/compare/rig-gemini-grpc-v0.2.1...rig-gemini-grpc-v0.2.2) - 2026-03-16 + +### 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..e63fee692 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.33.0", 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..43f6166f0 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.2.1...rig-helixdb-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-helixdb/Cargo.toml b/rig-integrations/rig-helixdb/Cargo.toml index c54d83157..15ba0beb7 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.33.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 169d63c64..7a1e6a27a 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.4.2](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.4.1...rig-lancedb-v0.4.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-lancedb/Cargo.toml b/rig-integrations/rig-lancedb/Cargo.toml index 5f2970b17..61d0c7e98 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.33.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 2ad455f7d..2885a0db4 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-milvus-v0.2.1...rig-milvus-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-milvus/Cargo.toml b/rig-integrations/rig-milvus/Cargo.toml index 0d6a13002..afd488b5d 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.33.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 7eae885dd..24c0e46a9 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.4.2](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.4.1...rig-mongodb-v0.4.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-mongodb/Cargo.toml b/rig-integrations/rig-mongodb/Cargo.toml index 7cdabdf4b..bc8088821 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.33.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 3a08b49e5..d4ebd429d 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.5.2](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.5.1...rig-neo4j-v0.5.2) - 2026-03-16 + +### Fixed + +- *(gemini)* correct ProviderBuilder impl for GeminiInteractionsBuilder ([#1482](https://github.com/0xPlaygrounds/rig/pull/1482)) + ## [0.5.1](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.5.0...rig-neo4j-v0.5.1) - 2026-03-05 diff --git a/rig-integrations/rig-neo4j/Cargo.toml b/rig-integrations/rig-neo4j/Cargo.toml index ec740da4c..3ad19f3ba 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.33.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 2fbd7447b..40c2b218f 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.2.1...rig-postgres-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-postgres/Cargo.toml b/rig-integrations/rig-postgres/Cargo.toml index 0a8a00c37..a417abe5b 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.33.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 6b9c14184..96f94630e 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.2.1...rig-qdrant-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-qdrant/Cargo.toml b/rig-integrations/rig-qdrant/Cargo.toml index a0e1617d4..9735fdb6e 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.33.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 ad69833b2..7f548999b 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-s3vectors-v0.2.1...rig-s3vectors-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-s3vectors/Cargo.toml b/rig-integrations/rig-s3vectors/Cargo.toml index bb704c86e..6023c509b 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.33.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 58ffbe853..b8a56387d 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-scylladb-v0.2.1...rig-scylladb-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-scylladb/Cargo.toml b/rig-integrations/rig-scylladb/Cargo.toml index b8a9bf9c2..e550710a4 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.33.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 41935f050..fb3add1b2 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.2.1...rig-sqlite-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-sqlite/Cargo.toml b/rig-integrations/rig-sqlite/Cargo.toml index db3764a58..97112f42b 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.33.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 9e554fc2b..d1fd2dc29 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.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.2.1...rig-surrealdb-v0.2.2) - 2026-03-16 + +### Fixed + +- *(rig-1486)* refactor surrealdb to v3.0.2 ([#1487](https://github.com/0xPlaygrounds/rig/pull/1487)) + ## [0.2.1](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.2.0...rig-surrealdb-v0.2.1) - 2026-03-05 diff --git a/rig-integrations/rig-surrealdb/Cargo.toml b/rig-integrations/rig-surrealdb/Cargo.toml index faccf6904..88cc47431 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.33.0", 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..3abb11f54 100644 --- a/rig-integrations/rig-vectorize/CHANGELOG.md +++ b/rig-integrations/rig-vectorize/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-vectorize-v0.2.1...rig-vectorize-v0.2.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-vectorize/Cargo.toml b/rig-integrations/rig-vectorize/Cargo.toml index ac24afd49..2072c0bee 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.33.0" } 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..e82de1705 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.3.2](https://github.com/0xPlaygrounds/rig/compare/rig-vertexai-v0.3.1...rig-vertexai-v0.3.2) - 2026-03-16 + +### 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 diff --git a/rig-integrations/rig-vertexai/Cargo.toml b/rig-integrations/rig-vertexai/Cargo.toml index 35ca411be..3de16b97f 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.33.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 c30c8d988..3adf47494 100644 --- a/rig/rig-core/CHANGELOG.md +++ b/rig/rig-core/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.33.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.32.0...rig-core-v0.33.0) - 2026-03-16 + +### Added + +- add llamafile provider ([#1519](https://github.com/0xPlaygrounds/rig/pull/1519)) +- add grok imagine as image generation ([#1516](https://github.com/0xPlaygrounds/rig/pull/1516)) +- *(rmcp)* `McpClientHandler` ([#1525](https://github.com/0xPlaygrounds/rig/pull/1525)) +- *(telemetry)* emit gen_ai.usage.cached_tokens across all providers ([#1497](https://github.com/0xPlaygrounds/rig/pull/1497)) +- add provider-native hosted tool support ([#1430](https://github.com/0xPlaygrounds/rig/pull/1430)) + +### Fixed + +- *(llamafile)* apply embedding Number->f64 conversion for arbitrary_precision compat ([#1526](https://github.com/0xPlaygrounds/rig/pull/1526)) +- embedding deserialization breaks with serde_json/arbitrary_precision ([#1518](https://github.com/0xPlaygrounds/rig/pull/1518)) +- *(openai)* strengthen streaming tool call dedup to prevent false evictions ([#1510](https://github.com/0xPlaygrounds/rig/pull/1510)) +- *(gemini)* [**breaking**] resolve embedding dimensions dynamically instead of hardcoding ([#1513](https://github.com/0xPlaygrounds/rig/pull/1513)) +- *(gemini)* support URL-backed text documents ([#1507](https://github.com/0xPlaygrounds/rig/pull/1507)) +- forward max_tokens in Chat Completions API requests ([#1495](https://github.com/0xPlaygrounds/rig/pull/1495)) +- populate cached_input_tokens in Chat Completions streaming ([#1485](https://github.com/0xPlaygrounds/rig/pull/1485)) +- *(gemini)* correct ProviderBuilder impl for GeminiInteractionsBuilder ([#1482](https://github.com/0xPlaygrounds/rig/pull/1482)) +- *(rig-1218)* gemini MCP tool invalid tool argument ([#1462](https://github.com/0xPlaygrounds/rig/pull/1462)) + +### Other + +- fix link in rig-core README ([#1502](https://github.com/0xPlaygrounds/rig/pull/1502)) +- Feat/gemini interactions api ([#1230](https://github.com/0xPlaygrounds/rig/pull/1230)) + ## [0.32.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.31.0...rig-core-v0.32.0) - 2026-03-05 diff --git a/rig/rig-core/Cargo.toml b/rig/rig-core/Cargo.toml index d107d5102..f2de36d11 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.33.0" edition = { workspace = true } license = "MIT" readme = "README.md"