File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
documentation/src/main/resources Expand file tree Collapse file tree 2 files changed +37
-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.8
27
+ url : /release_notes_368.html
28
+ output : web
26
29
- title : 3.6.7
27
30
url : /release_notes_367.html
28
31
output : web
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Release notes 3.6.8
3
+ tags : [release_notes]
4
+ published : true
5
+ keywords : release notes, announcements, changelog
6
+ summary : " Version 3.6.8 of Eclipse Ditto, released on 16.01.2025"
7
+ permalink : release_notes_368.html
8
+ ---
9
+
10
+ This is a bugfix release, no new features since [ 3.6.7] ( release_notes_367.html ) were added.
11
+
12
+ ## Changelog
13
+
14
+ Compared to the latest release [ 3.6.7] ( release_notes_367.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.8 ) .
19
+
20
+ #### Fix wrongly done validation of removal of desired feature properties
21
+
22
+ PR [ #2093 ] ( https://github.com/eclipse-ditto/ditto/pull/2093 ) fixes that the WoT validation prevented desired properties
23
+ to be removed from a Thing if they were defined as "required" in the Thing Model. This does not make sense for desired
24
+ properties, as they are all optional by convention.
25
+
26
+ #### Fix spans for consuming messages to not be the "parent" span for following spans
27
+
28
+ PR [ #2094 ] ( https://github.com/eclipse-ditto/ditto/pull/2094 ) fixes a parent-child hierarchy in the tracing of Ditto
29
+ regarding consumption of messages, e.g. via Apache Kafka.
30
+
31
+ #### Fix wrongly calculated path in WoT validation errors
32
+
33
+ PR [ #2091 ] ( https://github.com/eclipse-ditto/ditto/pull/2091 ) fixes that a JsonPointer in WoT validation messages was
34
+ calculated wrongly for PATCHing Thing attributes.
You can’t perform that action at this time.
0 commit comments