Skip to content

Releases: shaharia-lab/goai

v0.20.0

Choose a tag to compare

@shahariaazam shahariaazam released this 12 Jul 19:19
fd68c46

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 channel panic under concurrent disconnects (#77)
  • Eliminate data races across the SSE and stdio servers and their tests — SSEServer.Run and StdIOServer.Run no longer share an err variable across goroutines; the test suite is now -race clean 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_failure under the org SHA-pinning policy (#78)

📝 Docs

  • Add CLAUDE.md guidance (#73)

Full Changelog: v0.19.2...v0.20.0

v0.19.2

Choose a tag to compare

@shahariaazam shahariaazam released this 02 Jun 23:27
f0be291

What's Changed

Full Changelog: v0.19.1...v0.19.2

v0.19.1

Choose a tag to compare

@shahariaazam shahariaazam released this 06 May 19:12
63fc7ce

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

Choose a tag to compare

@shahariaazam shahariaazam released this 27 Apr 00:23
66073d3

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

Choose a tag to compare

@shahariaazam shahariaazam released this 21 Apr 23:04
7664103

What's Changed

Full Changelog: v0.17.1...v0.18.0

v0.17.1

Choose a tag to compare

@shahariaazam shahariaazam released this 21 Apr 13:20
b67d061

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

Choose a tag to compare

@shahariaazam shahariaazam released this 20 Apr 12:21
d57987e

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

Choose a tag to compare

@shahariaazam shahariaazam released this 16 Apr 01:03
6f00fcc

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

Choose a tag to compare

@hello-shaharia-lab hello-shaharia-lab released this 14 Apr 21:48
bcf6a1e

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

Choose a tag to compare

@hello-shaharia-lab hello-shaharia-lab released this 14 Apr 17:18
2ad6759

What's Changed

Full Changelog: v0.14.0...v0.15.0