Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jun 28, 2024
1 parent e00c482 commit 0421228
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/site/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.

## Noteworthy changes

**Users of junixsocket are strongly advised to upgrade to version 2.9.1 or newer**
**Users of junixsocket are strongly advised to upgrade to version 2.10.0 or newer**

### _(2024-XX-XX)_ **junixsocket 2.10.0**

- Fix compatibility with Java 7
- Fix error handling for non-blocking operations on Windows
- Fix interoperability of junixsocket-mysql and GraalVM native-image
- Fix socket-closed state upon exceptions indicating a closed socket descriptor
- Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)
- Improve selftest stability and logging
- Add more tests for mysql interoperability, optionally include mysql tests in selftest
- Building now requires Java 21 or newer
- Add NotConnectedSocketException
- Building now requires Java 21, Maven 3.8.8 or newer
- Update build-time dependencies
- Code cleanup

### _(2024-04-05)_ **junixsocket 2.9.1**

Expand Down

0 comments on commit 0421228

Please sign in to comment.