Releases: StormHub/NetUV
Releases · StormHub/NetUV
0.1.140.0 Preview
- Added composite buffers support to avoid copy.
- Added unsafe buffers to improve performance.
- Improved native Libuv interop performance.
0.1.125.0 Preview
- Fixed EventLoop start up
- Fixed ReadableBuffer read bytes issue.
0.1.120.0 Preview
- Upgraded to Libuv 1.10.0
- Target net standard 1.6
- Added IPC pipe functions for passing handles to different loops.
0.1.112.0 Preview
- Made stream handle write public.
- Added read string by delimiter to writable buffer.
- Removed some redundant validations to improve performance.
0.1.105.0 Preview
- Empty UDP packages are correctly filtered out.
- Fixed a byte buffer read validation error.
0.1.100.0 Preview
- Added client consumer interface.
- Performance improvements.
0.1.96.0 Preview
- Migrated to .NET Core 1.0.1 release.
- Target .Net Standard 1.3 to support all platforms.
0.1.87Preview
- Fixed error handling for .NET Core on Linux platforms.
- Added handle status check for Async handle.
0.1.19Preview
- 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.
0.1.0 Initial preview
0.1.0 Initial preview