The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-20 | 490 Bytes | |
| v2.17.1 source code.tar.gz | 2025-08-20 | 6.9 MB | |
| v2.17.1 source code.zip | 2025-08-20 | 7.6 MB | |
| Totals: 3 Items | 14.4 MB | 0 | |
Release Notes
v2.17.1
Bug Fixes
- Fixed the
from_dictmethod ofMetadataRouterso theoutput_typeparameter introduced in Haystack 2.17 is now optional when loading from YAML. This ensures compatibility with older Haystack pipelines. - In
OpenAIChatGenerator, improved the logic to exclude unsupported custom tool calls. The previous implementation caused compatibility issues with the Mistral Haystack core integration, which extendsOpenAIChatGenerator.