diff --git a/README.md b/README.md index afd2dd694..9c24588fb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For example, using maven, you can add the following dependency to your maven pom com.microsoft.azure azure-cosmosdb - 2.6.12 + 2.6.13 ``` diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 158f87a40..3de496b3e 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -29,7 +29,7 @@ com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 azure-cosmosdb-benchmark diff --git a/changelog/README.md b/changelog/README.md index 4b256b01c..4d93bccac 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -1,3 +1,7 @@ +## 2.6.13 - 2021-01-20 +- Fixed "request headers is too long" for query plan and CRUD operations on stored procedures. +- Fixed issue with enabling openssl. + ## 2.6.12 - 2021-01-18 - Fixed an issue with excessive regional fail-overs when retrieving responses with invalid json from Gateway. diff --git a/commons-test-utils/pom.xml b/commons-test-utils/pom.xml index 17e3ecb0f..2c1c93207 100644 --- a/commons-test-utils/pom.xml +++ b/commons-test-utils/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 azure-cosmosdb-commons-test-utils Common Test Components for Testing Async SDK for SQL API of Azure Cosmos DB Service diff --git a/commons/pom.xml b/commons/pom.xml index e118ee8e3..2eeace383 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -27,7 +27,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 azure-cosmosdb-commons Common Components for Async SDK for SQL API of Azure Cosmos DB Service diff --git a/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java b/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java index 140708f6a..73ade1cce 100644 --- a/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java +++ b/commons/src/main/java/com/microsoft/azure/cosmosdb/internal/HttpConstants.java @@ -276,7 +276,7 @@ public static class Versions { // TODO: FIXME we can use maven plugin for generating a version file // @see // https://stackoverflow.com/questions/2469922/generate-a-version-java-file-in-maven - public static final String SDK_VERSION = "2.6.12"; + public static final String SDK_VERSION = "2.6.13"; public static final String SDK_NAME = "cosmosdb-java-sdk"; public static final String QUERY_VERSION = "1.0"; } diff --git a/direct-impl/pom.xml b/direct-impl/pom.xml index bc62cc5c0..c0047931e 100644 --- a/direct-impl/pom.xml +++ b/direct-impl/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-direct Azure Cosmos DB Async SDK Direct Internal Implementation - 2.6.12 + 2.6.13 Azure Cosmos DB Async SDK Direct Internal Implementation https://docs.microsoft.com/en-us/azure/cosmos-db jar diff --git a/examples/pom.xml b/examples/pom.xml index 57d4f6e6c..e0e0b8a36 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -29,7 +29,7 @@ com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 azure-cosmosdb-examples diff --git a/gateway/pom.xml b/gateway/pom.xml index bd8d7f6ee..41d79774e 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 azure-cosmosdb-gateway Common Gateway Components for Async SDK for SQL API of Azure Cosmos DB Service diff --git a/pom.xml b/pom.xml index b335ef352..48dc54c52 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 pom Azure Cosmos DB SQL API Java Async SDK (with Reactive Extension RX support) for Azure Cosmos DB SQL API diff --git a/sdk/pom.xml b/sdk/pom.xml index 12dc7071f..84fb13e92 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -27,7 +27,7 @@ SOFTWARE. com.microsoft.azure azure-cosmosdb-parent - 2.6.12 + 2.6.13 azure-cosmosdb Async SDK for SQL API of Azure Cosmos DB Service