From c489841ccf58e2ba041ea9be0db62964386e304b Mon Sep 17 00:00:00 2001 From: Andrey Pangin Date: Mon, 17 Aug 2020 00:59:52 +0300 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7ac31..ea64e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.3.0 + * SSL improvements: RDRAND, PEER_CERTIFICATE_CHAIN, autoupdate certificates + * Extended Perf Events API, including PEBS + * Garbage free thread safe date utilities; high performance date formatter + * Serialization: collection type evolution; better JSON support + * PROXY protocol support for RPC server + * Configurable `DigestStream` + * `Thread.onSpinWait` bridge + * Custom collection converters for `ConfigParser` + 1.2.1 * Enable SO_KEEPALIVE on a ServerSocket by default * Fixed server graceful shutdown diff --git a/pom.xml b/pom.xml index 4ca7247..b349c9b 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ru.odnoklassniki one-nio jar - 1.2.1 + 1.3.0 one-nio https://github.com/odnoklassniki/one-nio Unconventional Java I/O library