Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
incubos committed Jan 9, 2019
1 parent d0ec643 commit 0352606
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0352606

Please sign in to comment.