core/v1.5.15
maximhq/bifrostcore/v1.5.15May 30, 2026by akshaydeo
AI Summary
This patch release (v1.5.15) fixes critical issues where Authorization headers were not being sent on streaming requests for both Ollama and SGL providers, and updates transitive golang.org/x dependencies to address Docker Scout CVE vulnerabilities.
Key Highlights
- Fixed Authorization Bearer header missing on Ollama streaming text and chat completion requests
- Fixed SGL provider not sending Authorization header on streaming requests
- Bumped transitive golang.org/x dependencies (crypto, net, sys, text) for CVE remediation
Full Release Notes
## Core Release v1.5.15 - fix: send Authorization Bearer header on Ollama streaming text and chat completion requests (#3906) - fix: SGL provider now sends Authorization header on streaming requests (#3307) (thanks [@hensapir](https://github.com/hensapir)!) - chore: bumped transitive golang.org/x dependencies (crypto, net, sys, text) for Docker Scout CVE remediation (#3900) ### Installation ```bash go get github.com/maximhq/bifrost/core@v1.5.15 ``` --- _This release was automatically created from version file: `core/version`_