Skip to content

Bump rig-core from 0.32.0 to 0.37.0#28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rig-core-0.37.0
Open

Bump rig-core from 0.32.0 to 0.37.0#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rig-core-0.37.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps rig-core from 0.32.0 to 0.37.0.

Release notes

Sourced from rig-core's releases.

rig-core-v0.37.0

Added

Fixed

  • (gemini) Token usage correctness for posthog llm analytics (#1761) (by @​mateobelanger)
  • (openrouter) skip serializing empty content in Assistant messages (#1735) (by @​pablof7z)
  • (openai) send PDF Documents as file parts in chat completions (#1732) (by @​fangkangmi)
  • (core) [breaking] make Chat append messages to caller history (#1733) (by @​gold-silver-copper)
  • added a trailing newline after streamed agent response. The AgentImpl::request method streams tokens using print! macro with no trailing newline, so when the stream ends, the run loop prints the closing separator immediately which causes it to appear on the same line as the last response token - So added a println!() to the None arm of the streaming loop so a newline is always emitted after the final chunk which matches the ChatImpl path that uses println. (#1712) (by @​Shaurya-Sethi) - #1712
  • (mistral) expose cached and audio token fields in Usage (#1725) (by @​byQuexo)

Other

Contributors

Added

... (truncated)

Changelog

Sourced from rig-core's changelog.

0.37.0 - 2026-05-13

Added

Fixed

Other

Contributors

Commits
  • 63d215f chore: release (#1692)
  • f5014fb Clean up root facade features and integration docs (#1764)
  • 47c8810 Improve GenAI token usage telemetry for Gemini and Responses API (#1762)
  • b598c7b feat(openrouter): add transcription (STT) and audio generation (TTS) support ...
  • 06f1708 fix(gemini): Token usage correctness for posthog llm analytics (#1761)
  • e404aeb Memory adapter cancellation safety and trait-object forwarding (#1756)
  • a074928 docs: fix "a ancient" grammar in glarb-glarb sample text (#1755)
  • 58d5d59 feat(memory): add Compactor trait, CompactingMemory adapter, and TemplateComp...
  • a56708d feat(rig-bedrock): add structured output support via Converse API (#1667)
  • 5686654 feat(ollama): Enhance think parameter with string levels (#1747)
  • Additional commits viewable in compare view

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 [rig-core](https://github.com/0xPlaygrounds/rig) from 0.32.0 to 0.37.0.
- [Release notes](https://github.com/0xPlaygrounds/rig/releases)
- [Changelog](https://github.com/0xPlaygrounds/rig/blob/main/CHANGELOG.md)
- [Commits](0xPlaygrounds/rig@rig-core-v0.32.0...rig-core-v0.37.0)

---
updated-dependencies:
- dependency-name: rig-core
  dependency-version: 0.37.0
  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 May 13, 2026
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