| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Genkit Go v1.5.0 source code.tar.gz | 2026-03-19 | 30.8 MB | |
| Genkit Go v1.5.0 source code.zip | 2026-03-19 | 32.1 MB | |
| README.md | 2026-03-19 | 2.1 kB | |
| Totals: 3 Items | 62.9 MB | 0 | |
What's Changed
- fix(go): fix error on tool requests during stream by @apascal07 in https://github.com/genkit-ai/genkit/pull/4379
- fix(go): Remove raw bytes from the debug messages by @traut in https://github.com/genkit-ai/genkit/pull/4329
- feat(go): add
NewFlowandNewStreamingFlowby @apascal07 in https://github.com/genkit-ai/genkit/pull/4380 - feat(go): added channel-based streaming flow API by @apascal07 in https://github.com/genkit-ai/genkit/pull/4186
- fix(go): handle loosely formatted JSON markdown blocks by @hugoaguirre in https://github.com/genkit-ai/genkit/pull/4700
- feat(go/compat-oai): add OpenAI structured output API support by @dmeremyanin in https://github.com/genkit-ai/genkit/pull/4680
- fix(go): added nil check for config in
ModelRefby @apascal07 in https://github.com/genkit-ai/genkit/pull/4775 - fix(go): preserve error chain in GenkitError via Unwrap by @Zereker in https://github.com/genkit-ai/genkit/pull/4527
- fix(go/plugins/googlegenai): fixed Vertex AI model resolution by @apascal07 in https://github.com/genkit-ai/genkit/pull/4784
- fix(go): include
Typeproperty in seen struct types by @hugoaguirre in https://github.com/genkit-ai/genkit/pull/4216 - feat(go): add HandlerFunc for error-returning handlers by @dmeremyanin in https://github.com/genkit-ai/genkit/pull/4805
- fix(go): allow WithPromptFS and WithPromptDir to be used together by @dmeremyanin in https://github.com/genkit-ai/genkit/pull/4800
- refactor(go/plugins/googlegenai): update plugin structure by @apascal07 in https://github.com/genkit-ai/genkit/pull/4414
- feat(go/plugins/anthropic): support native structured output by @hugoaguirre in https://github.com/genkit-ai/genkit/pull/4701
- fix(go/plugins/anthropic): resolve models using aliases by @hugoaguirre in https://github.com/genkit-ai/genkit/pull/4703
- fix(go/plugins/googlegenai): fixed tool thought signature by @apascal07 in https://github.com/genkit-ai/genkit/pull/4798
Full Changelog: https://github.com/genkit-ai/genkit/compare/go/v1.4.0...go/v1.4.1