Skip to content

v1.5.8 - #4050

Merged
akshaydeo merged 1 commit into
mainfrom
06-04-v1.5.8
Jun 4, 2026
Merged

v1.5.8#4050
akshaydeo merged 1 commit into
mainfrom
06-04-v1.5.8

Conversation

@akshaydeo

@akshaydeo akshaydeo commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

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

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (React)
  • Docs

How to test

go version
go test ./...
  • To test file:// pricing URLs, configure a pricing URL using the file:///path/to/pricing.json scheme and verify pricing data loads correctly from the local file.
  • To test paginated virtual key fetch, create a large number of virtual keys and confirm they are all returned correctly without memory issues.
  • To test orphaned tool results, send a request through the OpenAI→Anthropic conversion flow containing a tool result with no matching tool call and verify it is accepted rather than rejected.
  • To test MCP inline stdio env, configure an MCP stdio server with inline env var assignments (e.g. KEY=value) and verify the server starts correctly.

Breaking changes

  • Yes
  • No

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

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 94b0f18c-b6a2-4aff-88f9-6a97fbf63963

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 06-04-v1.5.8

Comment @coderabbitai help to get the list of available commands and usage tips.

@akshaydeo
akshaydeo marked this pull request as ready for review June 4, 2026 09:51
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

akshaydeo commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Jun 4, 9:52 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jun 4, 9:53 AM UTC: @akshaydeo merged this pull request with Graphite.

@mintlify

mintlify Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Bifrost 🟡 Building Jun 4, 2026, 9:51 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@akshaydeo
akshaydeo merged commit e7381e2 into main Jun 4, 2026
14 of 15 checks passed
@akshaydeo
akshaydeo deleted the 06-04-v1.5.8 branch June 4, 2026 09:53
@greptile-apps

greptile-apps Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

Pure 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

Filename Overview
core/changelog.md Changelog updated with five new entries for v1.5.16 fixes and features; no code changes.
framework/changelog.md Changelog updated with three new entries covering file-scheme pricing URL, paginated virtual keys, and pool-preservation fix.
transports/changelog.md Changelog fully replaced: removed previous security section, added Features and Fixed sections for transports v1.5.8.
plugins/compat/changelog.md Changelog updated to note dependency upgrade to core v1.5.16 / framework v1.3.16; version bumped to 0.1.15.
plugins/governance/changelog.md Changelog updated to note dependency upgrade; version bumped to 1.5.16.

Reviews (1): Last reviewed commit: "v1.5.8" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants