Skip to content

Commit 3e18114

Browse files
committed
updated VERSIONS and README.rst with info about the 1.3.0 and 1.3.1 version changes
1 parent b3dbef6 commit 3e18114

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@ Prerequisites
282282

283283
Versions
284284
--------
285+
**1.3.1**
286+
Adjusted getAllowedValues so that custom fields with an allowedValues endpoint get resolved.
287+
Disqualifed a group of standard attributes whose allowedValue is of type COLLECTION when retrieving
288+
allowed values in SchemaItem.complete(). This is primarily relevant only to attributes defined as
289+
Drop Down List or Multi Value Drop Down List.
290+
Updated official name to reference Agile Central in setup.py, mention threads keyword arg in the
291+
get method in the the interface.rst file.
292+
285293
**1.3.0**
286294
Introduced automatic multi-threading for Rally.get operation to speed up retrieval of large
287295
result sets. Implemented step two of the Pinger deprecation plan, ping=False is the new default.

VERSIONS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,19 @@
111111
Fixed defect in SchemaItemAttribute where self._allowed_values_resolved was not always set.
112112
Fixed defect in RallyRestResponse in __repr__ method where on a response that has no qualifying items
113113
an attempt is made to get the Results out of the returned response without going through the QueryResult key.
114+
115+
1.3.0 - Apr 2017
116+
Introduced automatic multi-threading for Rally.get operation to speed up retrieval of large
117+
result sets. Implemented step two of the Pinger deprecation plan, ping=False is the new default.
118+
Increased default page size to 500. Maximum useful page size limit is 2000 but 1000 seems
119+
to be the sweet spot for multithreading requests.
120+
Fixed Rally.getAllUsers so that non subscription admin accounts can see the user list.
121+
Updated recommendation for version of requests package.
122+
123+
1.3.1 - Apr 2017
124+
Adjusted getAllowedValues so that custom fields with an allowedValues endpoint get resolved.
125+
Disqualifed a group of standard attributes whose allowedValue is of type COLLECTION when retrieving
126+
allowed values in SchemaItem.complete(). This is primarily relevant only to attributes defined as
127+
Drop Down List or Multi Value Drop Down List.
128+
Updated official name to reference Agile Central in setup.py, mention threads keyword arg in the
129+
get method in the the interface.rst file.

0 commit comments

Comments
 (0)