Skip to content

release cut#1625

Merged
akshaydeo merged 1 commit intomainfrom
02-12-release_cut
Feb 12, 2026
Merged

release cut#1625
akshaydeo merged 1 commit intomainfrom
02-12-release_cut

Conversation

@akshaydeo
Copy link
Contributor

@akshaydeo akshaydeo commented Feb 12, 2026

Summary

Version bump across components with feature additions to governance, otel, and telemetry plugins, plus significant Bedrock provider enhancements in transports.

Changes

  • Core version upgraded from 1.4.1 to 1.4.2
  • Framework version upgraded from 1.2.19 to 1.2.20
  • Added rate limits to customers and teams in governance plugin
  • Added metrics push support for otel configuration
  • Added push-gateway support for telemetry
  • Enhanced Bedrock provider with adaptive thinking support, extended document formats, guardrail configuration, cache point support, and multi-turn reasoning
  • Fixed various issues in Bedrock provider including payload structure, stop reason conversion, and tool choice handling
  • Fixed OAuth MCP server configuration storage during completion flow
  • Fixed ClaudeCodeMax mode vs ClaudeCode API mode forwarding
  • Fixed handling of OrderedMap in Gemini nested property conversion
  • Added supported request types for replicate provider in UI config

Type of change

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

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (Next.js)
  • Docs

How to test

# Core/Transports
go version
go test ./...

Breaking changes

  • Yes
  • No

Security considerations

Rate limiting added to customers and teams in the governance plugin may affect request patterns.

Checklist

  • I added/updated tests where appropriate
  • I verified builds succeed (Go and UI)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 12, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Summary by CodeRabbit

  • New Features

    • Rate limiting for customers and teams
    • Bedrock adaptive thinking and extended document formats (Markdown, HTML, CSV, DOC/DOCX, XLS/XLSX)
    • Metrics push and push-gateway telemetry support
    • New example configuration enabling a local logs store
  • Bug Fixes

    • Payload structure and stop-reason mapping fixes
    • OAuth persistence and API-mode forwarding fixes
    • Various integration data-handling improvements
  • Chores

    • Version upgrades across core, framework, transports, and plugins

Walkthrough

Bumps version strings across core, framework, transports, and multiple plugins; adds changelog entries documenting upgrades and several feature notes; adds a new logs_store entry to an example config. No functional code or public API changes detected.

Changes

Cohort / File(s) Summary
Core & Framework
core/version, framework/version, framework/changelog.md
Core 1.4.1→1.4.2 and framework 1.2.19→1.2.20 version bumps; framework changelog entry added.
Transports
transports/version, transports/changelog.md
Version 1.4.5→1.4.6; extensive changelog entries describing Bedrock-related features/fixes and telemetry/guardrail notes (documentation only).
Plugins — Governance
plugins/governance/version, plugins/governance/changelog.md
Version 1.4.20→1.4.21; changelog adds rate-limits feature note and upgrade chores.
Plugins — JSON Parser
plugins/jsonparser/version, plugins/jsonparser/changelog.md
Version 1.4.19→1.4.20; changelog notes core/framework upgrades.
Plugins — LiteLLMCompat
plugins/litellmcompat/version, plugins/litellmcompat/changelog.md
Version 0.0.9→0.0.10; changelog notes core/framework upgrades.
Plugins — Logging
plugins/logging/version, plugins/logging/changelog.md
Version 1.4.19→1.4.20; changelog notes core/framework upgrades.
Plugins — Maxim
plugins/maxim/version, plugins/maxim/changelog.md
Version 1.5.18→1.5.19; changelog notes core/framework upgrades.
Plugins — Mocker
plugins/mocker/version, plugins/mocker/changelog.md
Version 1.4.19→1.4.20; changelog notes core/framework upgrades.
Plugins — OTEL
plugins/otel/version, plugins/otel/changelog.md
Version 2.0.0→2.0.1; changelog adds metrics push support note and upgrade chores.
Plugins — SemanticCache
plugins/semanticcache/version, plugins/semanticcache/changelog.md
Version 1.4.18→1.4.19; changelog notes core/framework upgrades.
Plugins — Telemetry
plugins/telemetry/version, plugins/telemetry/changelog.md
Version 1.4.20→1.4.21; changelog adds push-gateway telemetry feature note and upgrade chores.
Examples
examples/configs/withprompushgateway/config.json
Added logs_store top-level entry enabling an SQLite logs store for the example config.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Poem

🐰 I hopped through versions, one, two, three,
Changelogs fluttered like leaves on a tree,
Logs found a home in a small SQLite den,
Plugins grew numbers and danced with the fen,
A nibble, a bump — release time again!

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'release cut' is vague and generic, lacking specific details about the changes made across multiple components and version bumps. Use a more descriptive title that highlights key changes, such as 'release cut: bump versions and add Bedrock enhancements' or include specific feature additions.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description follows the template structure with most required sections completed, including summary, changes, type of change, affected areas, and security considerations.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 02-12-release_cut

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

Copy link
Contributor Author

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

@github-actions
Copy link
Contributor

🧪 Test Suite Available

This PR can be tested by a repository admin.

Run tests for PR #1625

@akshaydeo akshaydeo marked this pull request as ready for review February 12, 2026 14:41
@akshaydeo akshaydeo merged commit 991ecef into main Feb 12, 2026
6 of 7 checks passed
@akshaydeo akshaydeo deleted the 02-12-release_cut branch February 12, 2026 15:52
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.

1 participant