Skip to content

Commit

Permalink
Add release notes for 2.5.1 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Sep 10, 2024
1 parent 18ae0b0 commit 00fbd80
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/release-notes/2.5.1.md
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`

0 comments on commit 00fbd80

Please sign in to comment.