File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 208
208
<dependency >
209
209
<groupId >com.azure</groupId >
210
210
<artifactId >azure-data-tables</artifactId >
211
- <version >12.4.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
211
+ <version >12.3.15 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
212
212
</dependency >
213
213
<dependency >
214
214
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
109
109
com.azure:azure-data-schemaregistry;1.3.9;1.4.0-beta.3
110
110
com.azure:azure-data-schemaregistry-apacheavro;1.1.9;1.2.0-beta.3
111
111
com.azure:azure-data-schemaregistry-jsonschema;1.0.0-beta.1;1.0.0-beta.1
112
- com.azure:azure-data-tables;12.3.14;12.4.0-beta.1
112
+ com.azure:azure-data-tables;12.3.14;12.3.15
113
113
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
114
114
com.azure:azure-digitaltwins-core;1.3.12;1.4.0-beta.1
115
115
com.azure:azure-developer-devcenter;1.0.0-beta.2;1.0.0-beta.3
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >com.azure</groupId >
27
27
<artifactId >azure-data-tables</artifactId >
28
- <version >12.4.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
28
+ <version >12.3.15 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 12.4.0-beta.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
3
+ ## 12.3.15 (2023-09-13)
8
4
9
5
### Bugs Fixed
10
- - Fixed bug where delete entities did not work on entities with empty primary keys.
6
+ - Fixed bug where delete entity did not work on entities with empty primary keys.[ (33390)] ( https://github.com/Azure/azure-sdk-for-java/issues/36690 )
7
+ - Fixed bug where get entity did not work on entities with empty primary keys.
11
8
12
9
### Other Changes
13
10
- Migrate test recordings to assets repo
14
11
12
+ #### Dependency Updates
13
+
14
+ - Upgraded ` azure-core-http-netty ` from ` 1.13.6 ` to version ` 1.13.7 ` .
15
+ - Upgraded ` azure-core ` from ` 1.42.0 ` to version ` 1.43.0 ` .
16
+
15
17
## 12.3.14 (2023-08-18)
16
18
17
19
### Other Changes
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ add the direct dependency to your project as follows.
46
46
<dependency >
47
47
<groupId >com.azure</groupId >
48
48
<artifactId >azure-data-tables</artifactId >
49
- <version >12.3.13 </version >
49
+ <version >12.3.15 </version >
50
50
</dependency >
51
51
```
52
52
[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Licensed under the MIT License.
14
14
15
15
<groupId >com.azure</groupId >
16
16
<artifactId >azure-data-tables</artifactId >
17
- <version >12.4.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
17
+ <version >12.3.15 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
18
18
<name >Microsoft Azure client library for Azure Tables</name >
19
19
<description >This package contains the client library for Microsoft Azure Tables.</description >
20
20
<url >https://github.com/Azure/azure-sdk-for-java</url >
You can’t perform that action at this time.
0 commit comments