Skip to content

Commit 3efca72

Browse files
authored
Merge pull request #138 from Azure/dev
Release 0.7.0
2 parents 8a1deee + e66a811 commit 3efca72

39 files changed

+9329
-116
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- "1.11"
3+
- "1.12.1"
44
script:
55
- export GO111MODULE=on
66
- GOOS=linux go build ./azblob

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
44
5+
## Version 0.7.0:
6+
- Added the ability to obtain User Delegation Keys (UDK)
7+
- Added the ability to create User Delegation SAS tokens from UDKs
8+
- Added support for generating and using blob snapshot SAS tokens
9+
- General secondary host improvements
10+
511
## Version 0.3.0:
612
- Removed most panics from the library. Several functions now return an error.
713
- Removed 2016 and 2017 service versions.

Gopkg.lock

100755100644
+246-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
[[constraint]]
2929
name = "github.com/Azure/azure-pipeline-go"
30-
version = "0.1.7"
30+
version = "0.2.1"
3131

3232
[[constraint]]
3333
branch = "v1"

0 commit comments

Comments
 (0)