|
| 1 | +--- |
| 2 | +title: Release notes 3.6.11 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 3.6.11 of Eclipse Ditto, released on 14.02.2025" |
| 7 | +permalink: release_notes_3611.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [3.6.10](release_notes_3610.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [3.6.10](release_notes_3610.html), the following changes and bugfixes were added. |
| 15 | + |
| 16 | +### Bugfixes |
| 17 | +This is a complete list of the |
| 18 | +[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.6.11). |
| 19 | + |
| 20 | +#### Fix regression in message response WoT validation failing for non-json responses |
| 21 | + |
| 22 | +PR [#2118](https://github.com/eclipse-ditto/ditto/pull/2118) fixes a bug introduced in Ditto `3.6.10` which caused |
| 23 | +that responses to [messages](basic-messages.html) which were not of content-type `application/json` were rejected as |
| 24 | +"not valid" by the WoT validation, even if the WoT validation was disabled. |
| 25 | + |
| 26 | +#### Fix "If-Equal: skip" header was not treating policies/things as equal in certain situations |
| 27 | + |
| 28 | +E.g. `thingId` or `policyId` were not equally treated when comparing old to new thing/policy - which caused the entity |
| 29 | +to always be different, even if it did not change at all. |
| 30 | +PR [#2116](https://github.com/eclipse-ditto/ditto/pull/2116) provides a fix. |
| 31 | + |
| 32 | +#### Ditto connections which contained failures in payload mappers did not show that in their "metrics" |
| 33 | + |
| 34 | +Issue [#2115](https://github.com/eclipse-ditto/ditto/issues/2115) reported an inconsistency when handling failures in |
| 35 | +Ditto connections in regard to payload mappings which result in errors. |
| 36 | +Those errors could be seen in the connection "logs", however not in the connection metrics, as the metric category "other" |
| 37 | +was missing. |
| 38 | +This was fixed in PR [#2119](https://github.com/eclipse-ditto/ditto/pull/2119) which adds this category and counts correctly |
| 39 | +error in payload mappings. |
| 40 | + |
| 41 | +### Helm Chart |
| 42 | + |
| 43 | +#### Fix privilege escalation for pod deletion job |
| 44 | + |
| 45 | +PR [#2113](https://github.com/eclipse-ditto/ditto/pull/2113) provides a fix for a potential privilege escalation issue |
| 46 | +regarding the pod deletion job in the Ditto Helm chart. |
0 commit comments