3.8
Added support for configuration property connect.api.connection-reuse to match the SDK's connect.api.connectionReuse configuration property.
The auto-configured Authenticator is now an instance of new class ConfigurableAuthenticator. This allows replacing the API key without restarting the application. Actuator endpoint connectSdkApiKey is provided to do this through HTTP or JMX.
If a bean of type BodyObfuscator or HeaderObfuscator is provided, that will now be used by auto-configured Connection instances.
The actuator endpoint for closing idle and expired does not work for all Spring Boot versions. The current methods have been deprecated in favour of two new methods: closeConnections and closeConnectionsForBean.
Updated to the latest version of commons-codec, connect-sdk-java, Spring Boot 2.x and SnakeYAML.