From a79493366095e6c0b63239b39b9e760635440b9e Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Mon, 9 Sep 2019 11:41:33 -0700 Subject: [PATCH] update doc --- .../azure-appconfiguration/HISTORY.md | 6 +++++- .../azure-appconfiguration/HISTORY.rst | 9 --------- sdk/core/azure-core/HISTORY.md | 14 +++++++------- 3 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 sdk/appconfiguration/azure-appconfiguration/HISTORY.rst diff --git a/sdk/appconfiguration/azure-appconfiguration/HISTORY.md b/sdk/appconfiguration/azure-appconfiguration/HISTORY.md index 7e2b0fcd997a..670264ae08d5 100644 --- a/sdk/appconfiguration/azure-appconfiguration/HISTORY.md +++ b/sdk/appconfiguration/azure-appconfiguration/HISTORY.md @@ -1,4 +1,8 @@ -v1.0.0 (preview) + +# Release History + ------------------- + +## 2019-09-09 Version 1.0.0b3 - New azure app configuration \ No newline at end of file diff --git a/sdk/appconfiguration/azure-appconfiguration/HISTORY.rst b/sdk/appconfiguration/azure-appconfiguration/HISTORY.rst deleted file mode 100644 index 8924d5d6c445..000000000000 --- a/sdk/appconfiguration/azure-appconfiguration/HISTORY.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. :changelog: - -Release History -=============== - -0.1.0 (1970-01-01) -++++++++++++++++++ - -* Initial Release diff --git a/sdk/core/azure-core/HISTORY.md b/sdk/core/azure-core/HISTORY.md index 1be2309d9a6a..ae8bce9dd9cd 100644 --- a/sdk/core/azure-core/HISTORY.md +++ b/sdk/core/azure-core/HISTORY.md @@ -3,34 +3,34 @@ ------------------- -2019-09-09 Version 1.0.0b3 +## 2019-09-09 Version 1.0.0b3 -## Bug fixes +### Bug fixes - Fix aiohttp auto-headers #6992 - Add tracing to policies module init #6951 -2019-08-05 Version 1.0.0b2 +## 2019-08-05 Version 1.0.0b2 -## Breaking changes +### Breaking changes - Transport classes don't take `config` parameter anymore (use kwargs instead) #6372 - `azure.core.paging` has been completely refactored #6420 - HttpResponse.content_type attribute is now a string (was a list) #6490 - For `StreamDownloadGenerator` subclasses, `response` is now an `HttpResponse`, and not a transport response like `aiohttp.ClientResponse` or `requests.Response`. The transport response is available in `internal_response` attribute #6490 -## Bug fixes +### Bug fixes - aiohttp is not required to import async pipelines classes #6496 - `AsyncioRequestsTransport.sleep` is now a coroutine as expected #6490 - `RequestsTransport` is not tight to `ProxyPolicy` implementation details anymore #6372 - `AiohttpTransport` does not raise on unexpected kwargs #6355 -## Features +### Features - New paging base classes that support `continuation_token` and `by_page()` #6420 - Proxy support for `AiohttpTransport` #6372 -2019-06-26 Version 1.0.0b1 +## 2019-06-26 Version 1.0.0b1 - Preview 1 release