Release v0.25.0
What's Changed
- update doc comments to match Go conventions by @yinebebt in #226
- fix: Add Accept Header in StreamableHTTP Client by @hhxiao in #230
- fix(SSE): only initialize
http.Server
when not set by @cryo-zd in #229 - fix: Prevent panic in parsing functions for null results by @cocovs in #218
- [SSEClient] Add ability to override the http.Client by @sks in #109
- feat(SSEServer): add WithAppendQueryToMessageEndpoint() by @liut in #136
- feat: quick return tool-call request, send response via SSE in goroutine by @CeerDecy in #163
- feat(server/sse): Add support for dynamic base paths by @robert-jackson-glean in #214
New Contributors
- @yinebebt made their first contribution in #226
- @hhxiao made their first contribution in #230
- @cocovs made their first contribution in #218
- @sks made their first contribution in #109
- @liut made their first contribution in #136
- @CeerDecy made their first contribution in #163
Full Changelog: v0.24.1...v0.25.0