Skip to content

Releases: odnoklassniki/one-nio

1.1.0

09 Jan 11:36
0352606
Compare
Choose a tag to compare
  • ConfigParser better handles scalars, collections and generics
  • Malloc compatibility with older format
  • SerializeWith(getter, setter) and SerialOptions annotations
  • SSL key passphrase and SOL_SSL socket options
  • Socket.read() with flags
  • Fixed EINTR during connect
  • Fixed readFully/writeFully on JavaSocket
  • RpcClient invoke with timeout
  • Server threads now extend PayloadThread
  • JDK 9,10,11 support
  • Iterator over all nonempty HTTP Request query parameters
  • Return query parameters as an iterable
  • Handle Throwable instead of Exception in AsyncExecutor
  • YAML parser fixes
  • Java 8 minimum requirement
  • HTTP and SOCKS proxy support
  • Bridge to setns() syscall
  • Batch/Idle thread scheduling priorities
  • FIFO/LIFO pools
  • Socket I/O improvements: ByteChannel API, accept4() support
  • JSON serialization/deserialization
  • HTTP @RequestMethod annotation
  • Object Streaming API
  • RPC streaming and HTTP-RPC support