Skip to content

Commit a95cc93

Browse files
authored
Merge pull request #324 from Azure/dev
0.15 Release
2 parents b32b5e3 + 3165aad commit a95cc93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3070
-10099
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,5 @@ __pycache__/
292292

293293
vendor/
294294
*.env
295+
296+
*.bin

BreakingChanges.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> See the [Change Log](ChangeLog.md) for a summary of storage library changes.
44
5+
## Version 0.15.0:
6+
- Cleaned the function signatures for GetTags() and SetTags()
7+
58
## Version 0.12.0:
69
- Added [`ClientProvidedKeyOptions`](https://github.com/Azure/azure-storage-blob-go/blob/dev/azblob/request_common.go#L11) in function signatures.
710

ChangeLog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
44
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+
518
## Version 0.14.0:
619
- 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
720
- Added [Put Blob From URL](https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob-from-url)

0 commit comments

Comments
 (0)