Release 3.0
pschichtel
released this
25 Mar 23:57
·
263 commits
to master
since this release
Version 3.0
Plenty of Breaking Changes
- Split the library into two modules:
javacan-core
andjavacan-epoll
- Drop runtime architecture detection in favor of per-architecture classified jars with the native library
- Replaced the SelectableChannel and Selector implementations by a very similar yet different set of interfaces based around IOSelector
- Various other small improvements