This commit is contained in:
azure-sdk 2024-03-26 02:24:42 +00:00
Родитель 02f371e31f
Коммит aab167b5ca
2 изменённых файлов: 7 добавлений и 9 удалений

Просмотреть файл

@ -1,12 +1,12 @@
--- ---
title: Azure Cosmos DB Client Library for Java title: Azure Cosmos DB Client Library for Java
keywords: Azure, java, SDK, API, azure-cosmos, cosmos keywords: Azure, java, SDK, API, azure-cosmos, cosmos
ms.date: 02/21/2024 ms.date: 03/26/2024
ms.topic: reference ms.topic: reference
ms.devlang: java ms.devlang: java
ms.service: cosmos ms.service: cosmos
--- ---
# Azure Cosmos DB Client Library for Java - version 4.56.0 # Azure Cosmos DB Client Library for Java - version 4.57.0
Azure Cosmos DB is Microsofts globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage. Azure Cosmos DB is Microsofts globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage.
@ -20,7 +20,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api
#### Include the BOM file #### Include the BOM file
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. 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.
To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.56.0/sdk/boms/azure-sdk-bom/README.md). To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.57.0/sdk/boms/azure-sdk-bom/README.md).
```xml ```xml
<dependencyManagement> <dependencyManagement>
@ -49,15 +49,13 @@ and then include the direct dependency in the dependencies section without the v
#### Include direct dependency #### Include direct dependency
If you want to take dependency on a particular version of the library that is not present in the BOM, If you want to take dependency on a particular version of the library that is not present in the BOM,
add the direct dependency to your project as follows. add the direct dependency to your project as follows.
[//]: # ({x-version-update-start;com.azure:azure-cosmos;current})
```xml ```xml
<dependency> <dependency>
<groupId>com.azure</groupId> <groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId> <artifactId>azure-cosmos</artifactId>
<version>4.56.0</version> <version>LATEST</version>
</dependency> </dependency>
``` ```
[//]: # ({x-version-update-end})
Refer to maven central for previous [releases][cosmos_maven] Refer to maven central for previous [releases][cosmos_maven]
@ -295,7 +293,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments. or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments.
<!-- LINKS --> <!-- LINKS -->
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.56.0/sdk/cosmos/azure-cosmos/src [source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.57.0/sdk/cosmos/azure-cosmos/src
[cosmos_introduction]: /azure/cosmos-db/ [cosmos_introduction]: /azure/cosmos-db/
[api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html [api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html
[cosmos_docs]: /azure/cosmos-db/introduction [cosmos_docs]: /azure/cosmos-db/introduction

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"Name": "azure-cosmos", "Name": "azure-cosmos",
"Version": "4.56.0", "Version": "4.57.0",
"DevVersion": null, "DevVersion": null,
"DirectoryPath": "sdk/cosmos/azure-cosmos", "DirectoryPath": "sdk/cosmos/azure-cosmos",
"ServiceDirectory": "cosmos", "ServiceDirectory": "cosmos",
@ -10,5 +10,5 @@
"SdkType": "client", "SdkType": "client",
"IsNewSdk": true, "IsNewSdk": true,
"ArtifactName": "azure-cosmos", "ArtifactName": "azure-cosmos",
"ReleaseStatus": "2024-02-20" "ReleaseStatus": "2024-03-25"
} }