Skip to content

Releases: exceptionfactory/socketbroker

1.1.0

18 Aug 04:49
9b23ae4
Compare
Choose a tag to compare

Features

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

1.0.2

07 Jan 06:54
ed208ac
Compare
Choose a tag to compare

Fixes

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

1.0.1

07 Jan 04:19
1e8f125
Compare
Choose a tag to compare

Fixes

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

1.0.0

03 Jan 18:15
67336b3
Compare
Choose a tag to compare

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