diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af8614..ca8ee1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +1.5.0 + * JDK 17 support. Workaround `setAccessible` restrictions + * New BPF map types + * `SOCK_SEQPACKET` support + * `sendMsg`/`recvMsg` for passing descriptors over a UNIX domain socket + * Serializer generator now tolerates missing class files + * Fixed serialization of private Records + * Optimize `Utf8.read` for Compact Strings + * Customizable strategy for reusing OffheapMap entries + * Allow custom reference tags in serialization streams + * Fixed overflow bugs in `ObjectInput(Output)Channel` + * A method to open all JDK modules + * `Json.fromJson` with a given Class or Type + * A few new methods in HTTP API + * Migrated to ASM 9 + * Reduced size of libonenio binary + 1.4.0 * eBPF and extended perf_events support * HttpClient fixes diff --git a/pom.xml b/pom.xml index 2b12bc9..a9fe139 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ru.odnoklassniki one-nio jar - 1.4.0 + 1.5.0 one-nio https://github.com/odnoklassniki/one-nio Unconventional Java I/O library