Releases: shaharia-lab/goai
Releases · shaharia-lab/goai
Release list
v0.20.0
What's Changed
✨ Features
- anth2oai: OpenAI-compatible facade over the Anthropic endpoints (#74)
🐛 Fixes
- Make SSE client teardown idempotent, fixing an intermittent
close of closed channelpanic under concurrent disconnects (#77) - Eliminate data races across the SSE and stdio servers and their tests —
SSEServer.RunandStdIOServer.Runno longer share anerrvariable across goroutines; the test suite is now-raceclean and CI runs tests with-race(#79)
🔒 Security & CI
- Fix all pre-existing gosec findings and make gosec a blocking check in CI and pre-commit (#75)
- Pin all GitHub Actions to full commit SHAs, fixing the CI
startup_failureunder the org SHA-pinning policy (#78)
📝 Docs
- Add
CLAUDE.mdguidance (#73)
Full Changelog: v0.19.2...v0.20.0
v0.19.2
What's Changed
- Fix example imports and add mcp-tools dependency by @shahariaazam in #64
- Update max iterations handling and default configuration by @shahariaazam in #65
Full Changelog: v0.19.1...v0.19.2
v0.19.1
What's Changed
- lists handling in MCP server by @shahariaazam in #63
Full Changelog: v0.19.0...v0.19.1
v0.19.0
What's Changed
- Adding metadata for chat history type by @shahariaazam in #58
- Improve logging by @shahariaazam in #61
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Test bedrock client by @shahariaazam in #55
- Improve bedrock example by @shahariaazam in #56
- Added support for AWS Bedrock embedding provider by @shahariaazam in #57
Full Changelog: v0.17.1...v0.18.0
v0.17.1
What's Changed
- Fix bedrock error: Bedrock Runtime: Converse, serialization failed: attempted to serialize unknown member type *types.UnknownUnionMember for union *types.UnknownUnionMember by @shahariaazam in #54
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Add thinking feature and chat history storage can store input and output token in the history by @shahariaazam in #52
Full Changelog: v0.16.1...v0.17.0
v0.16.1
What's Changed
- Bugfix: Bedrock asynchronous response wasn't parsing tools input by @shahariaazam in #51
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Rename
chat_historypackage togoaiand update imports. by @hello-shaharia-lab in #50
Full Changelog: v0.15.0...v0.16.0