Skip to content

Commit e8da1cb

Browse files
Changelog and version upgrades for stg 96 preview (#23931)
* changelog and version upgrades for preview * change release date
1 parent 0443c04 commit e8da1cb

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

sdk/storage/azblob/CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# Release History
22

3-
## 1.5.1 (Unreleased)
3+
## 1.6.0-beta.1 (2025-01-13)
44

55
### Features Added
66
* Added permissions & resourcetype parameters in listblob response.
77
* Added BlobProperties field in BlobPrefix definition in listblob response.
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210
* Fix FilterBlob API if Query contains a space character. Fixes [#23546](https://github.com/Azure/azure-sdk-for-go/issues/23546)
1311

14-
### Other Changes
15-
1612
## 1.5.0 (2024-11-13)
1713

1814
### Features Added

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

+1-1
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/azblob"
11-
ModuleVersion = "v1.5.1"
11+
ModuleVersion = "v1.6.0-beta.1"
1212
)

sdk/storage/azfile/CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.4.1 (Unreleased)
3+
## 1.5.0-beta.1 (2025-01-13)
44

55
### Features Added
66
* Add Premium access tier to Files Shares
77
* Provisioned v2 billing model for Azure files
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.4.0 (2024-11-13)
1610

1711
### Features Added

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

+1-1
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/azfile"
11-
ModuleVersion = "v1.4.1"
11+
ModuleVersion = "v1.5.0-beta.1"
1212
)

0 commit comments

Comments
 (0)