Skip to content

chore: release #441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 6, 2025

🤖 New release

  • rig-core: 0.12.0 -> 0.13.0 (⚠ API breaking changes)
  • rig-bedrock: 0.1.3 -> 0.1.4 (✓ API compatible changes)
  • rig-lancedb: 0.2.10 -> 0.2.11
  • rig-mongodb: 0.2.10 -> 0.2.11
  • rig-neo4j: 0.2.10 -> 0.2.11
  • rig-postgres: 0.1.8 -> 0.1.9
  • rig-qdrant: 0.1.13 -> 0.1.14
  • rig-sqlite: 0.1.10 -> 0.1.11
  • rig-surrealdb: 0.1.5 -> 0.1.6
  • rig-eternalai: 0.2.6 -> 0.2.7
  • rig-fastembed: 0.1.6 -> 0.1.7

rig-core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field StreamingToolCall.id in /tmp/.tmpSVtY9a/rig/rig-core/src/providers/openai/streaming.rs:30
  field StreamingToolCall.id in /tmp/.tmpSVtY9a/rig/rig-core/src/providers/openai/streaming.rs:30
  field StreamGenerateContentResponse.usage_metadata in /tmp/.tmpSVtY9a/rig/rig-core/src/providers/gemini/streaming.rs:23

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.40.0/src/lints/enum_missing.ron

Failed in:
  enum rig::streaming::StreamingChoice, previously in file /tmp/.tmp9M6UVC/rig-core/src/streaming.rs:24

--- failure trait_associated_type_added: non-sealed public trait added associated type without default value ---

Description:
A non-sealed trait has gained an associated type without a default value, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type rig::streaming::StreamingCompletionModel::StreamingResponse in file /tmp/.tmpSVtY9a/rig/rig-core/src/streaming.rs:180
Changelog

rig-core

0.13.0 - 2025-05-06

Added

  • Improve Streaming API (#388)

rig-bedrock

0.1.4 - 2025-05-06

Added

  • Improve Streaming API (#388)

rig-lancedb

0.2.11 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-mongodb

0.2.11 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-neo4j

0.2.11 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-postgres

0.1.9 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-qdrant

0.1.14 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-sqlite

0.1.11 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-surrealdb

0.1.6 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-eternalai

0.2.7 - 2025-05-06

Other

  • updated the following local packages: rig-core

rig-fastembed

0.1.7 - 2025-05-06

Other

  • updated the following local packages: rig-core


This PR was generated with release-plz.

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.

0 participants