From 54e8bee2574f37764ad30c77a184f5926f6dade1 Mon Sep 17 00:00:00 2001 From: Andrey Pangin Date: Wed, 4 Sep 2019 19:31:33 +0300 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9eeb4..0a58df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +1.2.0 + * Updated SSL API. Client certificate inspection support + * `SerializedWrapper` for transfering pre-serialized objects + * Http server returns "400 Bad Request" if fails to parse parameters + * Getters for all socket options + * Synchronous `Server.start` + * Java wrappers for `setpriority`/`getpriority` (thread niceness) + * `HttpClient` invoke with timeout + * Support for connected UDP Java socket + * Java API for perf events on Linux + * Serialization bugfixes + * `ConnectionString` recognizes well-known ports + * `ConfigParser` enhancements + * Fixed compatibility issues with JDK 11. Get rid of `tools.jar` dependency + 1.1.0 * `ConfigParser` better handles scalars, collections and generics * `Malloc` compatibility with older format