First public preview release
- Removed StreamListener class and stream listen returns handles directly.
- Added a user token object to hold arbitrary objects for all handles and requests.
- Fixed an issue where FSPoll trying to get file information even error occurred.
- Fixed error handling for .NET Core on Linux platforms.
- Added handle status check for Async handle.
- Migrated to .NET Core 1.0.1 release.
- Target .Net Standard 1.3 to support all platforms.
- Added client consumer interface.
- Performance improvements.
- Empty UDP packages are correctly filtered out.
- Fixed a byte buffer read validation error.
- Made stream handle write public.
- Added read string by delimiter to writable buffer.
- Removed some redundant validations to improve performance.
- Upgraded to Libuv 1.10.0
- Target net standard 1.6
- Added IPC pipe functions for passing handles to different loops.
- Fixed EventLoop start up
- Fixed ReadableBuffer read bytes issue.
- Added composite buffers support to avoid copy.
- Added unsafe buffers to improve performance.
- Improved native Libuv interop performance.