Releases: Azure/msrest-for-python
Releases · Azure/msrest-for-python
v0.6.11
2020-01-30 Version 0.6.11
Features
- XML mode can now be enabled even if the given Model has no XML metadata #184
- Add Kerberos Authentication #186
- Improve error message if expected type is dictionnary and something else is provided #188
Bugfixes
- Fix comma separated serialization of array in query #186
- Fix validation of basic types in some complex scenario #189
Thanks to catatonicprime for the contribution
v0.6.10
2019-09-04 Version 0.6.10
Features
- XML mode now supports OpenAPI additional properties # 174
Bugfixes
- Accept "is_xml" kwargs to force XML serialization #178
- Disable XML deserialization if received element is not an ElementTree #178
- A "null" enum deserialize as None, and not "None" anymore #173
- Fix some UTF8 encoding issue in Python 2.7 and XML mode #172
v0.6.9
2019-07-24 Version 0.6.9
Features
- Accept extensions of JSON mimetype as valid JSON #167
v0.6.8
2019-06-24 Version 0.6.8
BugFixes
- Impossible to serialize XML if model contains UTF8 characters on Python 2.7 #165
- Impossible to deserialize a HTTP response as XML if body contains UTF8 characters on Python 2.7 #165
- Loading a serialized configuration fails with NameError on NoOptionError #162
Thanks to cclauss for the contribution
v0.6.7
2019-06-12 Version 0.6.7
Features
- Add DomainCredentials credentials for EventGrid
Thanks to kalyanaj for the contribution
v0.6.6
2019-03-21 Version 0.6.6
Bugfixes
- Make 0.6.x series compatible with pyinstaller again
- sdist now includes tests
Thanks to dotlambda for the contribution
v0.6.4
2019-01-09 Version 0.6.4
Bugfixes
- Fix regression on credentials configuration if used outside of Autorest scope #135
v0.6.3
2019-01-08 Version 0.6.3
Features
- Updated experimental async support. Requires Autorest.Python 4.0.64.
v0.6.2
2018-11-19 Version 0.6.2
Bugfixes
- Fix circular dependency in TYPE_CHECKING mode #128
v0.6.1
2018-10-15 Version 0.6.1
Bugfixes
- Remove unecessary verbose "warnings" log #126