Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Sep 4, 2019
1 parent 7a7b32a commit 54e8bee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54e8bee

Please sign in to comment.