Version 3.8.2 of Eclipse Ditto, released on 14.10.2025
Edit this page

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

Changelog

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

Bugfixes

This is a complete list of the merged pull requests.

Fix excessive AskTimeout errors during rolling updates / shard rebalancing

PR #2241 fixes a long encountered issue where during rolling updates or shard rebalancing excessive AskTimeoutException errors were logged for commands sent to things during recovery time from the database.

This fix should stabilize restarts and e.g. rolling updates of Ditto clusters significantly.

Helm chart

Make helm templates openshift SCC compliant

PR #2242 fixes another issue in the Helm chart to deploy Ditto on OpenShift clusters.
It fixes to add a service account to the Ditto UI and injects a configured OpenShift security context to the nginx containers of Ditto (nginx as reverse proxy, Ditto UI and Swagger-UI).