Skip to content

Commit 2417df1

Browse files
committed
Adds release notes for java client
Signed-off-by: Yannic Klem <[email protected]>
1 parent 7a09991 commit 2417df1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

documentation/src/main/resources/pages/ditto/release_notes_113.md

+8
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ The WrappingMessageMapper didn't delegate the default options to the message map
3333
#### [Improved error message for unknown/invalid host names in a connection configuration](https://github.com/eclipse/ditto/pull/676)
3434

3535
An unknown/invalid host in a connection configuration caused an exception with an error message that did not indicate the actual cause.
36+
37+
#### [Reworked reconnect behaviour of java client](https://github.com/eclipse/ditto-clients/pull/64)
38+
39+
There were reported issues with the reconnecting behaviour of the java client. We improved the reconnecting behaviour, so it should be more reliable.
40+
41+
#### [Added org.reactivestreams to osgi imports](https://github.com/eclipse/ditto-clients/pull/73)
42+
43+
The package `org.reactivestreams` was missing in the OSGI imports of our java client.

0 commit comments

Comments
 (0)