Skip to content

Bump rig-core from 0.35.0 to 0.37.0 - #3

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/rig-core-0.37.0
Closed

Bump rig-core from 0.35.0 to 0.37.0#3
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/rig-core-0.37.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps rig-core from 0.35.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)

liamcrumm and others added 2 commits May 29, 2026 23:20
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bumps [rig-core](https://github.com/0xPlaygrounds/rig) from 0.35.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.35.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 29, 2026
@liamcrumm liamcrumm closed this May 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/rig-core-0.37.0 branch May 29, 2026 23:51
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.

1 participant