Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hub/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

.. _changelog_2026-01-06:

2026-01-06
----------
* Added the property ``include_internal_properties`` to the :ref:`merge source <merge_source>`.


.. _changelog_2025-12-22:

2025-12-22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down