You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure CosmosDB Client Library for Java - Version 4.29.0
13
+
# Azure CosmosDB Client Library for Java - Version 4.29.1
14
14
15
15
16
16
Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage.
@@ -24,7 +24,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api
24
24
#### Include the BOM file
25
25
26
26
Please include the azure-sdk-bom to your project to take dependency on GA version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
27
-
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.0/sdk/boms/azure-sdk-bom/README.md).
27
+
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.1/sdk/boms/azure-sdk-bom/README.md).
28
28
29
29
```xml
30
30
<dependencyManagement>
@@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
58
58
<dependency>
59
59
<groupId>com.azure</groupId>
60
60
<artifactId>azure-cosmos</artifactId>
61
-
<version>4.29.0</version>
61
+
<version>4.29.1</version>
62
62
</dependency>
63
63
```
64
64
[//]: #({x-version-update-end})
@@ -299,7 +299,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
299
299
or contact [[email protected]][coc_contact] with any additional questions or comments.
0 commit comments