Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Aug 16, 2020
1 parent feb1e8d commit c489841
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.3.0
* SSL improvements: RDRAND, PEER_CERTIFICATE_CHAIN, autoupdate certificates
* Extended Perf Events API, including PEBS
* Garbage free thread safe date utilities; high performance date formatter
* Serialization: collection type evolution; better JSON support
* PROXY protocol support for RPC server
* Configurable `DigestStream`
* `Thread.onSpinWait` bridge
* Custom collection converters for `ConfigParser`

1.2.1
* Enable SO_KEEPALIVE on a ServerSocket by default
* Fixed server graceful shutdown
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<groupId>ru.odnoklassniki</groupId>
<artifactId>one-nio</artifactId>
<packaging>jar</packaging>
<version>1.2.1</version>
<version>1.3.0</version>
<name>one-nio</name>
<url>https://github.com/odnoklassniki/one-nio</url>
<description>Unconventional Java I/O library</description>

0 comments on commit c489841

Please sign in to comment.