This is a bugfix release, no new features since 1.1.2 were added.
Changelog
Compared to the latest release 1.1.2, the following bugfixes were added.
Bugfixes
This is a complete list of the merged pull requests, including the fixed bugs.
Do not decided based on the response if it was required
Fixed Responses should not decide whether they’re required.
Include fields query parameter when retrieving feature properties
There was an issue where the fields query parameter wasn’t taken into account when retrieving feature properties.
Delegate default options from wrapping message mapper to wrapped message mapper
The WrappingMessageMapper didn’t delegate the default options to the message mapper it was wrapping.
Improved error message for unknown/invalid host names in a connection configuration
An unknown/invalid host in a connection configuration caused an exception with an error message that did not indicate the actual cause.
Reworked reconnect behaviour of java client
There were reported issues with the reconnecting behaviour of the java client. We improved the reconnecting behaviour, so it should be more reliable.
Added org.reactivestreams to osgi imports
The package org.reactivestreams
was missing in the OSGI imports of our java client.