We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd249c commit e2c2812Copy full SHA for e2c2812
CHANGES
@@ -1,3 +1,15 @@
1
+2.5.0 (2018-01-06)
2
+------------------
3
+ - Fix AnyType value rendering by guessing the xsd type for the value (#552)
4
+ - Fix AnySimpleType.xmlvalue() not implemented exception (#644)
5
+ - Add __dir__ method to value objects returned by Zeep
6
+ - Don't require content for 201 and 202 status codes (#613)
7
+ - Fix wheel package by cleaning the build directory correctly (#634)
8
+ - Handle Nil values on complexType with SimpleContent elements (#604)
9
+ - Add Client.namespaces method to list all namespaces available
10
+ - Improve support for auto-completion (#537)
11
+
12
13
2.4.0 (2017-08-26)
14
------------------
15
- Add support for tornado async transport via gen.coroutine (#530, Kateryna Burda)
0 commit comments