Skip to content

chore: release#1148

Closed
github-actions[bot] wants to merge 2 commits intomainfrom
release-plz-2025-12-10T16-28-30Z
Closed

chore: release#1148
github-actions[bot] wants to merge 2 commits intomainfrom
release-plz-2025-12-10T16-28-30Z

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • rig-derive: 0.1.9 -> 0.1.10
  • rig-core: 0.26.0 -> 0.27.0 (⚠ API breaking changes)
  • rig-bedrock: 0.3.8 -> 0.3.9 (✓ 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-helixdb: 0.1.6 -> 0.1.7 (✓ API compatible changes)
  • rig-lancedb: 0.2.29 -> 0.2.30 (✓ API compatible changes)
  • rig-milvus: 0.1.18 -> 0.1.19 (✓ 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-s3vectors: 0.1.15 -> 0.1.16 (✓ 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-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/.tmpRLo27E/rig/rig/rig-core/src/providers/openai/responses_api/streaming.rs:122
  variant Message:Tool in /tmp/.tmpRLo27E/rig/rig/rig-core/src/providers/mistral/completion.rs:84
  variant Message:Tool in /tmp/.tmpRLo27E/rig/rig/rig-core/src/providers/mistral/completion.rs:84
  variant StreamedAssistantContent:ReasoningDelta in /tmp/.tmpRLo27E/rig/rig/rig-core/src/streaming.rs:582
  variant RawStreamingChoice:ReasoningDelta in /tmp/.tmpRLo27E/rig/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/.tmprYuqbO/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/.tmprYuqbO/rig-core/src/providers/groq.rs:120
Changelog

rig-derive

0.1.10 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-core

0.27.0 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-bedrock

0.3.9 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-eternalai

0.3.15 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-fastembed

0.2.19 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-helixdb

0.1.7 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-lancedb

0.2.30 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-milvus

0.1.19 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-mongodb

0.3.3 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-neo4j

0.4.5 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-postgres

0.1.28 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-qdrant

0.1.33 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-s3vectors

0.1.16 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-scylladb

0.1.19 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-sqlite

0.1.30 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-surrealdb

0.1.25 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)

rig-vertexai

0.2.2 - 2025-12-10

Other

  • (rig-1090) crate re-org (#1145)


This PR was generated with release-plz.

@joshua-mo-143
Copy link
Collaborator

Follows on from #1123 which was closed by the bot

@github-actions github-actions bot closed this Dec 10, 2025
@joshua-mo-143 joshua-mo-143 mentioned this pull request Dec 15, 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.

1 participant