Skip to content

Commit 5e62de3

Browse files
authored
Update announcements banner after 2.27 release (#523)
* update announcements after 2.27 release * update the table styling
1 parent 3799d08 commit 5e62de3

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

content/release-notes/2.27.0.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
---
2-
title: Haystack 2.27.0
3-
description: Release notes for Haystack 2.27.0
4-
toc: True
5-
date: 2026-04-01
6-
last_updated: 2026-04-01
7-
tags: ["Release Notes"]
8-
link: https://github.com/deepset-ai/haystack/releases/tag/v2.27.0
9-
---
10-
1+
---
2+
title: Haystack 2.27.0
3+
description: Release notes for Haystack 2.27.0
4+
toc: True
5+
date: 2026-04-01
6+
last_updated: 2026-04-01
7+
tags: ["Release Notes"]
8+
link: https://github.com/deepset-ai/haystack/releases/tag/v2.27.0
9+
---
10+
1111
## ⭐️ Highlights
1212

1313
### 🔌 Automatic List Joining in Pipeline
@@ -16,12 +16,15 @@ When a component expects a list as input, pipelines now automatically join multi
1616

1717
Supported conversations:
1818

19+
<div class="styled-table">
20+
1921
Source Types | Target Type | Behavior
2022
-- | -- | --
2123
T + T | list[T] | Combines multiple inputs into a list of the same type.
2224
T + list[T] | list[T] | Merges single items and lists into a single list.
2325
str + ChatMessage | list[str] | Converts all inputs to `str` and combines into a list.
2426
str + ChatMessage | list[ChatMessage] | Converts all inputs to `ChatMessage` and combines into a list.
27+
</div>
2528

2629
Learn more about how to simplify list joins in pipelines in [📖 Smart Pipeline Connections: Implicit List Joining](https://docs.haystack.deepset.ai/docs/smart-pipeline-connections#implicit-list-joining)
2730

@@ -71,4 +74,4 @@ You can prototype locally in memory and easily debug, filter, and inspect the da
7174

7275
## 💙 Big thank you to everyone who contributed to this release!
7376

74-
@aayushbaluni, @anakin87, @bilgeyucel, @bogdankostic, @Br1an67, @ComeOnOliver, @davidsbatista, @jnMetaCode, @julian-risch, @Krishnachaitanyakc, @maxdswain, @pandego, @RMartinWhozfoxy, @satishkc7, @sjrl, @srini047, @SyedShahmeerAli12, @v-tan, @xr843
77+
@aayushbaluni, @anakin87, @bilgeyucel, @bogdankostic, @Br1an67, @ComeOnOliver, @davidsbatista, @jnMetaCode, @julian-risch, @Krishnachaitanyakc, @maxdswain, @pandego, @RMartinWhozfoxy, @satishkc7, @sjrl, @srini047, @SyedShahmeerAli12, @v-tan, @xr843

themes/haystack/layouts/partials/announcement.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
</div>
2323
</a> -->
2424

25-
<a href="/release-notes/2.26.0" class="announcement-bar blue">
25+
<a href="/release-notes/2.27.0" class="announcement-bar blue">
2626
<div class="container">
2727
<!-- <span> 📚 Learn how to turn Haystack pipelines into production-ready <strong>REST APIs</strong> or <strong>MCP tools</strong></span> -->
2828
<!-- <span>🆕 <strong>Faster agents</strong> with parallel tool execution and <strong>guardrails & moderation</strong> for safer apps. See what's new in <strong>Haystack 2.15</strong> 🌟</span> -->
2929
<!-- <span>🆕 <strong>Haystack 2.18</strong>: Pipeline Error Recovery + Structured Output Generation</span> -->
3030
<!-- <span>📅 Join us in Berlin for <strong>AI Builders Unconference</strong> on Nov 25!</span> -->
31-
<span> 🔎 <strong>Haystack 2.26 is here!</strong> <code>LLMRanker</code> for high-quality context & Jinja2 support for dynamic system prompts in Agents</span>
31+
<span> 📣 <strong>Haystack 2.27 is here!</strong> Better DX for document stores & automatic list joining in pipelines</span>
3232
<span>
3333
<svg
3434
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)