Skip to content

Release Notes - 3.4.9

Compare
Choose a tag to compare
@dahall dahall released this 03 Oct 20:02
· 674 commits to master since this release

Additions

  • Added BackgroundCopyJobCollection indexer for a job's display name.
  • Added more WinSock2 struct conversion methods
  • Added SafeHDRT smart handle.
  • Added AF_UNSPEC handler for implicit conversion from SOCKADDR to SOCKADDR_IN (#321)

Fixes

  • Fixed Kernel32.MapViewOfFileEx parameter #316
  • Fixed bug in SafeAnysizeStructBase that couldn't process string arrays. Root cause of #315.
  • Refactored BackgroundCopyJob events so that use the system resources more efficiently and don't allocate resources until subscribed. This doesn't fix #314, but does provide accurate exceptions to the dev when subscribing.
  • Fixed #318 and added simple test for HttpApi
  • Fixed problem with VirtualDisk async methods not showing progress correctly (#317). Due to threading issue.
  • Removed implicit operators with SafeLPXSTR classes to prevent compiler confusion
  • BREAKING CHANGE: Fixed marshaling problem with HTTP_DATA_CHUNK (#320)
  • Forcefully dispose WindowsIdentity as suggested by @OwnageIsMagic
  • Updated BackgroundCopyJob to force all errors related to event subscription due to permissions into the event add process and (BREAKING CHANGE) removed calls to Complete and Cancel within Dispose method to prevent unintended consquences.
  • Work on Command Line Notification per #314
  • Fixed problem with SendMessage overload that used a ref struct as final param (#322)
  • Fixed problem with definition of SYMBOL_INFO not working when passed by ref (#324)