Skip to content

Commit

Permalink
Merge pull request Azure#324 from Azure/dev
Browse files Browse the repository at this point in the history
0.15 Release
  • Loading branch information
zezha-msft authored Apr 28, 2022
2 parents b32b5e3 + 3165aad commit a95cc93
Show file tree
Hide file tree
Showing 49 changed files with 3,070 additions and 10,099 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,5 @@ __pycache__/

vendor/
*.env

*.bin
3 changes: 3 additions & 0 deletions BreakingChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

> See the [Change Log](ChangeLog.md) for a summary of storage library changes.
## Version 0.15.0:
- Cleaned the function signatures for GetTags() and SetTags()

## Version 0.12.0:
- Added [`ClientProvidedKeyOptions`](https://github.com/Azure/azure-storage-blob-go/blob/dev/azblob/request_common.go#L11) in function signatures.

Expand Down
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
## Version 0.15.0:
- Cleaned the function signatures for GetTags() and SetTags()
- Added Support for PutBlobFromUrl
- Added MSI login example
- Offered knob to disable syslog
- Fixed issue in copierChunk by returning the original buffer to the pool
- Fixed issue where chunkwriter hangs on cancel
- Added support for Permanent Delete to remove soft-deleted versions and snapshots
- Added updates to support new user delegation SAS
- Implemented version/object level WORM
- Added rehydrate priority in SetTier
- Implemented copy source authorization for service-to-service copies

## Version 0.14.0:
- 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
- Added [Put Blob From URL](https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob-from-url)
Expand Down
Loading

0 comments on commit a95cc93

Please sign in to comment.