forked from soapteam/soapfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
36 lines (29 loc) · 904 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Changes
=======
0.3.2
-----
* Initial support for variable URL scheme and host
* Test suite executes
0.3.1
-----
* SSL certificate verification
0.3.0
-----
- **Features**:
- Add option to disable schema validation on parsing:
- Set ``xsd.VALIDATE_ON_PARSE`` to ``False``.
- Added some initial logging support:
- Request logging available at when level set to DEBUG.
- **Bug Fixes**:
- Allow unicode as a valid type for strings.
- Check for Python keywords and prefix with underscore.
- **Miscellaneous**:
- Python code templates now loaded from external files.
- Generated code is now much cleaner.
- Generated code is now timestamped.
- Code tidying as reported by pyflakes and pep8.
- Fixed a number of typographical errors.
- Various name improvements to functions.
- Updated .hgignore
- **Known Issues**:
- Generated schema classes can be circular referencing.