Skip to content

Bump genai from 0.5.3 to 0.6.1#66

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/genai-0.6.1
Closed

Bump genai from 0.5.3 to 0.6.1#66
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/genai-0.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps genai from 0.5.3 to 0.6.1.

Changelog

Sourced from genai's changelog.

2026-05-24 - v0.6.1

  • ^ openai shared adapter - remove OpenAI only guard on reasoning suffix
    • now all openai compatible adapters get the reasoning suffix resolved

2026-05-22 - v0.6.0

  • API changes:
    • + API NEW - all_model_names(adapter_kind, provider_config) - added ProviderConfig for model listing (endpoint/auth overrides)
    • ! API CHANGE - all_model_names() - now live (with AuthResolver support)
    • + API NEW - New ModelSpec to define custom endpoint, model, ..
    • + API NEW - add openai resp stateful sessions — previous_response_id, store, response_id (PR #168)
    • + API NEW - Add ContentPart::ReasoningContent support
    • + API NEW - expose provider stop_reason in chat responses
    • + API NEW - add typed and normalized built-in tools, ToolName, ToolConfig, WebSearch, and related tool support
    • + API NEW - WebSearch builtin tool spport for Anthropic, OpenAI, Gemini
    • ^ API NEW - chat-level prompt cache CacheControl with openai prompt_cache_key Support
    • ^ API NEW - Add support for ReasoningEffort::Max (Anthropic) and ReasoningEffort::XHigh (OpenAI)
    • ^ openai - now support prompt_cache_key in ChatOptions (and prompt_cache_retention via CacheControl)
    • ! openai_resp - gate reasoning.encrypted_content on capture_reasoning_content
    • ! openai_resp - make reasoning.summary opt-in for capture_reasoning_content
    • ! gemini - make thinkingConfig/includeThoughts opt-in for capture_reasoning_content
    • ! groq - providers must be addressed via namespaced model (groq::_model_name)
    • > AuthData - add None variant
  • New Providers:
    • AWS Bedrock (bedrock_api and bedrock_sigv4 adapters)
    • open_router
    • vertex (with Gemini and Anthropic support)
    • github_copilot (GitHub Models API)
    • opencode_go
    • baidu
    • aliyun
    • moonshot
    • aihubmix
    • ollama_cloud (Ollama Cloud)
  • Other additions & enhancements:
    • ! zai - now use zai_coding for the plan based (not coding anymore)
    • ^ gemini - use provider-returned call_id for tool calls (PR #232)
    • + anthropic - add JSON schema support
    • ^ perf - enable HTTP optimizations, gzip, TCP_NODELAY, and HTTP/2 tuning
    • ^ ollama - implement native API support (BIG)
    • ^ openai - route GPT-5 models through the OpenAI Responses API
    • ^ openai - add request-level prompt cache support and use instructions for Responses API system prompts
    • ^ anthropic - add support for adaptive thinking
    • ^ anthropic - emit incremental ToolCallChunk events during streaming
  • Others:
    • ^ docs - comprehensive update of LLM API reference, README, and migration guide for v0.6.0
    • ^ doc - sync llm api reference, spec rules, and tool spec
    • + tests - add yakbak Gemini streaming replay test
    • + tests - add yakbak HTTP record/replay integration test infrastructure

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [genai](https://github.com/jeremychone/rust-genai) from 0.5.3 to 0.6.1.
- [Changelog](https://github.com/jeremychone/rust-genai/blob/main/CHANGELOG.md)
- [Commits](jeremychone/rust-genai@v0.5.3...v0.6.1)

---
updated-dependencies:
- dependency-name: genai
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #67.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/genai-0.6.1 branch June 29, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants