Releases: Azure/azure-storage-file-go
Releases · Azure/azure-storage-file-go
Azure Storage File Go SDK v0.8.0
- Allow more time formats for SAS
- Enable recovering from an unexpectedEOF error
Azure Storage File Go SDK v0.7.0
- Add support for permissions
- Add support for SMB properties
Azure Storage File Go SDK v0.6.0
- Added support for UploadRangeFromURL
Azure Storage File Go SDK v0.5.0
- Align jitter calculations exactly to blob SDK
- General secondary host improvements
- Log error body
Azure Storage File Go SDK v0.4.1
- Updated module settings.
Azure Storage File Go SDK v0.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-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
- 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
- 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
- Initial public preview release of Azure Storage File SDK for Go