Remove Aug rel. Merge Cosmos java 4.2 with July (#1557)

This commit is contained in:
Jon Gallant 2020-07-15 12:16:43 -07:00 коммит произвёл GitHub
Родитель c13bbc6276
Коммит 6b2360cf24
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 19 добавлений и 234 удалений

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

@ -6,8 +6,6 @@ entries:
url: /releases/latest/index.html
- title: 2020 Releases
folderitems:
- title: August
url: /releases/2020-08/index.html
- title: July
url: /releases/2020-07/index.html
- title: June

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

@ -91,7 +91,7 @@ To use the GA and beta libraries, refer to the Maven dependency information belo
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@ -218,6 +218,24 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here
- Added `JsonNode`, and subclasses, which are strongly type representations of a JSON tree.
- Added `GeoJSON` classes and serializers.
### Azure Cosmos ([Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos/CHANGELOG.md#420-2020-07-14))
## 4.2.0 (2020-07-14)
### New Features
- Added script logging enabled API to `CosmosStoredProcedureRequestOptions`.
- Updated `DirectConnectionConfig` default `idleEndpointTimeout` to 1h and default `connectTimeout` to 5s.
### Key Bug Fixes
- Fixed issue where `GatewayConnectionConfig` `idleConnectionTimeout` was overriding `DirectConnectionConfig` `idleConnectionTimeout`.
- Fixed `responseContinuationTokenLimitInKb` get and set APIs in `CosmosQueryRequestOptions`.
- Fixed issue in query and change feed when recreating the collection with same name.
- Fixed issue with top query throwing ClassCastException.
- Fixed issue with order by query throwing NullPointerException.
- Fixed issue in handling of cancelled requests in direct mode causing reactor `onErrorDropped` being called.
### Azure Cosmos ([Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos/CHANGELOG.md#410-2020-06-25))
## 4.1.0 (2020-06-25)

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

@ -1,48 +0,0 @@
---
title: Azure SDK for .NET (August 2020)
layout: post
tags: dotnet
sidebar: releases_sidebar
repository: azure/azure-sdk-for-net
---
The Azure SDK team is pleased to announce our August 2020 client library releases.
#### GA
- _Add packages_
#### Updates
- _Add packages_
#### Preview
- _Add packages_
## Installation Instructions
To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal:
```bash
$> dotnet install PACKAGE --version whatever
```
## Feedback
If you have a bug or feature request for one of the libraries, please [file an issue in our repo](https://github.com/Azure/azure-sdk-for-net/issues/new/choose).
## Changelog
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### _Package name_
- Major changes only!!!
## Latest Releases
{% assign packages = site.data.releases.latest.dotnet-packages %}
{% include dotnet-packages.html %}
{% include refs.md %}

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

@ -1,13 +0,0 @@
---
title: Azure SDK (August 2020)
layout: post
tags: release
sidebar: releases_sidebar
---
## Release notes
* [.NET](dotnet.md)
* [Java](java.md)
* [JavaScript](js.md)
* [Python](python.md)

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

@ -1,74 +0,0 @@
---
title: Azure SDK for Java (August 2020)
layout: post
tags: java azure
sidebar: releases_sidebar
repository: azure/azure-sdk-for-java
---
The Azure SDK team is pleased to announce our August 2020 client library releases.
#### GA
- _Add packages_
#### Updates
- Azure-Cosmos
#### Preview
- _Add packages_
## Installation Instructions
To use the GA and beta libraries, refer to the Maven dependency information below, which may be copied into your projects Maven `pom.xml` file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.2.0</version>
</dependency>
```
## Feedback
If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-java/issues).
## Changelog
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### Azure Cosmos ([Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos/CHANGELOG.md#420-2020-07-14))
## 4.2.0 (2020-07-14)
### New Features
- Added script logging enabled API to `CosmosStoredProcedureRequestOptions`.
- Updated `DirectConnectionConfig` default `idleEndpointTimeout` to 1h and default `connectTimeout` to 5s.
### Key Bug Fixes
- Fixed issue where `GatewayConnectionConfig` `idleConnectionTimeout` was overriding `DirectConnectionConfig` `idleConnectionTimeout`.
- Fixed `responseContinuationTokenLimitInKb` get and set APIs in `CosmosQueryRequestOptions`.
- Fixed issue in query and change feed when recreating the collection with same name.
- Fixed issue with top query throwing ClassCastException.
- Fixed issue with order by query throwing NullPointerException.
- Fixed issue in handling of cancelled requests in direct mode causing reactor `onErrorDropped` being called.
## Need help
- For reference documentation visit the [Azure SDK for Java documentation](https://azure.github.io/azure-sdk-for-java/).
- For tutorials, samples, quick starts and other documentation, visit [Azure for Java Developers](https://docs.microsoft.com/java/azure/).
- For build reports on code quality, test coverage, etc, visit [Azure Java SDK](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/index.html).
- File an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-java/issues/new/choose).
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure-java-sdk) or ask new ones on StackOverflow using `azure-java-sdk` tag.
## Latest Releases
{% assign packages = site.data.releases.latest.java-packages %}
{% include java-packages.html %}
{% include refs.md %}

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

@ -1,48 +0,0 @@
---
title: Azure SDK for JavaScript (August 2020)
layout: post
tags: javascript typescript
sidebar: releases_sidebar
repository: azure/azure-sdk-for-js
---
The Azure SDK team is pleased to make available the August 2020 client library release.
#### GA
- _Add packages_
#### Updates
- _Add packages_
#### Preview
- _Add packages_
## Installation Instructions
To install the packages, copy and paste the below into a terminal.
```bash
$> npm install @azure/package-name
```
## Feedback
If you have a bug or feature request for one of the libraries, please post an issue at the [azure-sdk-for-js repository](https://github.com/azure/azure-sdk-for-js/issues)
## Changelog
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### _Package name_
- Major changes only!
## Latest Releases
{% assign packages = site.data.releases.latest.js-packages %}
{% include js-packages.html %}
{% include refs.md %}

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

@ -1,48 +0,0 @@
---
title: Azure SDK for Python (August 2020)
layout: post
tags: python
sidebar: releases_sidebar
repository: azure/azure-sdk-for-python
---
The Azure SDK team is pleased to make available the August 2020 client library release.
#### GA
- _Add packages_
#### Updates
- _Add packages_
#### Preview
- _Add packages_
## Installation Instructions
To install the latest preview version of the packages, copy and paste the following commands into a terminal:
```bash
$> pip install azure-packagename
```
## Feedback
If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-python/issues).
## Changelog
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### _Package name_
- Major changes only!
## Latest Releases
{% assign packages = site.data.releases.latest.python-packages %}
{% include python-packages.html %}
{% include refs.md %}