Skip to content

Commit f8adf17

Browse files
committed
msrest 0.4.24
1 parent 952b507 commit f8adf17

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ To install:
2020
Release History
2121
---------------
2222

23+
2018-01-03 Version 0.4.24
24+
+++++++++++++++++++++++++
25+
26+
**Bugfixes**
27+
28+
- Date parsing is not compliant with Autorest / Swagger 2.0 specification (less lenient)
29+
30+
**Internal optimisation**
31+
32+
- Call that does not return a streamable object are now executed in requests stream mode False (was True whatever the type of the call).
33+
This should reduce the number of leaked opened session and allow urllib3 to manage connection pooling more efficiently.
34+
Only clients generated with Autorest.Python >= 2.1.31 (not impacted otherwise, fully backward compatible)
35+
2336
2017-12-21 Version 0.4.23
2437
+++++++++++++++++++++++++
2538

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.4.23'
61+
version = '0.4.24'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.23'
63+
release = '0.4.24'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

msrest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# --------------------------------------------------------------------------
2626

2727

28-
msrest_version = "0.4.23"
28+
msrest_version = "0.4.24"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='msrest',
31-
version='0.4.23',
31+
version='0.4.24',
3232
author='Microsoft Corporation',
3333
packages=['msrest'],
3434
url=("https://github.com/Azure/msrest-for-python"),

0 commit comments

Comments
 (0)