|
| 1 | +--- |
| 2 | +title: Release notes 2.0.1 |
| 3 | +tags: [release_notes] |
| 4 | +published: true |
| 5 | +keywords: release notes, announcements, changelog |
| 6 | +summary: "Version 2.0.1 of Eclipse Ditto, released on 20.05.2021" |
| 7 | +permalink: release_notes_201.html |
| 8 | +--- |
| 9 | + |
| 10 | +This is a bugfix release, no new features since [2.0.0](release_notes_200.html) were added. |
| 11 | + |
| 12 | +## Changelog |
| 13 | + |
| 14 | +Compared to the latest release [2.0.0](release_notes_200.html), the following bugfixes were added. |
| 15 | + |
| 16 | +### Bugfixes |
| 17 | + |
| 18 | +This is a complete list of the |
| 19 | +[merged pull requests](https://github.com/eclipse/ditto/pulls?q=is%3Apr+milestone%3A2.0.1), including the fixed bugs. |
| 20 | + |
| 21 | +#### [Fixed that error responses in WS contained wrong topic path](https://github.com/eclipse/ditto/pull/1057) |
| 22 | + |
| 23 | +The Ditto WebSocket returned a wrong `topic` for DittoProtocol messages for error responses. |
| 24 | + |
| 25 | +#### [Optimized MQTT protocol level acknowledgements](https://github.com/eclipse/ditto/pull/1064) |
| 26 | + |
| 27 | +When using MQTT option `"reconnectForRedelivery"`, the downtime during the reconnect was optimized to be very small |
| 28 | +in order to lose only few "QoS 0" messages. |
| 29 | + |
| 30 | +#### [Made AckUpdater work with ddata sharding](https://github.com/eclipse/ditto/pull/1063) |
| 31 | + |
| 32 | +"Weak" Acknowledgements were broken in 2.0.0 when Ditto was operated in a cluster with more than 1 instances. |
| 33 | + |
| 34 | +#### [Fixed write-concern for commands requesting "search-persisted" ACK](https://github.com/eclipse/ditto/pull/1059) |
| 35 | + |
| 36 | +The Ditto search was updated with a wrong write concern which caused higher search update times. |
| 37 | +In addition, requests with "search-persisted" acknowledgement used the wrong write concern as well which could have |
| 38 | +caused search inconsistencies. |
| 39 | + |
| 40 | +#### [Fixed that logging was not configurable](https://github.com/eclipse/ditto/pull/1066) |
| 41 | + |
| 42 | +Previously, there were no options to configure logging for Ditto - this was fixed and it is possible to |
| 43 | +either configure a "logstash" endpoint or files based log appending. |
0 commit comments