File tree 4 files changed +4
-14
lines changed
4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.5. 1 (Unreleased )
3
+ ## 1.6.0-beta. 1 (2025-01-13 )
4
4
5
5
### Features Added
6
6
* Added permissions & resourcetype parameters in listblob response.
7
7
* Added BlobProperties field in BlobPrefix definition in listblob response.
8
8
9
- ### Breaking Changes
10
-
11
9
### Bugs Fixed
12
10
* Fix FilterBlob API if Query contains a space character. Fixes [ #23546 ] ( https://github.com/Azure/azure-sdk-for-go/issues/23546 )
13
11
14
- ### Other Changes
15
-
16
12
## 1.5.0 (2024-11-13)
17
13
18
14
### Features Added
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ package exported
8
8
9
9
const (
10
10
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob"
11
- ModuleVersion = "v1.5 .1"
11
+ ModuleVersion = "v1.6.0-beta .1"
12
12
)
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.4. 1 (Unreleased )
3
+ ## 1.5.0-beta. 1 (2025-01-13 )
4
4
5
5
### Features Added
6
6
* Add Premium access tier to Files Shares
7
7
* Provisioned v2 billing model for Azure files
8
8
9
- ### Breaking Changes
10
-
11
- ### Bugs Fixed
12
-
13
- ### Other Changes
14
-
15
9
## 1.4.0 (2024-11-13)
16
10
17
11
### Features Added
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ package exported
8
8
9
9
const (
10
10
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/storage/azfile"
11
- ModuleVersion = "v1.4 .1"
11
+ ModuleVersion = "v1.5.0-beta .1"
12
12
)
You can’t perform that action at this time.
0 commit comments