Skip to content

Commit 1456212

Browse files
committed
Release 1.4.0
1 parent e5864f7 commit 1456212

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.4.0
2+
* eBPF and extended perf_events support
3+
* HttpClient fixes
4+
* Reflection and serialization now works for classes with missing field types
5+
* Improved serialization performance
6+
* OffheapMap API enhancements; compatibility with newer JDKs
7+
* Configure scheduling policy for thread pools
8+
* Fixed `byte[]` <-> `long` conversion
9+
110
1.3.2
211
* Optimized serialization of empty collections
312
* `schedulingPolicy` option for NIO server threads

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ru.odnoklassniki</groupId>
55
<artifactId>one-nio</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.2</version>
7+
<version>1.4.0</version>
88
<name>one-nio</name>
99
<url>https://github.com/odnoklassniki/one-nio</url>
1010
<description>Unconventional Java I/O library</description>

0 commit comments

Comments
 (0)