Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.88 KB

release_notes_355.md

File metadata and controls

43 lines (29 loc) · 1.88 KB
title tags published keywords summary permalink
Release notes 3.5.5
release_notes
true
release notes, announcements, changelog
Version 3.5.5 of Eclipse Ditto, released on 14.05.2024
release_notes_355.html

This is a bugfix release, no new features since 3.5.4 were added.

Changelog

Compared to the latest release 3.5.4, the following changes and bugfixes were added.

Bugfixes

This is a complete list of the merged pull requests.

Fix that not all placeholders were supported in connection target filtering

Issue #1931 found out that some placeholders can not be used in RQL filter expression of a connection target, e.g. feature:id.
This was fixed in PR #1932.

Fix that removing fields in a merge update with a regex does not work in several cases

Issue #1939 revealed a bug in the functionality of removing fields in a merge update based on a regex, so that only very special fields could be removed and only when not being used via the HTTP API.
PR #1941 fixed that.

Helm Chart

The Ditto Helm Chart contained some configuration bugs and enhancements which are also addressed with this bugfix release.

Make nginx timeout configurable in helm chart

In PR #1934 a configuration option to configure the nginx timeout was provided to the Ditto Helm chart, resolving issue #1928.