Version 3.6.8 of Eclipse Ditto, released on 16.01.2025
Edit this page
This is a bugfix release, no new features since 3.6.7 were added.
Changelog
Compared to the latest release 3.6.7, the following changes and bugfixes were added.
Bugfixes
This is a complete list of the merged pull requests.
Fix wrongly done validation of removal of desired feature properties
PR #2093 fixes that the WoT validation prevented desired properties to be removed from a Thing if they were defined as “required” in the Thing Model. This does not make sense for desired properties, as they are all optional by convention.
Fix spans for consuming messages to not be the “parent” span for following spans
PR #2094 fixes a parent-child hierarchy in the tracing of Ditto regarding consumption of messages, e.g. via Apache Kafka.
Fix wrongly calculated path in WoT validation errors
PR #2091 fixes that a JsonPointer in WoT validation messages was calculated wrongly for PATCHing Thing attributes.