Skip to content

Commit ba3db17

Browse files
lmazuelrakshith91
authored andcommitted
azure-core history 1.0.0b2 (Azure#6562)
* azure-core history * Update HISTORY.md
1 parent a32e066 commit ba3db17

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sdk/core/azure-core/HISTORY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33

44
-------------------
55

6+
2019-08-XX Version 1.0.0b2
7+
8+
## Breaking changes
9+
10+
- Transport classes don't take `config` parameter anymore (use kwargs instead) #6372
11+
- `azure.core.paging` has been completely refactored #6420
12+
- HttpResponse.content_type attribute is now a string (was a list) #6490
13+
- 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
14+
15+
## Bug fixes
16+
17+
- aiohttp is not required to import async pipelines classes #6496
18+
- `AsyncioRequestsTransport.sleep` is now a coroutine as expected #6490
19+
- `RequestsTransport` is not tight to `ProxyPolicy` implementation details anymore #6372
20+
- `AiohttpTransport` does not raise on unexpected kwargs #6355
21+
22+
## Features
23+
24+
- New paging base classes that support `continuation_token` and `by_page()` #6420
25+
- Proxy support for `AiohttpTransport` #6372
26+
627
2019-06-26 Version 1.0.0b1
728

829
- Preview 1 release

0 commit comments

Comments
 (0)