Skip to content

Commit

Permalink
Updated version for 0.15 and added changelog (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
zezha-msft committed Apr 28, 2022
1 parent 69bf9eb commit 3165aad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion azblob/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package azblob

const serviceLibVersion = "0.14"
const serviceLibVersion = "0.15"

0 comments on commit 3165aad

Please sign in to comment.