Skip to content

Releases: Azure/msrest-for-python

v0.4.6

06 Mar 20:27
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

2017-03-06 Version 0.4.6

Bugfixes

  • Allow Model sub-classes to be serialized if type is "object"

v0.4.5

13 Feb 21:20
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

2017-02-13 Version 0.4.5

Bugfixes

  • Fix polymorphic deserialization #11
  • Fix regexp validation if '\w' is used in Python 2.7 #13
  • Fix dict deserialization if keys are unicode in Python 2.7

Improvements

  • Add polymorphic serialisation from dict objects
  • Remove chardet and use HTTP charset declaration (fallback to utf8)