This commit is contained in:
azure-sdk 2023-08-21 22:46:30 +00:00
Родитель ad9c6f4611
Коммит 027c1cb585
6 изменённых файлов: 30 добавлений и 16 удалений

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

@ -3,7 +3,7 @@ title:
keywords: Azure, java, SDK, API, azure-cosmos-encryption, cosmos
author: kushagraThapar
ms.author: kuthapar
ms.date: 07/19/2023
ms.date: 08/21/2023
ms.topic: reference
ms.devlang: java
ms.service: cosmos
@ -22,7 +22,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -217,7 +217,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 -->
[encryption_source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos-encryption_2.3.0/sdk/cosmos/azure-cosmos-encryption/src
[encryption_source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos-encryption_2.4.0/sdk/cosmos/azure-cosmos-encryption/src
[cosmos_introduction]: /azure/cosmos-db/
[api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html
[encryption_api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos-encryption/latest/index.html
@ -233,7 +233,7 @@ or contact [opencode@microsoft.com][coc_contact] with any additional questions o
[troubleshooting]: /azure/cosmos-db/troubleshoot-java-sdk-v4-sql
[perf_guide]: /azure/cosmos-db/performance-tips-java-sdk-v4-sql?tabs=api-async
[sql_api_query]: /azure/cosmos-db/sql-api-sql-query
[getting_started_encryption]: https://github.com/Azure/azure-sdk-for-java/tree/azure-cosmos-encryption_2.3.0/sdk/cosmos/azure-cosmos-encryption/src/samples/java/com/azure/cosmos/encryption/
[getting_started_encryption]: https://github.com/Azure/azure-sdk-for-java/tree/azure-cosmos-encryption_2.4.0/sdk/cosmos/azure-cosmos-encryption/src/samples/java/com/azure/cosmos/encryption/
[quickstart]: /azure/cosmos-db/create-sql-api-java?tabs=sync
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcosmos%2Fazure-cosmos-encryption%2FREADME.png)

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

@ -3,12 +3,12 @@ title: Azure Cosmos DB Client Library for Java
keywords: Azure, java, SDK, API, azure-cosmos, cosmos
author: kushagraThapar
ms.author: kuthapar
ms.date: 08/09/2023
ms.date: 08/21/2023
ms.topic: reference
ms.devlang: java
ms.service: cosmos
---
# Azure Cosmos DB Client Library for Java - version 4.48.1
# Azure Cosmos DB Client Library for Java - version 4.49.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.
@ -22,7 +22,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.48.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.49.0/sdk/boms/azure-sdk-bom/README.md).
```xml
<dependencyManagement>
@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.48.1</version>
<version>4.49.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -297,7 +297,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.48.1/sdk/cosmos/azure-cosmos/src
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-cosmos_4.49.0/sdk/cosmos/azure-cosmos/src
[cosmos_introduction]: /azure/cosmos-db/
[api_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-cosmos/latest/index.html
[cosmos_docs]: /azure/cosmos-db/introduction

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

@ -3,12 +3,12 @@ title: Azure Cosmos Test client library for Java
keywords: Azure, java, SDK, API, azure-cosmos-test, cosmos
author: kushagraThapar
ms.author: kuthapar
ms.date: 07/19/2023
ms.date: 08/21/2023
ms.topic: reference
ms.devlang: java
ms.service: cosmos
---
# Azure Cosmos Test client library for Java - version 1.0.0-beta.4
# Azure Cosmos Test client library for Java - version 1.0.0-beta.5
Library containing core fault injection classes used to test Azure Cosmos DB SDK libraries.
@ -20,7 +20,7 @@ Library containing core fault injection classes used to test Azure Cosmos DB SDK
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-test</artifactId>
<version>1.0.0-beta.4</version>
<version>1.0.0-beta.5</version>
</dependency>
```
[//]: # ({x-version-update-end})

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

@ -1,6 +1,6 @@
{
"Name": "azure-cosmos-encryption",
"Version": "2.3.0",
"Version": "2.4.0",
"DevVersion": null,
"DirectoryPath": "sdk/cosmos/azure-cosmos-encryption",
"ServiceDirectory": "cosmos",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-cosmos-encryption",
"ReleaseStatus": "2023-07-18"
"ReleaseStatus": "2023-08-21"
}

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

@ -1,6 +1,6 @@
{
"Name": "azure-cosmos",
"Version": "4.48.1",
"Version": "4.49.0",
"DevVersion": null,
"DirectoryPath": "sdk/cosmos/azure-cosmos",
"ServiceDirectory": "cosmos",
@ -10,5 +10,5 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-cosmos",
"ReleaseStatus": "2023-08-09"
"ReleaseStatus": "2023-08-21"
}

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

@ -0,0 +1,14 @@
{
"Name": "azure-cosmos-test",
"Version": "1.0.0-beta.5",
"DevVersion": null,
"DirectoryPath": "sdk/cosmos/azure-cosmos-test",
"ServiceDirectory": "cosmos",
"ReadMePath": "sdk/cosmos/azure-cosmos-test/README.md",
"ChangeLogPath": "sdk/cosmos/azure-cosmos-test/CHANGELOG.md",
"Group": "com.azure",
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "azure-cosmos-test",
"ReleaseStatus": "2023-08-21"
}