File tree 2 files changed +27
-0
lines changed
documentation/src/main/resources
2 files changed +27
-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.7
27
+ url : /release_notes_367.html
28
+ output : web
26
29
- title : 3.6.5
27
30
url : /release_notes_365.html
28
31
output : web
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Release notes 3.6.7
3
+ tags : [release_notes]
4
+ published : true
5
+ keywords : release notes, announcements, changelog
6
+ summary : " Version 3.6.7 of Eclipse Ditto, released on 11.01.2025"
7
+ permalink : release_notes_367.html
8
+ ---
9
+
10
+ This is a bugfix release, no new features since [ 3.6.5] ( release_notes_365.html ) were added.
11
+
12
+ ## Changelog
13
+
14
+ Compared to the latest release [ 3.6.5] ( release_notes_365.html ) , the following changes and bugfixes were added.
15
+ Release 3.6.6 was skipped due to a mistake in releasing.
16
+
17
+ ### Bugfixes
18
+
19
+ The only fix of 3.6.7 is the fix of a log statement for failed WoT validation - in PR
20
+ [ #2087 ] ( https://github.com/eclipse-ditto/ditto/pull/2087 ) (included in 3.6.5), the ` thingId ` was added to the log message.
21
+ This accidentally removed the exception from the log message which contained the detailed explanation what part was
22
+ not valid according to the model.
23
+
24
+ 3.6.7 fixes just this log message.
You can’t perform that action at this time.
0 commit comments