Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 04:15
· 36 commits to master since this release
c695f4c

API changes ✨:

  • #156: Allow null progress argument in all async methods.
  • #160: Add support for Thumbnail/Preview download
    • Add method IMegaApiClient.DownloadFileAttribute() to download thrumbnail/preview attached to a node (jpg stream is returned)
    • Add INode.FileAttributes to get details about available file attributes

Bug fixes 🐛:

  • #155: In some circumstances MegaAesCtrStreamCrypter.Read() was throwing ArgumentException (Check and clamp buffer boundaries when buffer is not divisible by 16 )

General 🔧:

  • #165: Switch CI from AppVeyor to GH actions