Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.54 KB

release_notes_221.md

File metadata and controls

36 lines (25 loc) · 1.54 KB
title tags published keywords summary permalink
Release notes 2.2.1
release_notes
true
release notes, announcements, changelog
Version 2.2.1 of Eclipse Ditto, released on 15.12.2021
release_notes_221.html

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

Changelog

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

Bugfixes

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

The reported LOGBACK-1591 reports a "Possibility of vulnerability" with a medium severity.

With Ditto 2.2.0, when consuming binary messages from Apache Kafka, the charset was not considered correctly and therefore binary payload (e.g. protobuf messages) were not consumed correctly.
That was fixed by using the binary deserializer.

For managed HTTP connections for which validateCertificates was disabled, single HTTP interactions when publishing messages were still using certificate validation.
This has been fixed.