This is a bugfix release, no new features since 2.3.0 were added.
Changelog
Compared to the latest release 2.3.1, the following bugfixes were added.
Bugfixes
This is a complete list of the merged pull requests, including the fixed bugs.
Fix search consistency for failed patch updates
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
Forcing a full search index update could lead to an infinite loop when processing “Thing Deleted” events.
Ignore DittoMessageMapper for Hono delivery failed notifications
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
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.