1.5.7 changelogs - #4117
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR updates the project version to 1.5.17 and synchronizes changelog entries across core, framework, transports, and all plugins. Changes include repositioning changelog items, adding new entries for recent fixes and features, and updating dependency version references in plugin changelogs. ChangesRelease version and changelog synchronization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
|
87aec58 to
20e54cb
Compare
Confidence Score: 3/5One changelog file has a factually wrong section header that will be published to users — should be corrected before merge. The transports/changelog.md transports/changelog.md — the section header needs to be reverted to Important Files Changed
Reviews (2): Last reviewed commit: "1.5.7 changelogs" | Re-trigger Greptile |
20e54cb to
a1067b0
Compare
| ## 🔒 Security | ||
|
|
||
| - **OpenAI Compaction** — Added OpenAI conversation compaction support across core, framework, logging, and the API surface (#4053) |
There was a problem hiding this comment.
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.
| ## 🔒 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!

Summary
Changes
core/changelog.md,core/version,framework/changelog.md,framework/version, and all plugin changelog/version files, keeping the HEAD versions (1.5.17 / 1.3.17 / plugin patch .17 series)transports/changelog.mdandtransports/version, retaining the 1.5.9 transport release notes and discarding the older 1.5.7 backport contentAuthorizationheader fixes (ollama streaming auth header #3906, fix: SGL provider - send Authorization header on streaming requests #3307), thefrom_memoryquery parameter removal (removes from_memory for APIs #3903), and the associated CVE remediation detail block — all of which are already captured in earlier releasesType of change
Affected areas
How to test
Breaking changes
Related issues
87aec5828(1.5.7 changelogs)Security considerations
No functional code changes. Changelog and version metadata only.
Checklist
docs/contributing/README.mdand followed the guidelinesSummary by CodeRabbit
New Features
Bug Fixes
Chores