File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,6 +282,14 @@ Prerequisites
282282
283283Versions
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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments