From d76d0b5e065a141862b20f3812673087fad4f2b8 Mon Sep 17 00:00:00 2001 From: Hans Glad Date: Tue, 6 Jan 2026 14:51:02 +0100 Subject: [PATCH] IS-18626: documented include_internal_properties in merge source --- hub/changelog.rst | 7 +++++++ .../pipes/configuration-sources-merge.rst | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/hub/changelog.rst b/hub/changelog.rst index 13e0085184..e754653cad 100644 --- a/hub/changelog.rst +++ b/hub/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +.. _changelog_2026-01-06: + +2026-01-06 +---------- +* Added the property ``include_internal_properties`` to the :ref:`merge source `. + + .. _changelog_2025-12-22: 2025-12-22 diff --git a/hub/documentation/service-configuration/pipes/configuration-sources-merge.rst b/hub/documentation/service-configuration/pipes/configuration-sources-merge.rst index 7cf13736ef..35d279cadd 100644 --- a/hub/documentation/service-configuration/pipes/configuration-sources-merge.rst +++ b/hub/documentation/service-configuration/pipes/configuration-sources-merge.rst @@ -221,6 +221,13 @@ Properties - ``"default"`` - No + * - ``include_internal_properties`` + - Boolean + - When using the ``list`` strategy, the ``$merged`` property does not contain internal properties such as ``_ts`` + by default. This property can be set to ``true`` to include those properties. + - false + - + * - ``max_merged`` - Integer - Sets the maximum number of entities that can be merged at a time (not supported in version 1).