Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 5, 2025

πŸ€– New release

  • rig-derive: 0.1.9 -> 0.1.10
  • rig-core: 0.26.0 -> 0.27.0 (⚠ API breaking changes)
  • rig-lancedb: 0.2.29 -> 0.2.30 (βœ“ API compatible changes)
  • rig-mongodb: 0.3.2 -> 0.3.3 (βœ“ API compatible changes)
  • rig-neo4j: 0.4.4 -> 0.4.5 (βœ“ API compatible changes)
  • rig-postgres: 0.1.27 -> 0.1.28 (βœ“ API compatible changes)
  • rig-qdrant: 0.1.32 -> 0.1.33 (βœ“ API compatible changes)
  • rig-scylladb: 0.1.18 -> 0.1.19 (βœ“ API compatible changes)
  • rig-sqlite: 0.1.29 -> 0.1.30 (βœ“ API compatible changes)
  • rig-surrealdb: 0.1.24 -> 0.1.25 (βœ“ API compatible changes)
  • rig-eternalai: 0.3.14 -> 0.3.15 (βœ“ API compatible changes)
  • rig-fastembed: 0.2.18 -> 0.2.19 (βœ“ API compatible changes)
  • rig-bedrock: 0.3.8 -> 0.3.9 (βœ“ API compatible changes)
  • rig-milvus: 0.1.18 -> 0.1.19 (βœ“ API compatible changes)
  • rig-s3vectors: 0.1.15 -> 0.1.16 (βœ“ API compatible changes)
  • rig-helixdb: 0.1.6 -> 0.1.7 (βœ“ API compatible changes)
  • rig-vertexai: 0.2.1 -> 0.2.2 (βœ“ API compatible changes)

⚠ rig-core breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_added.ron

Failed in:
  variant ItemChunkKind:ReasoningSummaryTextDelta in /tmp/.tmpmbU7Ep/rig/rig-core/src/providers/openai/responses_api/streaming.rs:122
  variant Message:Tool in /tmp/.tmpmbU7Ep/rig/rig-core/src/providers/mistral/completion.rs:84
  variant Message:Tool in /tmp/.tmpmbU7Ep/rig/rig-core/src/providers/mistral/completion.rs:84
  variant StreamedAssistantContent:ReasoningDelta in /tmp/.tmpmbU7Ep/rig/rig-core/src/streaming.rs:582
  variant RawStreamingChoice:ReasoningDelta in /tmp/.tmpmbU7Ep/rig/rig-core/src/streaming.rs:89

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ItemChunkKind::ReasoningSummaryTextAdded, previously in file /tmp/.tmps7hYDk/rig-core/src/providers/openai/responses_api/streaming.rs:122

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_missing.ron

Failed in:
  struct rig::providers::groq::Message, previously in file /tmp/.tmps7hYDk/rig-core/src/providers/groq.rs:120
Changelog

rig-derive

0.1.10 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-core

0.27.0 - 2025-12-10

Added

  • Introduce reasoning delta (#1055)
  • (rig-1066) concurrent execution for tools (#1142)
  • LSH for in memory vector store (#922)

Fixed

  • StreamingPromptHook panic when chat_history is empty (#1132)
  • (rig-1087) groq should accept tool calls (#1137)
  • (rig-1082) unnecessary JSON flatten (#1127)
  • OpenAI Chat Completions API tool result format and strict mode support (#1117)
  • (rig-1081) oneOf not supported by OpenAI tool calling (#1124)

Other

  • Fix Openrouter completion request (#1141)
  • (rig-1060) add generic multipart body (#1133)
  • (rig-1080) add Cairnify to Who's Using Rig list (#1138)
  • Turn ToolResult into Tool message for Mistral (#1130)
  • flatten display impl for tool call errors (#1125)
  • fix API key censoring (#1128)
  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-lancedb

0.2.30 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-mongodb

0.3.3 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-neo4j

0.4.5 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-postgres

0.1.28 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-qdrant

0.1.33 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-scylladb

0.1.19 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-sqlite

0.1.30 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-surrealdb

0.1.25 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-eternalai

0.3.15 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-fastembed

0.2.19 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-bedrock

0.3.9 - 2025-12-10

Added

  • Introduce reasoning delta (#1055)

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-milvus

0.1.19 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-s3vectors

0.1.16 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-helixdb

0.1.7 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)

rig-vertexai

0.2.2 - 2025-12-10

Other

  • deny dbg!, todo!, and unimplemented! in CI (#1121)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-12-05T22-56-30Z branch 12 times, most recently from 405fb84 to 21d2a18 Compare December 10, 2025 14:04
@github-actions github-actions bot force-pushed the release-plz-2025-12-05T22-56-30Z branch from 21d2a18 to 31e1ccb Compare December 10, 2025 14:19
@github-actions github-actions bot closed this Dec 10, 2025
@joshua-mo-143 joshua-mo-143 mentioned this pull request Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants