v1.5.8 - #4050
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Confidence Score: 5/5Pure changelog and version-file updates with no logic changes; safe to merge. All 26 changed files are either version (plain text version strings) or changelog.md files. No Go source, configuration, migration, or test files are touched. The changelog entries are consistent across modules, and the version increments follow the repo's established pattern for release PRs. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "v1.5.8" | Re-trigger Greptile |

Summary
Releases core v1.5.16, framework v1.3.16, transports v1.5.8, and bumps all plugins to pick up the new core and framework versions. This release adds
file://scheme support for pricing URLs, paginated virtual key fetching, and fixes several correctness issues across Bedrock, OpenAI→Anthropic conversion, MCP stdio, and streaming responses.Changes
file://, enabling local filesystem pricing data for air-gapped and self-hosted deployments (feat: file scheme support for pricing urls #4045)outputAssessmentstype — Corrected the type ofoutputAssessmentsin Bedrock response structs (fix: bedrock outputAssessments type correction #4028)Modelfield inTextCompletionChunkResponse— Added the missingModelfield to text completion chunk responses (fix: add Model field to TextCompletionChunkResponse #3970)Type of change
Affected areas
How to test
go version go test ./...file://pricing URLs, configure a pricing URL using thefile:///path/to/pricing.jsonscheme and verify pricing data loads correctly from the local file.KEY=value) and verify the server starts correctly.Breaking changes
Related issues
Closes #4045, #3957, #3999, #4028, #3970, #3919, #3861
Security considerations
No new security implications. This release does not touch auth, secrets handling, or sandboxing.
Checklist
docs/contributing/README.mdand followed the guidelines