azure-storage-file-go/ChangeLog.md

1.3 KiB

Change Log

See BreakingChanges for a detailed list of API breaks.

Version 0.8.0:

  • Allow more time formats for SAS
  • Enable recovering from an unexpectedEOF error

Version 0.7.0:

  • Add support for permissions
  • Add support for SMB properties

Version 0.6.0:

  • Added support for UploadRangeFromURL

Version 0.5.0:

  • Align jitter calculations exactly to blob SDK
  • General secondary host improvements
  • Log error body

Version 0.4.1:

  • Updated module settings.

Version 0.4.0:

  • [Breaking] Upgraded service version to 2018-03-28. Upgraded to latest protocol layer's models.
  • [Breaking] Optimized error reporting and minimized panics. Removed most panics from the library. Several functions now return an error.
  • [Breaking] Removed 2017 service version.
  • Added support for module.
  • Added forced retries and optional retry logging to retry reader.
  • Fixed the service SAS to support specifying query params to override response headers.
  • Fixed an issue that specify type of constant FileMaxSizeInBytes to support 32-bit build.
  • Optimized SASQueryParameters to support time format YYYY-MM-DDThh:mmZ and YYYY-MM-DD for signedstart and signedexpiry.
  • Optimized the mmf related code which switched to x/sys due to deprecation of syscall.