|
| 1 | +--- |
| 2 | +title: Release notes 3.7.1 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 3.7.1 of Eclipse Ditto, released on 05.03.2025" |
| 7 | +permalink: release_notes_371.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [3.7.0](release_notes_370.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [3.7.0](release_notes_370.html), the following changes and bugfixes were added. |
| 15 | + |
| 16 | +### Bugfixes |
| 17 | + |
| 18 | +This is a complete list of the |
| 19 | +[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.7.1). |
| 20 | + |
| 21 | +#### Update SSHD version fixing security vulnerabilities |
| 22 | + |
| 23 | +PR [#2133](https://github.com/eclipse-ditto/ditto/pull/2133) updates the used dependency sshd-core to the latest version, |
| 24 | +which fixes the known security vulnerabilities in dependencies of `sshd-core`. |
| 25 | + |
| 26 | +#### Fix configuration of throttling of search index after policy update |
| 27 | + |
| 28 | +The Helm chart configuration for the Ditto search index throttling contained a typo which was fixed in PR |
| 29 | +[#2134](https://github.com/eclipse-ditto/ditto/pull/2134). |
| 30 | + |
| 31 | +#### Fix migrate thing definition validation issue for dry-runs |
| 32 | + |
| 33 | +PR [#2136](https://github.com/eclipse-ditto/ditto/pull/2136) fixes an issue where the error message of a "dry-run" |
| 34 | +[migration of a thing's definition](httpapi-concepts.html#things-in-api-2---migrate-thing-definitions) (added in |
| 35 | +Ditto 3.7.0) was not correctly returned in case of validation errors. |
| 36 | + |
| 37 | +#### Fix pre-defined extraFields caused missing extra data for thing creation events |
| 38 | + |
| 39 | +The in Ditto 3.7.0 added configuration option to configure |
| 40 | +[pre-defined extraFields](installation-operating.html#pre-defined-extra-fields-configuration) caused for creation of |
| 41 | +things that the `extra` fields were missing in the created event. This was fixed in PR [#2137](https://github.com/eclipse-ditto/ditto/pull/2137). |
| 42 | + |
| 43 | +#### Fix that kamon configuration was not loaded |
| 44 | + |
| 45 | +PR [#2140](https://github.com/eclipse-ditto/ditto/pull/2140) fixes that the Kamon configuration was not loaded correctly. |
| 46 | + |
| 47 | +#### Fix that HTTP push connection issues with slow target endpoints |
| 48 | + |
| 49 | +Issue [#2138](https://github.com/eclipse-ditto/ditto/issues/2138) brought up that Ditto managed [HTTP-push](connectivity-protocol-bindings-http.html) |
| 50 | +connections could drop messages under load and/or slowly responding HTTP target endpoints. |
| 51 | +The exiting configuration for scaling the thread pool were wrong, which was fixed in PR [#2139](https://github.com/eclipse-ditto/ditto/pull/2139). |
| 52 | + |
0 commit comments