We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ba44 commit 7a432a8Copy full SHA for 7a432a8
sdk/core/azure-core/CHANGELOG.md
@@ -1,7 +1,7 @@
1
2
# Release History
3
4
-## 1.5.1 (Unreleased)
+## 1.6.0 (Unreleased)
5
6
### Bug fixes
7
@@ -10,6 +10,9 @@
10
### Features
11
12
- Added support for changesets as part of multipart message support #10485
13
+- Add AsyncLROPoller in azure.core.polling #10801
14
+- Add get_continuation_token/from_continuation_token/polling_method methods in pollers (sync and async) #10801
15
+- HttpResponse objects are now pickable #10801
16
17
## 1.5.0 (2020-05-04)
18
sdk/core/azure-core/azure/core/_version.py
@@ -9,4 +9,4 @@
9
# regenerated.
# --------------------------------------------------------------------------
-VERSION = "1.5.1"
+VERSION = "1.6.0"
0 commit comments