We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a690d3d commit 44acf55Copy full SHA for 44acf55
src/site/markdown/changelog.md
@@ -23,6 +23,7 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
23
- Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)
24
- Improve interopability with Java 15 UnixDomainSocketAddress and StandardProtocolFamily.UNIX
25
- Improve selftest stability and logging, more tests
26
+- Add support for ServerSocketChannel.bind(null) for AF_UNIX socket addresses.
27
- Add more tests for mysql interoperability, optionally include mysql tests in selftest
28
- Add NotConnectedSocketException, NotBoundSocketException
29
- Building now requires Java 21, Maven 3.8.8 or newer
0 commit comments