Releases: opendxl/opendxl-client-java
Releases · opendxl/opendxl-client-java
0.2.7
Assets dxlclient-java-sdk-0.2.7.tar and dxlclient-java-sdk-0.2.7.zip added
0.2.6
0.2.5
OpenDXL Java Client 0.2.5 Release
- Fixed synchronization issue with service registration handler
0.2.4
OpenDXL Java Client 0.2.4 Release
- Registration of services has been updated to consistently use the same thread. This eliminates a race condition that could occur if a service update occurred immediately after an initial service registration.
0.2.3
OpenDXL Java Client 0.2.3 Release
- Updated to allow brokers defined in a config file to have host names or IP addresses in the IP address location of the broker config string.
- Updated documentation to have the command for generating an OpenSSL key in PKCS8 format instead of PKCS1
- Force unregistration of services when client is closed
0.2.2
OpenDXL Java Client 0.2.2 Release
- Fixed issue where reconnect could fail to retry
- Updated documentation for proxy support
0.2.1
OpenDXL Java Client 0.2.1 Release
- Added proxy support
0.2.0
OpenDXL Java Client 0.2.0 Release
- Added WebSocket support
0.1.3
OpenDXL Java Client 0.1.3 Release
- Updated to support "managed" version of client
- Added ability to customize the SSLSocketFactory implementation
- Added ability to asynchronously unregister services
- Added ability to delay initialization of client
- Added method to retrieve the currently active set of services exposed by the client
0.1.2
OpenDXL Java Client 0.1.2 Release
provisionconfig
command line operation updated to write paths correctly (no longer writes relative paths)- Exceptions handled properly during service registration
- Client now requires connecting to a MQTT 3.1.1 compatible broker