chore(release): bump versions - #8
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
release
branch
from
September 15, 2026 07:46
0e2ecb4 to
83a62b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases
armillae-core
v0.1.0-alpha.3
New Features
6b73b46: Add explicit Thinking and ReasoningEffort generation controls with Bridge defaults, per-call overrides and ProviderDefault reset. Publish Adapter reasoning capabilities and reject unsupported modes, effort levels and conflicting settings before HTTP calls. All seven Provider entries share the complete, stream and projection path; Anthropic schema and effort share a single output_config.Remove the legacy OpenAI provider_options and request-extension reasoning_effort entry points. Rust callers must update exhaustive GenerationOptions and BridgeCapabilities literals. The alpha API does not retain a compatibility layer. Live gates remain opt-in and ignored by default.
armillae-llm
v0.1.0-alpha.3
New Features
6b73b46: Add explicit Thinking and ReasoningEffort generation controls with Bridge defaults, per-call overrides and ProviderDefault reset. Publish Adapter reasoning capabilities and reject unsupported modes, effort levels and conflicting settings before HTTP calls. All seven Provider entries share the complete, stream and projection path; Anthropic schema and effort share a single output_config.Remove the legacy OpenAI provider_options and request-extension reasoning_effort entry points. Rust callers must update exhaustive GenerationOptions and BridgeCapabilities literals. The alpha API does not retain a compatibility layer. Live gates remain opt-in and ignored by default.
15558e4: ExposeTransportConfig.max_redirectsacross all seven Provider entries for complete and stream calls. Zero disables automatic redirects; positive values use reqwest's bounded redirect policy.The default changes from reqwest's implicit ten redirects to no redirects, including for existing serialized configurations that omit the new field. Rust struct literals must supply the field or use
..Default::default(). Positive limits can follow cross-origin redirects and do not reapply construction-time EndpointPolicy to redirect targets. HTTP failures retain status diagnostics. Redirect-limit errors retain the typed transport cause where Rig exposes it; Rig 0.42 SSE paths flatten status-less transport errors, so those streams terminate with StreamInterrupted without a redirect-specific transport kind.armillae-llm-rig
v0.1.0-alpha.3
New Features
6b73b46: Add explicit Thinking and ReasoningEffort generation controls with Bridge defaults, per-call overrides and ProviderDefault reset. Publish Adapter reasoning capabilities and reject unsupported modes, effort levels and conflicting settings before HTTP calls. All seven Provider entries share the complete, stream and projection path; Anthropic schema and effort share a single output_config.Remove the legacy OpenAI provider_options and request-extension reasoning_effort entry points. Rust callers must update exhaustive GenerationOptions and BridgeCapabilities literals. The alpha API does not retain a compatibility layer. Live gates remain opt-in and ignored by default.
15558e4: ExposeTransportConfig.max_redirectsacross all seven Provider entries for complete and stream calls. Zero disables automatic redirects; positive values use reqwest's bounded redirect policy.The default changes from reqwest's implicit ten redirects to no redirects, including for existing serialized configurations that omit the new field. Rust struct literals must supply the field or use
..Default::default(). Positive limits can follow cross-origin redirects and do not reapply construction-time EndpointPolicy to redirect targets. HTTP failures retain status diagnostics. Redirect-limit errors retain the typed transport cause where Rig exposes it; Rig 0.42 SSE paths flatten status-less transport errors, so those streams terminate with StreamInterrupted without a redirect-specific transport kind.