Skip to content

Commit

Permalink
Update docs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Apr 25, 2022
1 parent c17028b commit 615b80a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs-ref-services/latest/cosmos-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
<dependencyManagement>
Expand Down Expand Up @@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.28.1</version>
<version>4.29.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -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]
Expand Down Expand Up @@ -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.

<!-- LINKS -->
[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
Expand Down
4 changes: 2 additions & 2 deletions metadata/latest/azure-cosmos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "azure-cosmos",
"Version": "4.28.1",
"Version": "4.29.0",
"DevVersion": null,
"DirectoryPath": "sdk/cosmos/azure-cosmos",
"ServiceDirectory": "cosmos",
Expand All @@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-cosmos",
"ReleaseStatus": "2022-04-08"
"ReleaseStatus": "2022-04-22"
}

0 comments on commit 615b80a

Please sign in to comment.