|
| 1 | +--- |
| 2 | +title: Release notes 3.6.5 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 3.6.5 of Eclipse Ditto, released on 10.01.2025" |
| 7 | +permalink: release_notes_365.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [3.6.4](release_notes_364.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [3.6.4](release_notes_364.html), the following changes and bugfixes were added. |
| 15 | + |
| 16 | +### Bugfixes |
| 17 | + |
| 18 | +This is a complete list of the |
| 19 | +[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.6.5). |
| 20 | + |
| 21 | +#### Fix generated default for WoT array properties contained one generated "neutral element" |
| 22 | + |
| 23 | +PR [#2086](https://github.com/eclipse-ditto/ditto/pull/2086) fixes that during the WoT |
| 24 | +[Thing Skeleton generation](basic-wot-integration.html#thing-skeleton-generation-upon-thing-creation) for `array` data |
| 25 | +types a single "neutral element" (e.g. an empty object) was generated as the default value. |
| 26 | +This was not intended and is now fixed. |
| 27 | + |
| 28 | +#### Add missing thingId for warning log message in WoT validation |
| 29 | + |
| 30 | +PR [#2087](https://github.com/eclipse-ditto/ditto/pull/2087) provides additionally the `thingId` of the thing which was |
| 31 | +not valid according to its WoT model in the log message. This helps to identify the thing which caused the validation error. |
| 32 | + |
| 33 | +#### Fix Gateway trace not keeping correct parent "hierarchy" when receiving existing "traceparent" header |
| 34 | + |
| 35 | +When distributed tracing was configured in Ditto and external systems provided a `traceparent` header to Ditto, the |
| 36 | +first span created in Ditto was not correctly assigned as a child of the span which was created by the external system. |
| 37 | +This has been fixed. |
| 38 | + |
| 39 | + |
| 40 | +### Helm Chart |
| 41 | + |
| 42 | +The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration |
| 43 | +bugs and enhancements which are also addressed with this bugfix release. |
| 44 | + |
| 45 | +#### Fixed configuration bug in WoT validation-context and log-warning-instead-of-failing-api-calls settings |
| 46 | + |
| 47 | +PR [#2085](https://github.com/eclipse-ditto/ditto/pull/2085) fixed a bug in the Helm configuration which caused |
| 48 | +the WoT validation configuration not to be applied correctly. |
0 commit comments