|
| 1 | +--- |
| 2 | +title: Release notes 3.4.2 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 3.4.2 of Eclipse Ditto, released on 30.11.2023" |
| 7 | +permalink: release_notes_342.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [3.4.1](release_notes_341.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [3.4.1](release_notes_341.html), the following changes and bugfixes were added. |
| 15 | + |
| 16 | +### Changes |
| 17 | + |
| 18 | + |
| 19 | +### Bugfixes |
| 20 | + |
| 21 | +This is a complete list of the |
| 22 | +[merged pull requests](https://github.com/eclipse-ditto/ditto/pulls?q=is%3Apr+milestone%3A3.4.2). |
| 23 | + |
| 24 | +#### Fixed that Hono Connection config missed trusted certificates configuration |
| 25 | + |
| 26 | +Bug [#1801](https://github.com/eclipse-ditto/ditto/issues/1801), that a custom configured `ca` was ignored for connections |
| 27 | +of type `hono`, was fixed in [#1802](https://github.com/eclipse-ditto/ditto/pull/1802). |
| 28 | + |
| 29 | +#### Background Sync not syncing entities |
| 30 | + |
| 31 | +Bug [#1825](https://github.com/eclipse-ditto/ditto/issues/1825), not syncing non-indexes Things in the search when there |
| 32 | +are many deleted Things, was fixed via [#1824](https://github.com/eclipse-ditto/ditto/pull/1824). |
| 33 | + |
| 34 | +#### MQTT 5 messages sent when Ditto was not connected are not processed |
| 35 | + |
| 36 | +Reported bug [#1767](https://github.com/eclipse-ditto/ditto/issues/1767), causing Ditto not consuming messages sent with |
| 37 | +QoS 1 ("at least once") was fixed via [#1794](https://github.com/eclipse-ditto/ditto/pull/1794). |
| 38 | + |
| 39 | +#### When enriching signals with extraFields, duplicate paths lead to not all fields to be enriched |
| 40 | + |
| 41 | +Bug [#1826](https://github.com/eclipse-ditto/ditto/issues/1826), causing that fields were missing from "enrichment" |
| 42 | +when using duplicated paths in `extraFields`, was fixed via [#1828](https://github.com/eclipse-ditto/ditto/pull/1828). |
| 43 | + |
| 44 | +#### Fix that a "wrong" JsonPointer in a search RQL query lead to ERRORs |
| 45 | + |
| 46 | +[#1816](https://github.com/eclipse-ditto/ditto/pull/1816) fixes that when a search contained a `filter` (RQL) expression |
| 47 | +with 2 slashes following each other, an "internal server error" (500) was produced instead of a 400 (Bad Request.) |
| 48 | + |
| 49 | + |
| 50 | +### Ditto Explorer UI |
| 51 | + |
| 52 | +#### Fix that non-successful message responses were not displayed in ACE editor |
| 53 | + |
| 54 | +Only successful responses were displayed in the "response" editor when sending messages via the Ditto UI. |
| 55 | +This has been fixed in [#1810](https://github.com/eclipse-ditto/ditto/pull/1810). |
| 56 | + |
| 57 | + |
| 58 | +### Helm Chart |
| 59 | + |
| 60 | +The [Ditto Helm Chart](https://github.com/eclipse-ditto/ditto/tree/master/deployment/helm) contained some configuration |
| 61 | +bugs and enhancements which are also addressed with this bugfix release. |
| 62 | + |
| 63 | +#### Removed X-Original-URI from NGINX ingress |
| 64 | + |
| 65 | +[#1823](https://github.com/eclipse-ditto/ditto/pull/1823) removes the (non-used) `X-Original-URI` header previously |
| 66 | +set by the nginx ingress. |
0 commit comments