rig-bedrock-v0.4.5

0xPlaygrounds/rigrig-bedrock-v0.4.5Apr 28, 2026by github-actions[bot]

AI Summary

This release focuses on critical fixes for the Bedrock integration, specifically improving handling of adaptive thinking, streaming reasoning signatures, and parallel tool calls.

Key Highlights

  • Preserve adaptive-thinking signatures in streaming reasoning
  • Handle adaptive-thinking interactions for prompt caching
  • Preserve all parallel tool calls in completion response
  • Add clippy no panic lints

Full Release Notes

### Fixed

- *(bedrock)* preserve adaptive-thinking signatures in streaming reasoning ([#1683](https://github.com/0xPlaygrounds/rig/pull/1683)) (by @byQuexo)
- *(bedrock)* handle adaptive-thinking interactions for prompt caching and reasoning conversion ([#1675](https://github.com/0xPlaygrounds/rig/pull/1675)) (by @byQuexo)
- *(bedrock)* preserve all parallel tool calls in completion response ([#1626](https://github.com/0xPlaygrounds/rig/pull/1626)) (by @aleksmeshr)

### Other

- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663
- remove deprecated code ([#1633](https://github.com/0xPlaygrounds/rig/pull/1633)) (by @gold-silver-copper) - #1633

### Contributors

* @byQuexo
* @gold-silver-copper
* @aleksmeshr