Skip to content

Commit 0334842

Browse files
committedOct 17, 2024
prepare Ditto 3.6.1 release notes
1 parent 3f61f8c commit 0334842

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed
 

‎SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ These versions of Eclipse Ditto are currently being supported with security upda
99

1010
| Version | Supported |
1111
|---------| ------------------ |
12+
| 3.6.x | :white_check_mark: |
1213
| 3.5.x | :white_check_mark: |
13-
| 3.4.x | :white_check_mark: |
14-
| < 3.4.0 | :x: |
14+
| < 3.5.0 | :x: |
1515

1616
## Reporting a Vulnerability
1717

‎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.1
27+
url: /release_notes_361.html
28+
output: web
2629
- title: 3.6.0
2730
url: /release_notes_360.html
2831
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Release notes 3.6.1
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.6.1 of Eclipse Ditto, released on 17.10.2024"
7+
permalink: release_notes_361.html
8+
---
9+
10+
This is a bugfix release, no new features since [3.6.0](release_notes_360.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.6.0](release_notes_360.html), the following changes and bugfixes were added.
15+
16+
### Bugfixes
17+
18+
This is a complete list of the
19+
[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.6.1).
20+
21+
#### Fix Ditto UI environment creation was no longer possible
22+
23+
Reported issue [#2040](https://github.com/eclipse-ditto/ditto/issues/2040) about not being able to create new environments
24+
in the Ditto UI version 3.6.0 has been fixed via PR [#2041](https://github.com/eclipse-ditto/ditto/pull/2041).
25+
26+
#### Fixed JavaScript payload mapper not being able to serialize arrays as header fields
27+
28+
In PR [#2043](https://github.com/eclipse-ditto/ditto/pull/2043) a bug in the
29+
[JavaScript payload mapper](connectivity-mapping.html#javascript-mapper) was fixed which caused that arrays in headers
30+
(e.g. `DittoHeaders`) were not rendered correctly, but instead as e.g. `'org.mozilla.javascript.NativeArray@e90b588'`.
31+
32+
#### Fixed configuration for new WoT Thing model based validation
33+
34+
PR [#2045](https://github.com/eclipse-ditto/ditto/pull/2045) fixes a bug regarding `dynamic-configuration` of the new
35+
[WoT TM based validation](basic-wot-integration.html#configuration-of-thing-model-based-validation), especially in the Helm
36+
configuration.

0 commit comments

Comments
 (0)
Please sign in to comment.