Skip to content

Commit 8a44214

Browse files
committed
Release 1.6.0
1 parent a411c94 commit 8a44214

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.6.0
2+
* java.time serialization
3+
* Arena Allocator
4+
* PaddedRWLock to avoid false sharing
5+
* Handle EINTR in socket read/write
6+
* Enum serialization fixes
7+
* Fixed global perf counters in presence of offline CPUs
8+
* HttpClient should support responses without Content-Length / Transfer-Encoding
9+
* Gracefully close sessions when stopping Server
10+
111
1.5.0
212
* JDK 17 support. Workaround `setAccessible` restrictions
313
* New BPF map types

pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0</version>
7+
<version>1.6.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)