Skip to content

Commit fcb789e

Browse files
committed
provide Ditto 3.6.8 release notes
1 parent a7addb5 commit fcb789e

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml

Lines changed: 3 additions & 0 deletions
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.8
27+
url: /release_notes_368.html
28+
output: web
2629
- title: 3.6.7
2730
url: /release_notes_367.html
2831
output: web
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.

0 commit comments

Comments
 (0)