Skip to content

Releases: Azure/azure-storage-file-go

Azure Storage File Go SDK v0.8.0

01 Jul 01:10
1089cdb
Compare
Choose a tag to compare
Pre-release
  • Allow more time formats for SAS
  • Enable recovering from an unexpectedEOF error

Azure Storage File Go SDK v0.7.0

10 Apr 02:22
60947e6
Compare
Choose a tag to compare
Pre-release
  • Add support for permissions
  • Add support for SMB properties

Azure Storage File Go SDK v0.6.0

27 Sep 22:43
825ad79
Compare
Choose a tag to compare
Pre-release
  • Added support for UploadRangeFromURL

Azure Storage File Go SDK v0.5.0

28 Jun 22:17
7eb2ce7
Compare
Choose a tag to compare
Pre-release
  • Align jitter calculations exactly to blob SDK
  • General secondary host improvements
  • Log error body

Azure Storage File Go SDK v0.4.1

08 Jan 12:24
Compare
Choose a tag to compare
Pre-release
- Updated module settings.

Azure Storage File Go SDK v0.4.0

08 Jan 08:35
Compare
Choose a tag to compare
Pre-release
- [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-07-29 folder. And changed to use module support for versioning.
- 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.

Azure Storage File Go SDK v0.3.0

06 Sep 08:02
Compare
Choose a tag to compare
Pre-release
  • Redact sig query parameter in copy source header.
  • Optimize retry logics that better handles net.Error and fix the context leak.
  • Update content md5 definitions.
  • Use latest spec and autorest generated code which optimized error handling and metadata validation.
  • Other optimizations done through aligning to blob SDK.
  • Optimize examples using azfile package as customer do.
  • Add CI support.
  • Add issue template.
  • Remove swagger spec, which is language agnostic.

Azure Storage File Go SDK v0.2.0

10 Jul 08:30
9227fd2
Compare
Choose a tag to compare
Pre-release
  • Add IP endpoint style URL parsing util.
  • Optimize method naming.
  • Apply latest auto-rest generated code.
  • Add error code getter in response helper.
  • Fix file downloading issue could happen during canceling.
  • Add dep to optimize dependency management.

Azure Storage File Go SDK v0.1.0

28 Apr 08:33
c9dca3b
Compare
Choose a tag to compare
Pre-release
  • Initial public preview release of Azure Storage File SDK for Go