Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- fix: add Model field to TextCompletionChunkResponse (#3970) (thanks [@kuishou68](https://github.com/kuishou68)!)
- fix: accept orphaned tool results in OpenAI to Anthropic conversion flow (#3919)
- fix(mcp): allow inline stdio env assignments (#3861) (thanks [@Shushmitaaaa](https://github.com/Shushmitaaaa)!)
- chore: bumped transitive golang.org/x dependencies (crypto, net, sys, text) for Docker Scout CVE remediation (#3900)
- chore: bumped transitive golang.org/x dependencies (crypto, net, sys, text) for Docker Scout CVE remediation (#3900)
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.17
1.5.17
2 changes: 1 addition & 1 deletion framework/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
- fix: passthrough budgets (#3941)
- refactor: make scope-level check methods extensible (#3940)
- revert: `access_profile_id` direct access profile assignment on virtual keys (#3669)
- chore: drop the `access_profile_id` column from `governance_virtual_keys` (#3670)
- chore: drop the `access_profile_id` column from `governance_virtual_keys` (#3670)
2 changes: 1 addition & 1 deletion plugins/compat/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- fix: preserve chat `max_tokens` during param filtering (#3992)
- chore: upgraded core to v1.5.17 and framework to v1.3.17
- chore: upgraded core to v1.5.17 and framework to v1.3.17
2 changes: 1 addition & 1 deletion plugins/governance/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
- fix: gate models for passthrough in VK if present (#3988)
- fix: restrict fallbacks and provider selection to VK boundary (#3924)
- fix: passthrough budgets (#3941)
- refactor: make scope-level check methods extensible (#3940)
- refactor: make scope-level check methods extensible (#3940)
2 changes: 1 addition & 1 deletion plugins/jsonparser/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- chore: upgraded core to v1.5.17 and framework to v1.3.17
- chore: upgraded core to v1.5.17 and framework to v1.3.17
2 changes: 1 addition & 1 deletion plugins/logging/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
- feat: `request_headers` pattern capture with wildcard support (#4012)
- feat: wildcard pattern support for logging header capture, e.g. `x-custom-*` (#3958)
- feat: render file attachments in logs (#3931)
- fix: passthrough budgets (#3941)
- fix: passthrough budgets (#3941)
2 changes: 1 addition & 1 deletion plugins/maxim/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- feat: `request_headers` pattern capture with wildcard support (#4012)
- feat: `request_headers` pattern capture with wildcard support (#4012)
2 changes: 1 addition & 1 deletion plugins/mocker/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- chore: upgraded core to v1.5.17 and framework to v1.3.17
- chore: upgraded core to v1.5.17 and framework to v1.3.17
2 changes: 1 addition & 1 deletion plugins/otel/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- feat: `disable_content_logging` option to drop message/tool content from exported spans (#4064)
- feat: `request_headers` pattern capture with wildcard support (#4012)
- feat: multiple OTel collectors support (#3894)
- feat: multiple OTel collectors support (#3894)
2 changes: 1 addition & 1 deletion plugins/prompts/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- chore: upgraded core to v1.5.17 and framework to v1.3.17
- chore: upgraded core to v1.5.17 and framework to v1.3.17
2 changes: 1 addition & 1 deletion plugins/semanticcache/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- chore: upgraded core to v1.5.17 and framework to v1.3.17
- chore: upgraded core to v1.5.17 and framework to v1.3.17
2 changes: 1 addition & 1 deletion plugins/telemetry/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- chore: upgraded core to v1.5.17 and framework to v1.3.17
- chore: upgraded core to v1.5.17 and framework to v1.3.17
2 changes: 1 addition & 1 deletion transports/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ✨ Features
## 🔒 Security

- **OpenAI Compaction** — Added OpenAI conversation compaction support across core, framework, logging, and the API surface (#4053)
Comment on lines +1 to 3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 The section header was changed from ## ✨ Features to ## 🔒 Security, but the items listed under it are feature additions (OpenAI Compaction, Multi-Customer & Org Hierarchy, Provider-Level Governance, Virtual Key Attribution, etc.) — not security changes. Publishing this changelog will misrepresent the release contents for consumers of the transport module.

Suggested change
## 🔒 Security
- **OpenAI Compaction** — Added OpenAI conversation compaction support across core, framework, logging, and the API surface (#4053)
## ✨ Features
- **OpenAI Compaction** — Added OpenAI conversation compaction support across core, framework, logging, and the API surface (#4053)

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

- **Multi-Customer & Org Hierarchy** — Logs and usage tracking now support multiple customers, teams, and business units, including business unit CRUD, team assignment, and governance endpoints in the OpenAPI spec (#4066, #4041, #4082)
Expand Down
Loading