File tree 3 files changed +41
-2
lines changed
documentation/src/main/resources
3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ These versions of Eclipse Ditto are currently being supported with security upda
9
9
10
10
| Version | Supported |
11
11
| ---------| ------------------ |
12
+ | 3.6.x | :white_check_mark : |
12
13
| 3.5.x | :white_check_mark : |
13
- | 3.4.x | :white_check_mark : |
14
- | < 3.4.0 | :x : |
14
+ | < 3.5.0 | :x : |
15
15
16
16
## Reporting a Vulnerability
17
17
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.1
27
+ url : /release_notes_361.html
28
+ output : web
26
29
- title : 3.6.0
27
30
url : /release_notes_360.html
28
31
output : web
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments