Skip to content

Commit 74c35f3

Browse files
committed
format changes to VERSIONS list for 1.0.0 and upwards to make it more readable
1 parent 46b5679 commit 74c35f3

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

README.rst

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -264,38 +264,32 @@ Versions
264264
--------
265265

266266
1.1.1
267-
Modified entity.py to allow pass back PortfolioItem sub type instances.
268-
Modified rallresp.py defect referencing non-existing req_type instance var by changing
269-
reference to request_type.
270-
Modified restapi.py to use user, dropped auth_user.
271-
Modified restapi.py to be more defensive when user has no associated UserProfile.
272-
Modified context.py to account for use of Cygwin in Pinger code.
273-
Modified restapi.py to handle encoding of attachment content to match Rally expectations.
274-
Modified restapi.py/entity.py to handle querying of SchedulableArtifact instances.
275-
Modified restapi.py to handle querying and hydrating of PortfolioItem instances more completely.
276-
Modified restapi.py/entity.py to provide rudimentary support for querying of RecycleBin entries.
277-
Modified restapi.py and added search_utils.py to provide a search method for pyral Rally instances.
278-
Modified rallyresp.py to better handle some boundary conditions when response body item counts
279-
differ from what is stated in the TotalResultCount.
280-
Modified context.py to account for scenario where user's default workspace has no projects.
281-
Modified restapi.py/getProject to return correct project.
267+
- Modified entity.py to allow it to pass back PortfolioItem sub type instances.
268+
- Modified rallyresp.py defect referencing non-existing req_type instance var by changing reference to request_type.
269+
- Modified restapi.py to use user, dropped auth_user.
270+
- Modified restapi.py to be more defensive when user has no associated UserProfile.
271+
- Modified context.py to account for use of Cygwin in Pinger code.
272+
- Modified restapi.py to handle encoding of attachment content to match Rally expectations.
273+
- Modified restapi.py/entity.py to handle querying of SchedulableArtifact instances.
274+
- Modified restapi.py to handle querying and hydrating of PortfolioItem instances more completely.
275+
- Modified restapi.py/entity.py to provide rudimentary support for querying of RecycleBin entries.
276+
- Modified restapi.py and added search_utils.py to provide a search method for pyral Rally instances.
277+
- Modified rallyresp.py to better handle some boundary conditions when response body item counts differ from what is stated in the TotalResultCount.
278+
- Modified context.py to account for scenario where user's default workspace has no projects.
279+
- Modified restapi.py/getProject to return correct project.
282280

283281
1.1.0
284-
Introduction of support to use Rally API Key and rallyWorkset (supercedes rallySettings).
285-
Two relatively minor defects fixed dealing with internalizing environment
286-
vars for initialization and in retrieving Rally entity attribute allowed values.
282+
- Introduction of support to use Rally API Key and rallyWorkset (supercedes rallySettings).
283+
- Two relatively minor defects fixed dealing with internalizing environment vars for initialization and in retrieving Rally entity attribute allowed values.
287284

288285
1.0.1
289-
Patch to address defect with Rally WSAPI v2.0 projects collection endpoint
290-
providing conflicting information.
286+
- Patch to address defect with Rally WSAPI v2.0 projects collection endpoint providing conflicting information.
291287

292288
1.0.0
293-
Default WSAPI version in config is v2.0. This version is not compatible
294-
with Rally WSAPI version 1.x.
295-
Adjusted the RallyUrlBuilder (via RallyQueryFormatter) to be more resilient
296-
with respect to many more "special" characters (non-alphanumeric).
297-
Retrieving the meta data uses the v2.0 schema endpoint.
298-
No longer support a version keyword argument when obtaining a Rally instance.
289+
- Default WSAPI version in config is v2.0. This version is not compatible with Rally WSAPI version 1.x.
290+
- Adjusted the RallyUrlBuilder (via RallyQueryFormatter) to be more resilient with respect to many more "special" characters (non-alphanumeric).
291+
- Retrieving the meta data uses the v2.0 schema endpoint.
292+
- No longer support a version keyword argument when obtaining a Rally instance.
299293

300294
0.9.4
301295
Adjusted Rally __init__ to accommodate using requests 0.x, 1.x, 2.x versions.

0 commit comments

Comments
 (0)