|
| 1 | +--- |
| 2 | +title: Release notes 3.5.2 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 3.5.2 of Eclipse Ditto, released on 05.02.2024" |
| 7 | +permalink: release_notes_352.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [3.5.1](release_notes_351.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [3.5.1](release_notes_351.html), the following changes and bugfixes were added. |
| 15 | + |
| 16 | +### Changes |
| 17 | + |
| 18 | + |
| 19 | +### Bugfixes |
| 20 | + |
| 21 | +This is a complete list of the |
| 22 | +[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.5.2). |
| 23 | + |
| 24 | +#### Fix wrongly done invalidation of non-existing cached policy entry in search |
| 25 | + |
| 26 | +A [bugfix for Ditto 3.5.0](https://github.com/eclipse-ditto/ditto/pull/1872) introduced another side effect regarding |
| 27 | +policy imports. When an imported policy was deleted and added again with the same id, the affected things were not updated |
| 28 | +in the search index. |
| 29 | +PR [#1889](https://github.com/eclipse-ditto/ditto/pull/1889) provides a fix for this. |
| 30 | + |
| 31 | +#### Fix retrieving JSON arrays via fields selector was broken |
| 32 | + |
| 33 | +Reported bug [#1888](https://github.com/eclipse-ditto/ditto/issues/1888) caused when selecting a JSON array via the |
| 34 | +`fields` selector, the array's content was not returned. |
| 35 | +PR [#1890](https://github.com/eclipse-ditto/ditto/pull/1890) fixes that. |
| 36 | + |
| 37 | +#### Several small fixes and improvements in the Ditto UI |
| 38 | + |
| 39 | +PR [#1891](https://github.com/eclipse-ditto/ditto/pull/1891) provides some fixes around the Ditto UI, e.g.: |
| 40 | +* send message with timeout `0` and no payload showed incorrect error in the response field |
| 41 | +* added category column on connection logs, so you can distinguish source and target log entries |
| 42 | +* connections js editors had wrong read-only behavior |
| 43 | +* connection log details ace editor now with word wrap, otherwise it is hard to read long message in one line |
| 44 | +* Bugfix: filter on incoming messages does not work on new incoming messages |
| 45 | + |
| 46 | +Additional fixes for the UI contained in this release: |
| 47 | +* fix policyId search slot submitting form |
| 48 | +* fix that sending a payload `0` as message payload did not work |
| 49 | +* add form to authentication popup, submitting via enter |
| 50 | +* open authentication popup when backend responds with error needing authentication |
| 51 | + |
| 52 | + |
| 53 | +### Helm Chart |
| 54 | + |
| 55 | +The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration |
| 56 | +bugs and enhancements which are also addressed with this bugfix release. |
| 57 | + |
| 58 | +#### Fix hook-scripts configmap missing in Helm pre-upgrade Hooks |
| 59 | + |
| 60 | +The newly introduced [calculation of pod deletion cost via a Helm hook](https://github.com/eclipse-ditto/ditto/pull/1871) |
| 61 | +was missing setting up the configmap containing the script properly. |
| 62 | +This was fixed in [#1880](https://github.com/eclipse-ditto/ditto/pull/1880). |
| 63 | +PR [#1886](https://github.com/eclipse-ditto/ditto/pull/1886) in addition fixes a wrong name variable used for the configmap. |
0 commit comments