From dee59d3b965c82171b16447d49a48baf882f4302 Mon Sep 17 00:00:00 2001 From: Ole-Morten Dale Date: Wed, 17 Jun 2026 09:44:55 +0200 Subject: [PATCH 1/2] IS-18727 Fix bug where posting to dead letter dataset would post to sink instead --- hub/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hub/changelog.rst b/hub/changelog.rst index 73c1009bce..f35da1b4d2 100644 --- a/hub/changelog.rst +++ b/hub/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +.. _changelog_2026-06-17: + +2026-06-17 +---------- +* Fixed a bug where posting an entity to a dead letter dataset would incorrectly post to the sink instead of the dead letter dataset. + This affects the ``Post entity...`` button in the management console when standing in the dead letter dataset as well as posting directly to the dead letter dataset via the API (e.g. using curl). + .. _changelog_2026-06-08: 2026-06-08 From 779b21720514668f57a405020bd4c4fc496bb537 Mon Sep 17 00:00:00 2001 From: Ole-Morten Dale Date: Wed, 17 Jun 2026 09:47:16 +0200 Subject: [PATCH 2/2] IS-18727 Update changelog wording --- hub/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/changelog.rst b/hub/changelog.rst index f35da1b4d2..e7974d41c0 100644 --- a/hub/changelog.rst +++ b/hub/changelog.rst @@ -5,7 +5,7 @@ Changelog 2026-06-17 ---------- -* Fixed a bug where posting an entity to a dead letter dataset would incorrectly post to the sink instead of the dead letter dataset. +* Fixed a bug where posting an entity to a dead letter dataset would incorrectly post to the pipe sink instead of the dead letter dataset. This affects the ``Post entity...`` button in the management console when standing in the dead letter dataset as well as posting directly to the dead letter dataset via the API (e.g. using curl). .. _changelog_2026-06-08: