Releases: Azure/msrest-for-python
Releases · Azure/msrest-for-python
v0.6.21
2021-01-26 Version 0.6.21
Bug Fixes
- Fixes failsafe_deserialize introduced in 0.6.20 #232
v0.6.20
2021-01-25 Version 0.6.20
Features
- Add failsafe_deserialize method to the Deserializer object. #232
- Serialize datetime, date, time, timedelta and Decimal correctly when serializing object . #224
v0.6.19
2020-09-08 Version 0.6.19
Bugfixes
- Fix serialization of random Model object #220
- Fix serialization of unicode string in Py2 and object mode #221
v0.6.18
2020-07-27 Version 0.6.18
Features
- Add support for attributes/text in the same XML node #218
v0.6.17
2020-06-25 Version 0.6.17
Bugfixes
- Fix XML and discriminator #214
v0.6.16
2020-06-09 Version 0.6.16
Bugfixes
- Fix XML parsing with namespaces and attributes #209
Features
- Add py.typed for mypy support
v0.6.15
2020-06-04 Version 0.6.15
Bugfixes
- Fix RFC regression introduced in 0.6.14 (RFC parse date are no longer pickable) #208
- Fix XML parsing with namespaces #206
Thanks to ivanst0 for the contribution
v0.6.14
2020-05-18 Version 0.6.14
Bugfixes
- Fix "from_dict" in some complex flattening scenario #204
- Fix RFC date parsing if machine locale is not English #201
v0.6.13
2020-04-07 Version 0.6.13
Bugfixes
- Fix deserializer and flattening if intermediate node is None #198
- Fix validation exception message for minimum/maximum checks #199
v0.6.12
2020-04-06 Version 0.6.12
Features
- Add "time" serializer/deserializer #196