From 035260609f1ae005972a29bc69b67ffe4b3d2af2 Mon Sep 17 00:00:00 2001 From: Vadim Tsesko Date: Wed, 9 Jan 2019 12:40:18 +0300 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fbc94..1c9eeb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +1.1.0 + * `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 + 1.0.2 * YAML parser now supports references and extended array/list declaration * ByteBuffer API for LZ4 compression/decompression