File tree Expand file tree Collapse file tree 15 files changed +23
-63
lines changed
azure-storage-blob-cryptography
azure-storage-file-datalake
azure-storage-internal-avro Expand file tree Collapse file tree 15 files changed +23
-63
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.20.0-beta.1 (Unreleased )
3
+ ## 12.20.0-beta.1 (2023-08-08 )
4
4
5
5
### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
6
+ - Added support for service versions 2023-05-03 and 2023-08-03.
12
7
13
8
## 12.19.0 (2023-07-11)
14
9
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
55
55
<dependency >
56
56
<groupId >com.azure</groupId >
57
57
<artifactId >azure-storage-blob-batch</artifactId >
58
- <version >12.19.0 </version >
58
+ <version >12.20.0-beta.1 </version >
59
59
</dependency >
60
60
```
61
61
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.23.0-beta.1 (Unreleased )
3
+ ## 12.23.0-beta.1 (2023-08-08 )
4
4
5
5
### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
6
+ - Added support for service versions 2023-05-03 and 2023-08-03.
12
7
13
8
## 12.22.0 (2023-07-11)
14
9
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
57
57
<dependency >
58
58
<groupId >com.azure</groupId >
59
59
<artifactId >azure-storage-blob-cryptography</artifactId >
60
- <version >12.22.0 </version >
60
+ <version >12.23.0-beta.1 </version >
61
61
</dependency >
62
62
```
63
63
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.24.0-beta.1 (Unreleased )
3
+ ## 12.24.0-beta.1 (2023-08-08 )
4
4
5
5
### Features Added
6
+ - Added support for service versions 2023-05-03 and 2023-08-03.
6
7
- Added RehydratePendingToCold value to ArchiveStatus enum.
7
8
8
- ### Breaking Changes
9
-
10
- ### Bugs Fixed
11
-
12
- ### Other Changes
13
-
14
9
## 12.23.0 (2023-07-11)
15
10
16
11
### Features Added
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
55
55
<dependency >
56
56
<groupId >com.azure</groupId >
57
57
<artifactId >azure-storage-blob</artifactId >
58
- <version >12.23.0 </version >
58
+ <version >12.24.0-beta.1 </version >
59
59
</dependency >
60
60
```
61
61
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.23.0-beta.1 (Unreleased )
3
+ ## 12.23.0-beta.1 (2023-08-08 )
4
4
5
5
### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
6
+ - Added support for service versions 2023-05-03 and 2023-08-03.
12
7
13
8
## 12.22.0 (2023-07-11)
14
9
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
52
52
<dependency >
53
53
<groupId >com.azure</groupId >
54
54
<artifactId >azure-storage-common</artifactId >
55
- <version >12.22.0 </version >
55
+ <version >12.23.0-beta.1 </version >
56
56
</dependency >
57
57
```
58
58
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.17.0-beta.1 (Unreleased )
3
+ ## 12.17.0-beta.1 (2023-08-08 )
4
4
5
5
### Features Added
6
+ - Added support for service versions 2023-05-03 and 2023-08-03.
6
7
- Added ` DataLakeDirectoryClient.deleteRecursively() ` which allows users to delete a directory and all of its contents recursively.
7
8
- Added support for paginated directory delete when using AAD authentication. Note that this feature only applies to HNS storage accounts and when using token authentication.
8
9
9
- ### Breaking Changes
10
-
11
- ### Bugs Fixed
12
-
13
- ### Other Changes
14
-
15
10
## 12.16.0 (2023-07-11)
16
11
17
12
### Features Added
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
56
56
<dependency >
57
57
<groupId >com.azure</groupId >
58
58
<artifactId >azure-storage-file-datalake</artifactId >
59
- <version >12.16.0 </version >
59
+ <version >12.17.0-beta.1 </version >
60
60
</dependency >
61
61
```
62
62
[ // ] : # ( {x-version-update-end} )
You can’t perform that action at this time.
0 commit comments