File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> See the [ Change Log] ( ChangeLog.md ) for a summary of storage library changes.
4
4
5
+ ## Version 0.15.0:
6
+ - Cleaned the function signatures for GetTags() and SetTags()
7
+
5
8
## Version 0.12.0:
6
9
- Added [ ` ClientProvidedKeyOptions ` ] ( https://github.com/Azure/azure-storage-blob-go/blob/dev/azblob/request_common.go#L11 ) in function signatures.
7
10
Original file line number Diff line number Diff line change 2
2
3
3
> See [ BreakingChanges] ( BreakingChanges.md ) for a detailed list of API breaks.
4
4
5
+ ## Version 0.15.0:
6
+ - Cleaned the function signatures for GetTags() and SetTags()
7
+ - Added Support for PutBlobFromUrl
8
+ - Added MSI login example
9
+ - Offered knob to disable syslog
10
+ - Fixed issue in copierChunk by returning the original buffer to the pool
11
+ - Fixed issue where chunkwriter hangs on cancel
12
+ - Added support for Permanent Delete to remove soft-deleted versions and snapshots
13
+ - Added updates to support new user delegation SAS
14
+ - Implemented version/object level WORM
15
+ - Added rehydrate priority in SetTier
16
+ - Implemented copy source authorization for service-to-service copies
17
+
5
18
## Version 0.14.0:
6
19
- Updated [ Get Blob Tags] ( https://docs.microsoft.com/en-us/rest/api/storageservices/get-blob-tags ) and [ Set Blob Tags] ( https://docs.microsoft.com/en-us/rest/api/storageservices/set-blob-tags ) function signatures
7
20
- Added [ Put Blob From URL] ( https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob-from-url )
Original file line number Diff line number Diff line change 1
1
package azblob
2
2
3
- const serviceLibVersion = "0.14 "
3
+ const serviceLibVersion = "0.15 "
You can’t perform that action at this time.
0 commit comments