File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.0 h1:+m0M/LFxN43KvUL
66github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 h1:ywEEhmNahHBihViHepv3xPBn1663uRv2t2q/ESv9seY =
77github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 /go.mod h1:iZDifYGJTIgIIkYRNWPENUnqx6bJ2xnSDFI2tjwZNuY =
88github.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 =
1111github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM =
1212github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 h1:kYRSnvJju5gYVyhkij+RTJ/VR6QIUaCfWeaFm2ycsjQ =
1313github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ package exported
88
99const (
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)
You can’t perform that action at this time.
0 commit comments