Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions rig-integrations/rig-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-bedrock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rig-bedrock"
version = "0.4.1"
version = "0.4.2"
edition = { workspace = true }
license = "MIT"
readme = "README.md"
Expand All @@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions rig-integrations/rig-fastembed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-fastembed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rig-fastembed"
version = "0.3.1"
version = "0.3.2"
edition = { workspace = true }
license = "MIT"
readme = "README.md"
Expand All @@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions rig-integrations/rig-gemini-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-gemini-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions rig-integrations/rig-helixdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-helixdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rig-helixdb"
version = "0.2.1"
version = "0.2.2"
edition.workspace = true
license = "MIT"
readme = "README.md"
Expand All @@ -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"] }
Expand Down
7 changes: 7 additions & 0 deletions rig-integrations/rig-lancedb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-lancedb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rig-lancedb"
version = "0.4.1"
version = "0.4.2"
edition = { workspace = true }
license = "MIT"
readme = "README.md"
Expand All @@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions rig-integrations/rig-milvus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-milvus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"] }
Expand Down
7 changes: 7 additions & 0 deletions rig-integrations/rig-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rig-integrations/rig-mongodb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rig-mongodb"
version = "0.4.1"
version = "0.4.2"
edition = { workspace = true }
license = "MIT"
readme = "README.md"
Expand All @@ -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 }
Expand Down
11 changes: 11 additions & 0 deletions rig-integrations/rig-neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading