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.