From 14562124633a76e994455061bc24cf84403dda3d Mon Sep 17 00:00:00 2001 From: Andrey Pangin Date: Mon, 26 Jul 2021 02:11:03 +0300 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb143ac..2af8614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.4.0 + * eBPF and extended perf_events support + * HttpClient fixes + * Reflection and serialization now works for classes with missing field types + * Improved serialization performance + * OffheapMap API enhancements; compatibility with newer JDKs + * Configure scheduling policy for thread pools + * Fixed `byte[]` <-> `long` conversion + 1.3.2 * Optimized serialization of empty collections * `schedulingPolicy` option for NIO server threads diff --git a/pom.xml b/pom.xml index a4db1c4..2b12bc9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ru.odnoklassniki one-nio jar - 1.3.2 + 1.4.0 one-nio https://github.com/odnoklassniki/one-nio Unconventional Java I/O library