Skip to content

Releases: exceptionfactory/socketbroker

1.1.0

Choose a tag to compare

@exceptionfactory exceptionfactory released this 18 Aug 04:49
9b23ae4

Features

  • Added Automatic-Module-Name of com.exceptionfactory.socketbroker

1.0.2

Choose a tag to compare

@exceptionfactory exceptionfactory released this 07 Jan 06:54
ed208ac

Fixes

  • Build using Java 8 to avoid NoSuchMethodError for ByteBuffer.rewind() when compiled using Java 11

1.0.1

Choose a tag to compare

@exceptionfactory exceptionfactory released this 07 Jan 04:19
1e8f125

Fixes

  • Removed unused allocated bytes from encoded character arrays to avoid unexpected terminal bytes in encoded passwords

1.0.0

Choose a tag to compare

@exceptionfactory exceptionfactory released this 03 Jan 18:15
67336b3

Features

  • Initial release of BrokeredSocketFactory with configurable proxy server and optional credentials
  • Implemented SOCKS 5 support with optional username and password credentials
  • Implemented HTTP CONNECT support with optional username and password credentials for HTTP Basic Authentication