Skip to content

Commit 73df7f9

Browse files
adding 2.16.1 release notes (#466)
* adding 2.16.1 release notes * Update content/release-notes/2.16.1.md Co-authored-by: Stefano Fiorucci <[email protected]> --------- Co-authored-by: Stefano Fiorucci <[email protected]>
1 parent 616b1ca commit 73df7f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/release-notes/2.16.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Haystack 2.16.1
3+
description: Release notes for Haystack 2.16.1
4+
toc: True
5+
date: 2025-07-06
6+
last_updated: 2025-07-06
7+
tags: ["Release Notes"]
8+
link: https://github.com/deepset-ai/haystack/releases/tag/v2.16.1
9+
---
10+
11+
## 🐛 Bug Fixes
12+
13+
- Improved validation in the `ChatMessage.from_user` class method. The method now raises an error if neither `text` nor `content_parts` are provided. It does not raise an error if `text` is an empty string.

0 commit comments

Comments
 (0)