Releases: exceptionfactory/socketbroker
Releases · exceptionfactory/socketbroker
1.1.0
1.0.2
Fixes
- Build using Java 8 to avoid NoSuchMethodError for ByteBuffer.rewind() when compiled using Java 11
1.0.1
Fixes
- Removed unused allocated bytes from encoded character arrays to avoid unexpected terminal bytes in encoded passwords
1.0.0
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