Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.67 KB

release_notes_231.md

File metadata and controls

38 lines (25 loc) · 1.67 KB
title tags published keywords summary permalink
Release notes 2.3.1
release_notes
true
release notes, announcements, changelog
Version 2.3.1 of Eclipse Ditto, released on 31.01.2022
release_notes_231.html

This is a bugfix release, no new features since 2.3.0 were added.

Changelog

Compared to the latest release 2.3.0, the following bugfixes were added.

Bugfixes

This is a complete list of the merged pull requests, including the fixed bugs.

The in version 2.3.0 newly added placeholder time:now could not be used in connectivity's header mapping, this is now fixed.

The entity:id placeholder could not be used in MQTT and HTTP connections, this is now fixed.

This fix speeds up the consistency of search entries which could get inconsistent during rolling updates for very active things.

When parsing messages as Ditto Protocol, a "correlation-id" header field being null was translated to the string literal "null" - this has been fixed by treating the "correlation-id" as not being present instead.