From afb4317f0bde3ff8145197ed92308b28a05983b5 Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Thu, 25 Jun 2026 14:11:30 +0200 Subject: [PATCH 1/8] release notes for 5.0.9 added --- docs/release_notes/ibexa_dxp_v5.0.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index 8e5e564082..a6e60b6379 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -10,6 +10,35 @@ month_change: true
+[[% set version = 'v5.0.9' %]] +[[% set date = '2026-06-30' %]] + +[[= release_note_entry_begin( + 'MCP Servers ' + version, + date, + ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature', 'First release'] +) =]] + +MCP servers update + +[[= release_note_entry_end() =]] + +[[= release_note_entry_begin( + "Ibexa DXP " + version, + '2026-06-30', + ['Headless', 'Experience', 'Commerce', 'New feature'] +) =]] + +### Hybrid tracking + +New `hybrid` tracking mode is available alongside [`client` and `server`](tracking_functions.md). +In this mode, the browser uses a first-party tracking shim provided by the DXP instance. +Tracking events are forwarded through a same-origin endpoint and processed server side before being sent to Raptor, helping reduce the impact of ad blockers while preserving client side event tracking. + +For more information, see [hybrid tracking](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/hybrid_tracking/). + +[[= release_note_entry_end() =]] + [[% set version = 'v5.0.8' %]] [[% set date = '2026-05-21' %]] From 1335f22f836e9f31d12748167e9f53d3c4af391c Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:26:51 +0200 Subject: [PATCH 2/8] ibexa_dxp_v5.0.md: MCP changes --- docs/release_notes/ibexa_dxp_v5.0.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index a6e60b6379..a5a5674111 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -19,7 +19,33 @@ month_change: true ['Headless', 'Experience', 'Commerce', 'LTS Update', 'New feature', 'First release'] ) =]] -MCP servers update +### Tools + +Several new content type tools were added to the MCP Servers feature: + +- `add_field_definition` +- `create_content_type` +- `get_content_type_by_identifier` +- `get_content_type_draft` +- `get_content_type_groups` +- `get_content_type_list` +- `get_content_type` +- `list_non_translated_content_ids` +- `publish_content_type_draft` +- `remove_field_definition` +- `update_field_definition` + +One tool have been renamed: + +- `list_content_translations` is now `list_content_languages` + +For more information, see [Built-in tools](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#built-in-tools). + +### Configuration + +A mandatory `allowed_hosts` parameter is added to configuration to restrict access to an MCP server. + +For more information, see [Allowed hosts](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#allowed-hosts). [[= release_note_entry_end() =]] From ebfe8f64b7a04f5e64797c71dc5c250a83c0a7bb Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:58:14 +0200 Subject: [PATCH 3/8] From @adriendupuis : simplify --- docs/release_notes/ibexa_dxp_v5.0.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index a5a5674111..73b8fa04d1 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -21,19 +21,7 @@ month_change: true ### Tools -Several new content type tools were added to the MCP Servers feature: - -- `add_field_definition` -- `create_content_type` -- `get_content_type_by_identifier` -- `get_content_type_draft` -- `get_content_type_groups` -- `get_content_type_list` -- `get_content_type` -- `list_non_translated_content_ids` -- `publish_content_type_draft` -- `remove_field_definition` -- `update_field_definition` +Several new content type tools are available. One tool have been renamed: From 57d5b81221eeb00f9555495cddfdcf5a3f792ea6 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:21:40 +0200 Subject: [PATCH 4/8] Revert "From @adriendupuis : simplify" This reverts commit ebfe8f64b7a04f5e64797c71dc5c250a83c0a7bb. --- docs/release_notes/ibexa_dxp_v5.0.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index 73b8fa04d1..a5a5674111 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -21,7 +21,19 @@ month_change: true ### Tools -Several new content type tools are available. +Several new content type tools were added to the MCP Servers feature: + +- `add_field_definition` +- `create_content_type` +- `get_content_type_by_identifier` +- `get_content_type_draft` +- `get_content_type_groups` +- `get_content_type_list` +- `get_content_type` +- `list_non_translated_content_ids` +- `publish_content_type_draft` +- `remove_field_definition` +- `update_field_definition` One tool have been renamed: From 7a66f6e55fa904fb4a812aaa47e83ac5e97f607f Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:25:33 +0200 Subject: [PATCH 5/8] Fix MCP tool list --- docs/release_notes/ibexa_dxp_v5.0.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index a5a5674111..0f1ca10535 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -23,21 +23,21 @@ month_change: true Several new content type tools were added to the MCP Servers feature: -- `add_field_definition` - `create_content_type` +- `get_content_type` - `get_content_type_by_identifier` -- `get_content_type_draft` -- `get_content_type_groups` - `get_content_type_list` -- `get_content_type` -- `list_non_translated_content_ids` +- `get_content_type_draft` - `publish_content_type_draft` +- `add_field_definition` - `remove_field_definition` - `update_field_definition` +- `get_content_type_groups` -One tool have been renamed: +Among translation tools: -- `list_content_translations` is now `list_content_languages` +- `list_non_translated_content_ids` tool is added. +- `list_content_translations` is now renamed `list_content_languages` For more information, see [Built-in tools](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#built-in-tools). From 4b803dc2762b4fa76b32383a518bb8b16a39180b Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:37:35 +0200 Subject: [PATCH 6/8] Add the capability `title` config --- docs/release_notes/ibexa_dxp_v5.0.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index 0f1ca10535..68701cf0d7 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -43,9 +43,8 @@ For more information, see [Built-in tools](https://doc.ibexa.co/en/5.0/ai/mcp/mc ### Configuration -A mandatory `allowed_hosts` parameter is added to configuration to restrict access to an MCP server. - -For more information, see [Allowed hosts](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#allowed-hosts). +- A mandatory `allowed_hosts` parameter is added to configuration to restrict access to an MCP server. For more information, see [Allowed hosts](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#allowed-hosts). +- A `title` property is added to capability attributes to optionally provide a friendly UI label. For more information see [MCP server capabilities](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_usage/#mcp-server-capabilities). [[= release_note_entry_end() =]] From b3175b1891f5a01f0a8fae47755e64fa7b10f1ce Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:02:42 +0200 Subject: [PATCH 7/8] Apply suggestions from code review Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> --- docs/release_notes/ibexa_dxp_v5.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index 68701cf0d7..acd762cdba 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -21,7 +21,7 @@ month_change: true ### Tools -Several new content type tools were added to the MCP Servers feature: +Several new experimental content type tools were added to the MCP Servers feature: - `create_content_type` - `get_content_type` @@ -43,7 +43,7 @@ For more information, see [Built-in tools](https://doc.ibexa.co/en/5.0/ai/mcp/mc ### Configuration -- A mandatory `allowed_hosts` parameter is added to configuration to restrict access to an MCP server. For more information, see [Allowed hosts](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#allowed-hosts). +- An `allowed_hosts` parameter is added to configuration to restrict access to an MCP server. It's default value covers only few local cases. For more information, see [Allowed hosts](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_config/#allowed-hosts). - A `title` property is added to capability attributes to optionally provide a friendly UI label. For more information see [MCP server capabilities](https://doc.ibexa.co/en/5.0/ai/mcp/mcp_usage/#mcp-server-capabilities). [[= release_note_entry_end() =]] From b2712ec146556563fcecdfb3ad1b75e25d931cbd Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Mon, 29 Jun 2026 08:07:33 +0200 Subject: [PATCH 8/8] section about new recommendation blocks added --- docs/release_notes/ibexa_dxp_v5.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release_notes/ibexa_dxp_v5.0.md b/docs/release_notes/ibexa_dxp_v5.0.md index acd762cdba..9fa52efe94 100644 --- a/docs/release_notes/ibexa_dxp_v5.0.md +++ b/docs/release_notes/ibexa_dxp_v5.0.md @@ -62,6 +62,17 @@ Tracking events are forwarded through a same-origin endpoint and processed serve For more information, see [hybrid tracking](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/hybrid_tracking/). +### Raptor connector + +#### New recommendation blocks [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] + +Two new recommendation blocks are available in Page Builder: + +- **Items of Customized Feeds sorted by personal preferences and popularity or trendiness** sorts items from Customized Feeds based on user preferences, popularity, and current trends +- **Merchandising content sorted by personal preferences and popularity** uses merchandising content and sorts it by personal preferences and popularity + +For more information, see [recommendation blocks](https://doc.ibexa.co/en/5.0/recommendations/raptor_integration/recommendation_blocks/). + [[= release_note_entry_end() =]] [[% set version = 'v5.0.8' %]]