From 00020db553d169e08a2f53b57ce38a49c42e288c Mon Sep 17 00:00:00 2001 From: Thomas Jaeckle Date: Tue, 8 Feb 2022 12:47:11 +0100 Subject: [PATCH] added release notes for Ditto 2.3.2 Signed-off-by: Thomas Jaeckle --- .../pages/ditto/release_notes_232.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 documentation/src/main/resources/pages/ditto/release_notes_232.md diff --git a/documentation/src/main/resources/pages/ditto/release_notes_232.md b/documentation/src/main/resources/pages/ditto/release_notes_232.md new file mode 100644 index 0000000000..2a5e48427e --- /dev/null +++ b/documentation/src/main/resources/pages/ditto/release_notes_232.md @@ -0,0 +1,38 @@ +--- +title: Release notes 2.3.2 +tags: [release_notes] +published: true +keywords: release notes, announcements, changelog +summary: "Version 2.3.2 of Eclipse Ditto, released on 08.02.2022" +permalink: release_notes_232.html +--- + +This is a bugfix release, no new features since [2.3.0](release_notes_230.html) were added. + +## Changelog + +Compared to the latest release [2.3.1](release_notes_231.html), the following bugfixes were added. + +### Bugfixes + +This is a complete list of the +[merged pull requests](https://github.com/eclipse/ditto/pulls?q=is%3Apr+milestone%3A2.3.2), including the fixed bugs. + +#### [Fix search consistency for failed patch updates](https://github.com/eclipse/ditto/pull/1300) + +The search index could get never consistent for some things, as failed "patch updates" to the search index were not +retried. + +#### [Fix search sync infinite loop](https://github.com/eclipse/ditto/pull/1301) + +Forcing a full search index update could lead to an infinite loop when processing "Thing Deleted" events. + +#### [Ignore DittoMessageMapper for Hono delivery failed notifications](https://github.com/eclipse/ditto/pull/1299) + +Delivery failure notification sent via Eclipse Hono with content-type `application/vnd.eclipse-hono-delivery-failure-notification+json` +are now excluded to be handled by the default `DittoMessageMapper` used in connections. + +#### [Fixed potential race condition in LiveSignalEnforcement](https://github.com/eclipse/ditto/pull/1305) + +For live response messages a race condition could happen where a 503 ("Thing not available") exception was produced +instead of running in a 408 timeout.