v0.5.0
Pre-release
Pre-release
2018-06-12 Version 0.5.0
Disclaimer
This released is designed to be backward compatible with 0.4.x, but there is too many internal refactoring
and new features to continue with 0.4.x versionning
Features
- Add XML support
- Add many type hints, and MyPY testing on CI.
- HTTP calls are made through a HTTPDriver API. Only implementation is
requests
for now. This driver API is not considered stable
and you should pin your msrest version if you want to provide a personal implementation.
Bugfixes
- Incorrect milliseconds serialization for some datetime object #94
Deprecation
That will trigger a DeprecationWarning if an old Autorest generated code is used.
- _client.add_header is deprecated, and config.headers should be used instead
- _client.send_formdata is deprecated, and _client.put/get/delete/post + _client.send should be used instead