Skip to content

Releases: opendxl/opendxl-client-java

0.2.7

23 Dec 04:47
c86303a
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Assets dxlclient-java-sdk-0.2.7.tar and dxlclient-java-sdk-0.2.7.zip added

0.2.6

01 Dec 22:02
Compare
Choose a tag to compare

OpenDXL Java Client 0.2.6 Release

  • Fixed proxy connect throwing error that caused reconnects to not occur
  • Updated Java keystore for Java 9 and above to contain full cert chain

0.2.5

06 May 15:38
f92db72
Compare
Choose a tag to compare

OpenDXL Java Client 0.2.5 Release

  • Fixed synchronization issue with service registration handler

0.2.4

17 Oct 16:13
Compare
Choose a tag to compare

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

23 Sep 16:56
ced5381
Compare
Choose a tag to compare

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

14 Aug 23:01
1460c20
Compare
Choose a tag to compare

OpenDXL Java Client 0.2.2 Release

  • Fixed issue where reconnect could fail to retry
  • Updated documentation for proxy support

0.2.1

18 Jul 22:13
Compare
Choose a tag to compare

OpenDXL Java Client 0.2.1 Release

  • Added proxy support

0.2.0

08 May 21:21
b0aeda6
Compare
Choose a tag to compare

OpenDXL Java Client 0.2.0 Release

  • Added WebSocket support

0.1.3

23 Feb 00:37
Compare
Choose a tag to compare

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

05 Feb 22:07
22677f5
Compare
Choose a tag to compare

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