Skip to content

Commit 132035e

Browse files
committed
provide Ditto 3.6.11 release notes
1 parent 4a4609a commit 132035e

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ entries:
2323
- title: Release Notes
2424
output: web
2525
folderitems:
26+
- title: 3.6.11
27+
url: /release_notes_3611.html
28+
output: web
2629
- title: 3.6.10
2730
url: /release_notes_3610.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

Comments
 (0)