Skip to content

Commit ae14f31

Browse files
committed
added Ditto 3.6.9 release notes
1 parent c67f181 commit ae14f31

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-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.9
27+
url: /release_notes_369.html
28+
output: web
2629
- title: 3.6.8
2730
url: /release_notes_368.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Release notes 3.6.9
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.6.9 of Eclipse Ditto, released on 16.01.2025"
7+
permalink: release_notes_369.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.6.8](release_notes_368.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.6.8](release_notes_368.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.9).
19+
20+
#### Fix exceptions in WebSocket due to wrongly formatted added "EntityId" header
21+
22+
Ditto release [3.6.5](release_notes_365.html) introduced an improved log messages for errors in WoT validations, adding
23+
the Thing's ID to the log message. Internally, a change was needed to always provide the thing's ID as internal header.
24+
This added header had however the wrong format, which caused exceptions e.g. in the Ditto WebSocket handling.
25+
26+
This was reported in issue [#2096](https://github.com/eclipse-ditto/ditto/issues/2096) and was fixed via PR
27+
[#2097](https://github.com/eclipse-ditto/ditto/pull/2097).
28+
29+
As this is a very critical bug, a bugfix release containing just this one fix is provided: `3.6.9`.
30+

0 commit comments

Comments
 (0)