@@ -39,7 +39,7 @@ Obtain the requests_ package and install it according to that package's directio
3939As of requests-2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
4040Use of requests-2.x or better is recommended for use with pyral.
4141The requests _ package can be found via the Python Package Index site (http://pypi/python.org/index).
42- The most recent release of pyral (1.2.4 ) has been tested using requests 2.8.1 .
42+ The most recent release of pyral (1.3.0 ) has been tested using requests 2.12.5 .
4343
4444Obtain and install the six _ module (available from PyPI at https://pypi.python.org/pypi/six)
4545
@@ -67,7 +67,7 @@ relevant packages.
6767 >> import requests
6868 >> import pyral
6969 >> pyral.__version__
70- (1, 2, 4 )
70+ (1, 3, 0 )
7171
7272
7373
@@ -262,17 +262,24 @@ The item names in config files **are** case sensitive.
262262Prerequisites
263263-------------
264264
265- * Python 3.5 (this package not tested with earlier versions of Python 3.x) OR
266- * Python 2.6 or 2.7 (2.7 is preferred)
265+ * Python 3.5 or 3.6 (this package not tested with earlier versions of Python 3.x) OR
266+ * Python 2.6 or 2.7 (of these two, 2.7 is preferred)
267267 * The requests _ package, 2.0.0 or better (2.0.0 finally includes support for https proxy),
268- requests 2.8.1 is recommended.
268+ requests 2.12.5 is recommended.
269269 * The six _ package.
270270
271271.. _requests : http://github.com/kennethreitz/requests
272272.. _six : https://bitbucket.org/gutworth/six
273273
274274Versions
275275--------
276+ **1.3.0 **
277+ Introduced automatic multi-threading for Rally.get operation to speed up retrieval of large
278+ result sets. Implemented step two of the Pinger deprecation plan, ping=False is the new default.
279+ Increased default page size to 500. Maximum useful page size limit is 2000 but 1000 seems
280+ to be the sweet spot for multithreading requests.
281+ Fixed Rally.getAllUsers so that non subscription admin accounts can see the user list.
282+ Updated recommendation for version of requests package.
276283
277284 **1.2.4 **
278285 Fixed handling of projectScopeUp and projectScopeDown keyword arguments for get operation.
@@ -339,8 +346,8 @@ Support
339346
340347The use of this package is on an *as-is * basis and there is no official support offered by CA Technologies.
341348The author of this module periodically checks the GitHub repository issues for this package in the
342- interests of providing defect fixes and small feature enhancements as time permits, but is not obligated to
343- respond or take action.
349+ interests of providing defect fixes and small feature enhancements as time permits, but is not obligated to
350+ respond or take action.
344351Posts to Stack Overflow (http://stackoverflow.com/questions/ask?tags=rally) are another avenue to engage
345352others who have some exposure to ``pyral `` and might be able to offer useful information.
346353
0 commit comments