Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.34 KB

RELEASE_NOTES.md

File metadata and controls

42 lines (33 loc) · 1.34 KB

0.1.0 February 25 2017

First public preview release

0.1.19 March 2 2017

  • 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.87 March 11 2017

  • Fixed error handling for .NET Core on Linux platforms.
  • Added handle status check for Async handle.

0.1.96.0 March 18 2017

  • Migrated to .NET Core 1.0.1 release.
  • Target .Net Standard 1.3 to support all platforms.

0.1.100.0 April 1 2017

  • Added client consumer interface.
  • Performance improvements.

0.1.105 May 3 2017

  • Empty UDP packages are correctly filtered out.
  • Fixed a byte buffer read validation error.

0.1.112 June 11 2017

  • Made stream handle write public.
  • Added read string by delimiter to writable buffer.
  • Removed some redundant validations to improve performance.

0.1.120 August 2 2017

  • Upgraded to Libuv 1.10.0
  • Target net standard 1.6
  • Added IPC pipe functions for passing handles to different loops.

0.1.125 August 17 2017

  • Fixed EventLoop start up
  • Fixed ReadableBuffer read bytes issue.

0.1.140 January 5 2018

  • Added composite buffers support to avoid copy.
  • Added unsafe buffers to improve performance.
  • Improved native Libuv interop performance.