Skip to content

chore: release#1631

Merged
gold-silver-copper merged 1 commit intomainfrom
release-plz-2026-04-13T22-45-05Z
Apr 28, 2026
Merged

chore: release#1631
gold-silver-copper merged 1 commit intomainfrom
release-plz-2026-04-13T22-45-05Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 13, 2026

🤖 New release

  • rig-derive: 0.1.12 -> 0.1.13
  • rig-core: 0.35.0 -> 0.36.0 (⚠ API breaking changes)
  • rig-bedrock: 0.4.4 -> 0.4.5 (✓ API compatible changes)
  • rig-fastembed: 0.3.4 -> 0.4.0 (⚠ API breaking changes)
  • rig-gemini-grpc: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-helixdb: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-lancedb: 0.4.4 -> 0.4.5 (✓ API compatible changes)
  • rig-milvus: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-mongodb: 0.4.4 -> 0.4.5 (✓ API compatible changes)
  • rig-neo4j: 0.5.4 -> 0.5.5 (✓ API compatible changes)
  • rig-postgres: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-qdrant: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-s3vectors: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-scylladb: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-sqlite: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-surrealdb: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-vectorize: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rig-vertexai: 0.3.4 -> 0.3.5 (✓ API compatible changes)

rig-core breaking changes

--- 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.46.0/src/lints/enum_missing.ron

Failed in:
  enum rig::client::builder::Error, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/builder.rs:37
  enum rig::client::builder::DefaultProviders, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/builder.rs:170

--- failure enum_struct_variant_field_added: pub enum struct variant field added ---

Description:
An enum's exhaustive struct variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_struct_variant_field_added.ron

Failed in:
  field reasoning of variant Message::Assistant in /tmp/.tmpe3QeBR/rig/rig/rig-core/src/providers/openai/completion/mod.rs:165
  field reasoning of variant Message::Assistant in /tmp/.tmpe3QeBR/rig/rig/rig-core/src/providers/openai/completion/mod.rs:165

--- 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.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant ItemChunkKind:Unknown in /tmp/.tmpe3QeBR/rig/rig/rig-core/src/providers/openai/responses_api/streaming.rs:780
  variant Output:Unknown in /tmp/.tmpe3QeBR/rig/rig/rig-core/src/providers/openai/responses_api/mod.rs:1237

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Reasoning::with_signature, previously in file /tmp/.tmpJuq7RD/rig-core/src/completion/message.rs:133
  Reasoning::with_signature, previously in file /tmp/.tmpJuq7RD/rig-core/src/completion/message.rs:133

--- failure module_missing: pub module removed or renamed ---

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

Failed in:
  mod rig::client::builder, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/builder.rs:1

--- 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.46.0/src/lints/struct_missing.ron

Failed in:
  struct rig::client::builder::ProviderFactory, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/builder.rs:146
  struct rig::client::transcription::TranscriptionModelHandle, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/transcription.rs:57
  struct rig::providers::openai::completion::CompletionModel, previously in file /tmp/.tmpJuq7RD/rig-core/src/providers/openai/completion/mod.rs:974
  struct rig::providers::openai::CompletionModel, previously in file /tmp/.tmpJuq7RD/rig-core/src/providers/openai/completion/mod.rs:974
  struct rig::client::completion::CompletionModelHandle, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/completion.rs:74
  struct rig::client::NeedsApiKey, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/mod.rs:480
  struct rig::providers::anthropic::completion::CompletionModel, previously in file /tmp/.tmpJuq7RD/rig-core/src/providers/anthropic/completion.rs:828
  struct rig::providers::openai::responses_api::ResponsesCompletionModel, previously in file /tmp/.tmpJuq7RD/rig-core/src/providers/openai/responses_api/mod.rs:883
  struct rig::client::builder::DynClientBuilder, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/builder.rs:158
  struct rig::client::image_generation::ImageGenerationModelHandle, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/image_generation.rs:77
  struct rig::integrations::cli_chatbot::NoImplProvided, previously in file /tmp/.tmpJuq7RD/rig-core/src/integrations/cli_chatbot.rs:11
  struct rig::client::FinalCompletionResponse, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/mod.rs:74
  struct rig::client::builder::AnyClient, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/builder.rs:50
  struct rig::client::audio_generation::AudioGenerationModelHandle, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/audio_generation.rs:60
  struct rig::providers::openai::embedding::EmbeddingModel, previously in file /tmp/.tmpJuq7RD/rig-core/src/providers/openai/embedding.rs:60
  struct rig::providers::openai::EmbeddingModel, previously in file /tmp/.tmpJuq7RD/rig-core/src/providers/openai/embedding.rs:60

--- 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.46.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type rig::client::ProviderClient::Error in file /tmp/.tmpe3QeBR/rig/rig/rig-core/src/client/mod.rs:112
  trait associated type rig::prelude::ProviderClient::Error in file /tmp/.tmpe3QeBR/rig/rig/rig-core/src/client/mod.rs:112

--- failure trait_missing: pub trait removed or renamed ---

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

Failed in:
  trait rig::client::transcription::TranscriptionClientDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/transcription.rs:34
  trait rig::completion::request::CompletionModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/completion/request.rs:512
  trait rig::completion::CompletionModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/completion/request.rs:512
  trait rig::client::embeddings::EmbeddingsClientDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/embeddings.rs:101
  trait rig::audio_generation::AudioGenerationModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/audio_generation.rs:86
  trait rig::client::completion::CompletionClientDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/completion.rs:118
  trait rig::image_generation::ImageGenerationModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/image_generation.rs:85
  trait rig::transcription::TranscriptionModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/transcription.rs:101
  trait rig::client::audio_generation::AudioGenerationClientDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/audio_generation.rs:39
  trait rig::client::image_generation::ImageGenerationClientDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/image_generation.rs:57
  trait rig::embeddings::embedding::EmbeddingModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/embeddings/embedding.rs:82
  trait rig::embeddings::EmbeddingModelDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/embeddings/embedding.rs:82
  trait rig::client::verify::VerifyClientDyn, previously in file /tmp/.tmpJuq7RD/rig-core/src/client/verify.rs:32

--- failure trait_requires_more_generic_type_params: trait now requires more generic type parameters ---

Description:
A trait now requires more generic type parameters than it used to. Uses of this trait that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_requires_more_generic_type_params.ron

Failed in:
  trait TranscriptionRequestBuilder (1 -> 2 required generic types) in /tmp/.tmpe3QeBR/rig/rig/rig-core/src/transcription.rs:152

--- failure type_requires_more_generic_type_params: type now requires more generic type parameters ---

Description:
A type now requires more generic type parameters than it used to. Uses of this type that supplied the previously-required number of generic types will be broken. To fix this, consider supplying default values for newly-added generic types.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/type_requires_more_generic_type_params.ron

Failed in:
  Struct TranscriptionRequestBuilder (1 -> 2 required generic types) in /tmp/.tmpe3QeBR/rig/rig/rig-core/src/transcription.rs:152

rig-fastembed breaking changes

--- failure feature_not_enabled_by_default: package feature is not enabled by default ---

Description:
A feature is no longer enabled by default for this package. This will break downstream crates which rely on the package's default features and require the functionality of this feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove-another
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/feature_not_enabled_by_default.ron

Failed in:
  feature hf-hub-native-tls in the package's Cargo.toml
Changelog

rig-derive

0.1.13 - 2026-04-28

Added

Other

Contributors

rig-core

0.36.0 - 2026-04-28

Added

Fixed

Other

Contributors

rig-bedrock

0.4.5 - 2026-04-28

Fixed

  • (bedrock) preserve adaptive-thinking signatures in streaming reasoning (#1683) (by @byQuexo)
  • (bedrock) handle adaptive-thinking interactions for prompt caching and reasoning conversion (#1675) (by @byQuexo)
  • (bedrock) preserve all parallel tool calls in completion response (#1626) (by @aleksmeshr)

Other

Contributors

rig-fastembed

0.4.0 - 2026-04-28

Added

Other

Contributors

rig-gemini-grpc

0.2.5 - 2026-04-28

Other

Contributors

rig-helixdb

0.2.5 - 2026-04-28

Added

Other

Contributors

rig-lancedb

0.4.5 - 2026-04-28

Added

Other

Contributors

rig-milvus

0.2.5 - 2026-04-28

Added

Other

Contributors

rig-mongodb

0.4.5 - 2026-04-28

Other

Contributors

rig-neo4j

0.5.5 - 2026-04-28

Other

Contributors

rig-postgres

0.2.5 - 2026-04-28

Other

Contributors

rig-qdrant

0.2.5 - 2026-04-28

Other

Contributors

rig-s3vectors

0.2.5 - 2026-04-28

Other

Contributors

rig-scylladb

0.2.5 - 2026-04-28

Other

Contributors

rig-sqlite

0.2.5 - 2026-04-28

Other

Contributors

rig-surrealdb

0.2.5 - 2026-04-28

Fixed

Other

Contributors

rig-vectorize

0.2.5 - 2026-04-28

Other

Contributors

rig-vertexai

0.3.5 - 2026-04-28

Other

Contributors


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-04-13T22-45-05Z branch 14 times, most recently from 5135b19 to f0e6f7a Compare April 21, 2026 03:13
@github-actions github-actions Bot force-pushed the release-plz-2026-04-13T22-45-05Z branch 14 times, most recently from d55c653 to a0aecac Compare April 28, 2026 21:13
@github-actions github-actions Bot force-pushed the release-plz-2026-04-13T22-45-05Z branch from a0aecac to 19ac611 Compare April 28, 2026 22:11
@gold-silver-copper gold-silver-copper added this pull request to the merge queue Apr 28, 2026
Merged via the queue into main with commit 76c6517 Apr 28, 2026
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