File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,24 @@ To install:
2020 Release History
2121---------------
2222
23+ 2017-09-28 Version 0.4.15
24+ +++++++++++++++++++++++++
25+
26+ **Bugfixes **
27+
28+ - Always log response body (#16)
29+ - Improved exception message if error JSON is Odata v4 (#55)
30+ - Refuse "str" as a valid "[str]" type (#41)
31+ - Better exception handling if input from server is not JSON valid
32+
33+ **Features **
34+
35+ - Add Configuration.session_configuration_callback to customize the requests.Session if necessary (#52)
36+ - Add a flag to Serializer to disable client-side-validation (#51)
37+ - Remove "import requests" from "exceptions.py" for apps that require fast loading time (#23)
38+
39+ Thank you to jayden-at-arista for his contribution
40+
23412017-08-23 Version 0.4.14
2442+++++++++++++++++++++++++
2543
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '0.4.14 '
61+ version = '0.4.15 '
6262# The full version, including alpha/beta/rc tags.
63- release = '0.4.14 '
63+ release = '0.4.15 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 2525# --------------------------------------------------------------------------
2626
2727
28- msrest_version = "0.4.14 "
28+ msrest_version = "0.4.15 "
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = 'msrest' ,
31- version = '0.4.14 ' ,
31+ version = '0.4.15 ' ,
3232 author = 'Microsoft Corporation' ,
3333 packages = ['msrest' ],
3434 url = ("https://github.com/Azure/msrest-for-python" ),
You can’t perform that action at this time.
0 commit comments