Skip to content

v1.8.0

Compare
Choose a tag to compare
@gpailler gpailler released this 07 Apr 14:13
· 56 commits to master since this release
f548ef1
  • #138 / #141 - Added support for new share URL format (https://mega.nz/file/... and https://mega.nz/folder/... )

  • #135 / #143 - Changed default retry values and allow full customization of the retry delay

    • API Change : Replaced properties ApiRequestAttemps/ApiRequestDelay/ApiRequestDelayExponentialFactor with ComputeApiRequestRetryWaitDelay to allow full customization of the retry delay
    • API Change : Changed property DelayMilliseconds (int) to RetryDelay (TimeSpan) in ApiRequestFailedEventArgs
  • #139 - Added specific error for TwoFactorAuthenticationError

    • API Change : Added enum value TwoFactorAuthenticationError in ApiResultCode
  • #134 - Don't throw an exception when loading undecrypted files

  • #122 - Fixed bad SerializedFingerprint when uploading files + exposed SerializedFingerprint property

    • API Change : Added SerializedFingerprint property in INodeInfo
  • #129/#130 - Added compatibility with Unity3D IL2CPP

  • #142 - Used GitVersion for better versioning + Deliver Release version in Nuget package