* Remove support from before Python 3.7 * asdict functionality to optionally recursively give suds object * Support process SOAP 1.2 reply * [ci] Switch to requirements.txt and use pytest directly
1.1.2
------------------------ * Restore last_sent and last_received functions
1.1.1
------------------------ * Use usedforsecurity=False for md5() calls to make suds work on FIPS compliant python
1.1.0
------------------------ * Fix undeclared variables, found via linting. * Allow subclassing Builder to always initialize optional arrays with empty lists * [ci] Drop py3.6 testing, add 3.10 * Allow subclasses of Builder to determine if children are initialized. * Don't ignore underscore prefixed attribute
1.0.0
------------------------ * Drop support for python 2.x
0.8.5
------------------------ * R4201 Any PASSWORD MUST specify a Type attribute * Compress or decompress message when Content-Encoding is present in headers * Do not force byte-compilation optimization at level 1