Skip to content

Release 3.0

Choose a tag to compare

@pschichtel pschichtel released this 25 Mar 23:57
· 293 commits to master since this release
24bb696

Version 3.0

Plenty of Breaking Changes

  • Split the library into two modules: javacan-core and javacan-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