Skip to content

Commit

Permalink
provide Ditto 3.5.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Feb 5, 2024
1 parent 6faa960 commit 7ef88a5
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ entries:
- title: Release Notes
output: web
folderitems:
- title: 3.5.2
url: /release_notes_352.html
output: web
- title: 3.5.1
url: /release_notes_351.html
output: web
Expand Down
63 changes: 63 additions & 0 deletions documentation/src/main/resources/pages/ditto/release_notes_352.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Release notes 3.5.2
tags: [release_notes]
published: true
keywords: release notes, announcements, changelog
summary: "Version 3.5.2 of Eclipse Ditto, released on 05.02.2024"
permalink: release_notes_352.html
---

This is a bugfix release, no new features since [3.5.1](release_notes_351.html) were added.

## Changelog

Compared to the latest release [3.5.1](release_notes_351.html), the following changes and bugfixes were added.

### Changes


### Bugfixes

This is a complete list of the
[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.5.2).

#### Fix wrongly done invalidation of non-existing cached policy entry in search

A [bugfix for Ditto 3.5.0](https://github.com/eclipse-ditto/ditto/pull/1872) introduced another side effect regarding
policy imports. When an imported policy was deleted and added again with the same id, the affected things were not updated
in the search index.
PR [#1889](https://github.com/eclipse-ditto/ditto/pull/1889) provides a fix for this.

#### Fix retrieving JSON arrays via fields selector was broken

Reported bug [#1888](https://github.com/eclipse-ditto/ditto/issues/1888) caused when selecting a JSON array via the
`fields` selector, the array's content was not returned.
PR [#1890](https://github.com/eclipse-ditto/ditto/pull/1890) fixes that.

#### Several small fixes and improvements in the Ditto UI

PR [#1891](https://github.com/eclipse-ditto/ditto/pull/1891) provides some fixes around the Ditto UI, e.g.:
* send message with timeout `0` and no payload showed incorrect error in the response field
* added category column on connection logs, so you can distinguish source and target log entries
* connections js editors had wrong read-only behavior
* connection log details ace editor now with word wrap, otherwise it is hard to read long message in one line
* Bugfix: filter on incoming messages does not work on new incoming messages

Additional fixes for the UI contained in this release:
* fix policyId search slot submitting form
* fix that sending a payload `0` as message payload did not work
* add form to authentication popup, submitting via enter
* open authentication popup when backend responds with error needing authentication


### Helm Chart

The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration
bugs and enhancements which are also addressed with this bugfix release.

#### Fix hook-scripts configmap missing in Helm pre-upgrade Hooks

The newly introduced [calculation of pod deletion cost via a Helm hook](https://github.com/eclipse-ditto/ditto/pull/1871)
was missing setting up the configmap containing the script properly.
This was fixed in [#1880](https://github.com/eclipse-ditto/ditto/pull/1880).
PR [#1886](https://github.com/eclipse-ditto/ditto/pull/1886) in addition fixes a wrong name variable used for the configmap.

0 comments on commit 7ef88a5

Please sign in to comment.