Skip to content

Commit 551b41a

Browse files
committed
provide Ditto 3.6.7 release notes
1 parent 716bc1b commit 551b41a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-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.7
27+
url: /release_notes_367.html
28+
output: web
2629
- title: 3.6.5
2730
url: /release_notes_365.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.

0 commit comments

Comments
 (0)