Skip to content

Version 3.0

Compare
Choose a tag to compare
@GideonLeGrange GideonLeGrange released this 03 Feb 19:55
· 73 commits to master since this release

This release changes the public API to allow for the correct way of allowing for TLS encryption.

The following non-backwards compatible changes were made:

  • A new method, connect(SocketFactory fact, String host, int port, int timeout), was added to allow for better user control over sockets and especially encryption.
  • The connectTLS() API methods were removed.
  • Most of the overloaded connect() methods were removed.
  • The previously deprecated disconnect() method is removed.

Other changes:

  • Added a pre-built jar file to the downloads.
  • Improved documentation.
  • Improved examples.