We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f700aa commit cfec208Copy full SHA for cfec208
1 file changed
src/site/markdown/changelog.md
@@ -10,9 +10,15 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
10
11
## Noteworthy changes
12
13
-**Users of junixsocket are strongly advised to upgrade to version 2.8.2 or newer**
+**Users of junixsocket are strongly advised to upgrade to version 2.8.3 or newer**
14
15
-### _(2023-10-27)_ **junixsocket 2.8.2**
+### _(2023-11-12)_ **junixsocket 2.8.3**
16
+
17
+- Fix concurrency issue with AFSocketServerConnector, AFSelectionKey; take two
18
+- Fix regression introduced in 2.8.2 that leaked FileDescriptors
19
+- Reduce allocation overhead during select
20
21
+### _(2023-10-27)_ **junixsocket 2.8.2** (do not use; has a regression)
22
23
- Fix concurrency issue with AFSocketServerConnector, AFSelectionKey
24
0 commit comments