summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2008-11-06 15:27:34 +0000
committerjortel <devnull@localhost>2008-11-06 15:27:34 +0000
commitd70c2ca89581ab8017ebaef595a29af31ac24178 (patch)
treec16b76260951352557a37879f34918c26b8daa05 /README
parent7bfca52f8fba6db41f4f40ba9e0e930cbf1b80d2 (diff)
downloadsuds-d70c2ca89581ab8017ebaef595a29af31ac24178.tar.gz
Add release notes for 0.3.2 release
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 24 insertions, 1 deletions
diff --git a/README b/README
index 006120e..e979f92 100644
--- a/README
+++ b/README
@@ -1176,4 +1176,27 @@ version 0.3.1 (10-1-08):
when invoking then without the port qualification will work just fine in almost every
case. So, why not just allow suds to select the port. Let's not make the user do it
when it's not necessary. In most cases, uses on 0.2.9 and earlier will not have to
- update there code when moving to 0.3.1 as they might have in 0.3. \ No newline at end of file
+ update there code when moving to 0.3.1 as they might have in 0.3.
+
+version 0.3.2 (11-7-08):
+ * SOAP {{{MultiRef}}} support ''(1st pass added r300)''
+ * Add support for new schema tags:
+ * <xs:include/>
+ * <xs:simpleContent/>
+ * <xs:group/>
+ * <xs:attributeGroup/>
+ * Added support for new xs <--> python type conversions:
+ * xs:int
+ * xs:long
+ * xs:float
+ * xs:double
+ * Revise marshaller and binding to further sharpen the namespacing of nodes produced.
+ * Infinite recursion fixed in ''xsd'' package dereference() during schema loading.
+ * Add support for <wsdl:import/> of schema files into the wsdl root <definitions/>.
+ * Fix double encoding of (&)
+ * Add Client API:
+ * setheaders() - same as keyword but works for all invocations.
+ * addprefix() - mapping of namespace prefixes.
+ * setlocation() - Override the location in the wsdl; same as keyword except for all calls.
+ * Add proper namespace prefix for soap headers.
+ * Fixed Tickets: #5, #12, #34, #37, #40,#44, #45, #46, #48 \ No newline at end of file