Skip to content

Commit cca5dad

Browse files
committed
provide Ditto 3.6.10 release notes
1 parent 59001cc commit cca5dad

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-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.10
27+
url: /release_notes_3610.html
28+
output: web
2629
- title: 3.6.9
2730
url: /release_notes_369.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Release notes 3.6.10
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.6.10 of Eclipse Ditto, released on 04.02.2025"
7+
permalink: release_notes_3610.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.6.9](release_notes_369.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.6.9](release_notes_369.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.10).
19+
20+
#### Fix NPE in ScriptedOutgoingMapping when value from script resolved to null
21+
22+
PR [#2100](https://github.com/eclipse-ditto/ditto/pull/2100) fixed a bug in the ScriptedOutgoingMapping where
23+
a `NullPointerException` was thrown when the value resolved from the script was `null`.
24+
25+
#### Fix WoT action validation was only done for application/json content-type
26+
27+
In PR [#2102](https://github.com/eclipse-ditto/ditto/pull/2102) a bug was fixed which lead to the WoT validation of
28+
[messages](basic-messages.html) was not performed when a content-type different to `application/json` was set.
29+
As this bypasses ensuring that only well-defined messages are accepted by Ditto, this was considered as a bug.
30+
31+
#### Fix logging configuration for policies service
32+
33+
The default bundled `logback.xml` contained a syntax error. This was fixed in PR
34+
[#2104](https://github.com/eclipse-ditto/ditto/pull/2104).
35+
36+
#### Fix tracing propagation in general
37+
38+
Ditto 3.6 contained already many bugfixes where the span hierarchy of distributed tracing was calculated wrongly.
39+
The root cause of these issues now was identified and fixed in PR[#2105](https://github.com/eclipse-ditto/ditto/pull/2105).
40+
41+
#### Fix MQTT connections eagerly resolving DNS causing problems with dynamic DNS
42+
43+
PR [#2109](https://github.com/eclipse-ditto/ditto/pull/2109) provides a configuration for changing the behavior of
44+
MQTT connections in Ditto which eagerly resolved MQTT broker hostnames.
45+
This could have lead to issues when e.g. the MQTT broker was behind a dynamic DNS or often changed IP addresses behind
46+
a DNS hostname.
47+
This resolves issue [#2108](https://github.com/eclipse-ditto/ditto/issues/2108).

0 commit comments

Comments
 (0)