From 8a44214f51f1a4210f507d9c05f6d135c98c2c29 Mon Sep 17 00:00:00 2001 From: Andrei Pangin Date: Sun, 27 Nov 2022 15:34:56 +0000 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8ee1d..9e90ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.6.0 + * java.time serialization + * Arena Allocator + * PaddedRWLock to avoid false sharing + * Handle EINTR in socket read/write + * Enum serialization fixes + * Fixed global perf counters in presence of offline CPUs + * HttpClient should support responses without Content-Length / Transfer-Encoding + * Gracefully close sessions when stopping Server + 1.5.0 * JDK 17 support. Workaround `setAccessible` restrictions * New BPF map types diff --git a/pom.xml b/pom.xml index b89df2d..28e39dd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ru.odnoklassniki one-nio jar - 1.5.0 + 1.6.0 one-nio https://github.com/odnoklassniki/one-nio Unconventional Java I/O library