Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Nov 27, 2022
1 parent a411c94 commit 8a44214
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ru.odnoklassniki</groupId>
<artifactId>one-nio</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.6.0</version>
<name>one-nio</name>
<url>https://github.com/odnoklassniki/one-nio</url>
<description>Unconventional Java I/O library</description>
Expand Down

0 comments on commit 8a44214

Please sign in to comment.