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.28.1
13
+
# Azure CosmosDB Client Library for Java - Version 4.29.0
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.28.1/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.0/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.28.1</version>
61
+
<version>4.29.0</version>
62
62
</dependency>
63
63
```
64
64
[//]: #({x-version-update-end})
@@ -70,7 +70,7 @@ Refer to [javadocs][api_documentation] for more details on the package
70
70
### Prerequisites
71
71
72
72
-[Java Development Kit (JDK) with version 8 or above][jdk]
73
-
- An active Azure account. If you don't have one, you can sign up for a [free account][azure_subscription]. Alternatively, you can use the [Azure Cosmos DB Emulator](https://azure.microsoft.com/documentation/articles/documentdb-nosql-local-emulator) for development and testing. As emulator https certificate is self signed, you need to import its certificate to java trusted cert store as [explained here](https://docs.microsoft.com/azure/cosmos-db/local-emulator-export-ssl-certificates)
73
+
- An active Azure account. If you don't have one, you can sign up for a [free account][azure_subscription]. Alternatively, you can use the [Azure Cosmos DB Emulator](https://docs.microsoft.com/azure/cosmos-db/local-emulator) for development and testing. As emulator https certificate is self signed, you need to import its certificate to java trusted cert store as [explained here](https://docs.microsoft.com/azure/cosmos-db/local-emulator-export-ssl-certificates)
74
74
- (Optional) SLF4J is a logging facade.
75
75
- (Optional) [SLF4J binding](https://www.slf4j.org/manual.html) is used to associate a specific logging framework with SLF4J.
76
76
- (Optional) [Maven][maven]
@@ -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