From 615b80adbd36783747ee7e3ce7209887816402d8 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Mon, 25 Apr 2022 15:59:17 +0000 Subject: [PATCH] Update docs metadata --- docs-ref-services/latest/cosmos-readme.md | 12 ++++++------ metadata/latest/azure-cosmos.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs-ref-services/latest/cosmos-readme.md b/docs-ref-services/latest/cosmos-readme.md index bd028732e2da5..59e39fec9596b 100644 --- a/docs-ref-services/latest/cosmos-readme.md +++ b/docs-ref-services/latest/cosmos-readme.md @@ -3,14 +3,14 @@ title: Azure CosmosDB Client Library for Java keywords: Azure, java, SDK, API, azure-cosmos, cosmos author: kushagraThapar ms.author: kuthapar -ms.date: 04/11/2022 +ms.date: 04/25/2022 ms.topic: reference ms.prod: azure ms.technology: azure ms.devlang: java ms.service: cosmos --- -# Azure CosmosDB Client Library for Java - Version 4.28.1 +# Azure CosmosDB Client Library for Java - Version 4.29.0 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 #### 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. -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). +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). ```xml @@ -58,7 +58,7 @@ add the direct dependency to your project as follows. com.azure azure-cosmos - 4.28.1 + 4.29.0 ``` [//]: # ({x-version-update-end}) @@ -70,7 +70,7 @@ Refer to [javadocs][api_documentation] for more details on the package ### Prerequisites - [Java Development Kit (JDK) with version 8 or above][jdk] -- 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) +- 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) - (Optional) SLF4J is a logging facade. - (Optional) [SLF4J binding](https://www.slf4j.org/manual.html) is used to associate a specific logging framework with SLF4J. - (Optional) [Maven][maven] @@ -299,7 +299,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. -[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.28.1/sdk/cosmos/azure-cosmos/src +[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.29.0/sdk/cosmos/azure-cosmos/src [cosmos_introduction]: https://docs.microsoft.com/azure/cosmos-db/ [api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html [cosmos_docs]: https://docs.microsoft.com/azure/cosmos-db/introduction diff --git a/metadata/latest/azure-cosmos.json b/metadata/latest/azure-cosmos.json index 16503ec064d84..180c467311ec5 100644 --- a/metadata/latest/azure-cosmos.json +++ b/metadata/latest/azure-cosmos.json @@ -1,6 +1,6 @@ { "Name": "azure-cosmos", - "Version": "4.28.1", + "Version": "4.29.0", "DevVersion": null, "DirectoryPath": "sdk/cosmos/azure-cosmos", "ServiceDirectory": "cosmos", @@ -10,5 +10,5 @@ "SdkType": "client", "IsNewSdk": true, "ArtifactName": "azure-cosmos", - "ReleaseStatus": "2022-04-08" + "ReleaseStatus": "2022-04-22" }