Skip to content

Commit a44e152

Browse files
Release storage stg96 azdatalake preview (Azure#23957)
* changelog and version upgrades for preview * go mod tidy * release prep script
1 parent b11c1a5 commit a44e152

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

sdk/storage/azdatalake/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.4.0-beta.1 (2025-01-15)
4+
5+
### Other Changes
6+
* Updated `azblob` version to `v1.6.0-beta.1`
7+
8+
## 1.3.0 (2024-11-13)
9+
10+
### Features Added
11+
* Fix compareHeaders custom sorting algorithm for String To Sign.
12+
313
## 1.3.0-beta.1 (2024-10-23)
414

515
### Other Changes

sdk/storage/azdatalake/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
77
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
88
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
9-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
9+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0-beta.1
1010
github.com/stretchr/testify v1.10.0
1111
)
1212

sdk/storage/azdatalake/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.0 h1:+m0M/LFxN43KvUL
66
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 h1:ywEEhmNahHBihViHepv3xPBn1663uRv2t2q/ESv9seY=
77
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0/go.mod h1:iZDifYGJTIgIIkYRNWPENUnqx6bJ2xnSDFI2tjwZNuY=
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0 h1:PiSrjRPpkQNjrM8H0WwKMnZUdu1RGMtd/LdGKUrOo+c=
9-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0 h1:mlmW46Q0B79I+Aj4azKC6xDMFN9a9SyZWESlGWYXbFs=
10-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0/go.mod h1:PXe2h+LKcWTX9afWdZoHyODqR4fBa5boUM/8uJfZ0Jo=
9+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0-beta.1 h1:C+L5otIUgBZ9t1t16eA274v0v1WGsTOu41k7TX4aNt0=
10+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0-beta.1/go.mod h1:cTvi54pg19DoT07ekoeMgE/taAwNtCShVeZqA+Iv2xI=
1111
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
1212
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 h1:kYRSnvJju5gYVyhkij+RTJ/VR6QIUaCfWeaFm2ycsjQ=
1313
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=

sdk/storage/azdatalake/internal/exported/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ package exported
88

99
const (
1010
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake"
11-
ModuleVersion = "v1.3.0-beta.1"
11+
ModuleVersion = "v1.4.0-beta.1"
1212
)

0 commit comments

Comments
 (0)