Skip to content

Commit 3165aad

Browse files
authored
Updated version for 0.15 and added changelog (#323)
1 parent 69bf9eb commit 3165aad

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

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)

azblob/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package azblob
22

3-
const serviceLibVersion = "0.14"
3+
const serviceLibVersion = "0.15"

0 commit comments

Comments
 (0)