-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18ae0b0
commit 00fbd80
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Haystack 2.5.1 | ||
description: Release notes for Haystack 2.5.1 | ||
toc: True | ||
date: 2024-09-10 | ||
last_updated: 2024-09-10 | ||
tags: ["Release Notes"] | ||
link: https://github.com/deepset-ai/haystack/releases/tag/v2.5.1 | ||
--- | ||
|
||
### ⚡️ Enhancement Notes | ||
|
||
- Add `default_headers` init argument to `AzureOpenAIGenerator` and `AzureOpenAIChatGenerator` | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix the Pipeline visualization issue due to changes in the new release of Mermaid | ||
- Fix `Pipeline` not running Components with Variadic input even if it received inputs only from a subset of its senders | ||
- The `from_dict` method of `ConditionalRouter` now correctly handles the case where the `dict` passed to it contains the key `custom_filters` explicitly set to `None`. Previously this was causing an `AttributeError` |