File tree Expand file tree Collapse file tree 6 files changed +10
-12
lines changed
Expand file tree Collapse file tree 6 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 208208 <dependency >
209209 <groupId >com.azure</groupId >
210210 <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.3 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
212212 </dependency >
213213 <dependency >
214214 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ com.azure:azure-data-appconfiguration;1.3.6;1.4.0-beta.1
9696com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
9797com.azure:azure-data-schemaregistry;1.2.2;1.2.3
9898com.azure:azure-data-schemaregistry-apacheavro;1.0.2;1.0.3
99- com.azure:azure-data-tables;12.3.2;12.4.0-beta.1
99+ com.azure:azure-data-tables;12.3.2;12.3.3
100100com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
101101com.azure:azure-digitaltwins-core;1.3.0;1.3.1
102102com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >com.azure</groupId >
2727 <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.3 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
2929 </dependency >
3030 <dependency >
3131 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 12.4.0-beta.1 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
8-
9- ### Bugs Fixed
3+ ## 12.3.3 (2022-08-15)
104
115### Other Changes
126
7+ #### Dependency Updates
8+ - Upgraded ` azure-core ` dependency to ` 1.31.0 `
9+ - Upgraded ` azure-core-http-netty ` dependency to ` 1.12.4 `
10+
1311## 12.3.2 (2022-07-07)
1412
1513### 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.
4646<dependency >
4747 <groupId >com.azure</groupId >
4848 <artifactId >azure-data-tables</artifactId >
49- <version >12.3.2 </version >
49+ <version >12.3.3 </version >
5050</dependency >
5151```
5252[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Licensed under the MIT License.
1414
1515 <groupId >com.azure</groupId >
1616 <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.3 </version > <!-- {x-version-update;com.azure:azure-data-tables;current} -->
1818 <name >Microsoft Azure client library for Azure Tables</name >
1919 <description >This package contains the client library for Microsoft Azure Tables.</description >
2020 <url >https://github.com/Azure/azure-sdk-for-java</url >
You can’t perform that action at this time.
0 commit comments