Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Jul 25, 2021
1 parent e5864f7 commit 1456212
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.2</version>
<version>1.4.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 1456212

Please sign in to comment.