File tree 2 files changed +33
-0
lines changed
documentation/src/main/resources
2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ entries:
23
23
- title : Release Notes
24
24
output : web
25
25
folderitems :
26
+ - title : 3.6.9
27
+ url : /release_notes_369.html
28
+ output : web
26
29
- title : 3.6.8
27
30
url : /release_notes_368.html
28
31
output : web
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments