Skip to content

Commit

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

## Noteworthy changes

### _(2023-08-04)_ **junixsocket 2.7.0**
**Users of junixsocket are strongly advised to upgrade to version 2.7.0 or newer**

### _(2023-09-09)_ **junixsocket 2.7.1**

**Users of junixsocket are strongly advised to upgrade to this version**
- Fix openDatagramChannelPair (was using STREAM instead of DGRAM), add AFSocketType support
- Improve SelectionKey logic, reduce locking/GC overhead
- Improve "unsupported operation" handling in native code
- Improve handling of "test aborted, but not really an issue"
- Add unit tests for Jetty 12
- Code cleanup, update dependencies

### _(2023-08-04)_ **junixsocket 2.7.0**

- New supported platform (out of the box): Android (aarch64, arm-linux-androideabi, x86_64, i686)
- New platforms that can be used when building the native library from source: Haiku, IBM z/TPF
Expand Down

0 comments on commit b964bc6

Please sign in to comment.