File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0 .1 (Unreleased )
3
+ ## 1.1.0-beta .1 (2024-01-10 )
4
4
5
5
### Features Added
6
6
* Encryption Scope For SAS
7
7
* CPK for Datalake
8
8
* Create SubDirectory Client
9
9
* Service Version upgrade to 2021-06-08
10
10
11
- ### Breaking Changes
12
-
13
11
### Bugs Fixed
14
12
15
13
* Block ` SharedKeyCredential ` authentication mode for non TLS protected endpoints. Fixes [ #21841 ] ( https://github.com/Azure/azure-sdk-for-go/issues/21841 ) .
16
14
17
15
### Other Changes
18
- * Updated version of azblob to 1.2.1
16
+ * Updated version of azblob to ` 1.3.0-beta.1 `
19
17
* Updated azcore version to ` 1.9.1 ` and azidentity version to ` 1.4.0 ` .
20
18
21
19
## 1.0.0 (2023-10-18)
28
26
29
27
### Features Added
30
28
31
- * This is the initial preview release of the ` azdatalake ` library
29
+ * This is the initial preview release of the ` azdatalake ` library
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1
7
7
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
8
8
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1
9
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2 .1
9
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0-beta .1
10
10
github.com/stretchr/testify v1.8.4
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0/go.mod h1:1fXstnBMas5kzG
5
5
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 h1:6oNBlSdi1QqM1PNW7FPA6xOGA5UNsXnkaYZz9vdPGhA =
6
6
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 /go.mod h1:s4kgfzA0covAXNicZHDMN58jExvcng2mC/DepXiF1EI =
7
7
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0 h1:AifHbc4mg0x9zW52WOpKbsHaDKuRhlI7TVl47thgQ70 =
8
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2. 1 h1:AMf7YbZOZIW5b66cXNHMWWT/zkjhz5+a+k/3x40EO7E =
9
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2 .1 /go.mod h1:uwfk06ZBcvL/g4VHNjurPfVln9NMbsk2XIZxJ+hu81k =
8
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0-beta. 1 h1:tAJ+HBDRqjXv0TC2qVCk/FWezBU8OKifQ19cUeNXM9M =
9
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0-beta .1 /go.mod h1:uwfk06ZBcvL/g4VHNjurPfVln9NMbsk2XIZxJ+hu81k =
10
10
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 h1:WpB/QDNLpMw72xHJc34BNNykqSOeEJDAWkhf0u12/Jk =
11
11
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
12
12
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ package exported
8
8
9
9
const (
10
10
ModuleName = "azdatalake"
11
- ModuleVersion = "v1.0 .1"
11
+ ModuleVersion = "v1.1.0-beta .1"
12
12
)
You can’t perform that action at this time.
0 commit comments