You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 0.9.1 - Upped default WSAPI version in config.py to 1.30
262
-
All entities that are subclasses of WorkspaceDomainObject now have a details method
263
-
that show the attribute values in an easy to read multiline format.
264
-
Dropped attempted discrimination of server value to determine if it is a name or an IPv4 address No longer look for http_proxy in environment, only https_proxy.
265
-
Introduced convenience methods dealing with attachments.
266
-
Corrected resource URL construction for the major ops (GET, PUT, POST, DEL)
267
-
when project=None specified (useful for Workspace spanning activities).
261
+
262
+
* 1.0.0 -
263
+
Default WSAPI version in config is v2.0. This version is not compatible
264
+
with Rally WSAPI version 1.x.
265
+
Adjusted the RallyUrlBuilder (via RallyQueryFormatter) to be more resilient
266
+
with respect to many more "special" characters (non-alphanumeric).
267
+
Retrieving the meta data uses the v2.0 schema endpoint.
268
+
No longer support a version keyword argument when obtaining a Rally instance.
269
+
270
+
* 0.9.4 -
271
+
Adjusted Rally __init__ to accommodate using requests 0.x, 1.x, 2.x versions.
272
+
Factored out query building and fixed constructing multi condition queries.
273
+
Added internal convenience method to handle a list of refs to turn them into a
274
+
list of single key (_ref) hashes.
275
+
Added UserIterationCapacity to known entities.
276
+
Upped default WSAPI version in config to 1.43
277
+
Support using of https_proxy / HTTPS_PROXY environment variables.
278
+
Refactored getAllUsers to include UserProfile information with fewer queries.
279
+
280
+
* 0.9.3 -
281
+
Fixed Pinger class to use correct ping options on Linux and Windows
282
+
Updated exception catching and exception raising to Python 2.6/2.7 syntax.
283
+
284
+
* 0.9.2 -
285
+
Fixed getProject to take optional project name argument.
286
+
Added HTTP header item in config.py to set Content-TYpe to 'application/json'.
287
+
Added recognition of verify_ssl_cert=True/False as keyword argment to
288
+
Rally constructor. Explicit specification results in passing a
289
+
verify=True/False to the underlying requests package. This can be
290
+
useful when dealing with an expired SSL certificate.
291
+
Upped default WSAPI version in config.py to 1.37 to support dyna-types
292
+
(specifically PortfolioItem and sub-types)..
293
+
Modified addAttachment to conform with non-backward compatible change in Rally WSAPI
294
+
involving how an attachment is related to an artifact.
295
+
Fixed defect in calculating an Attachment file size (use pre-encoded rather than post-encoded size).
296
+
297
+
This release is intended as the final beta before a 1.0 release.
298
+
299
+
* 0.9.1 -
300
+
Upped default WSAPI version in config.py to 1.30
301
+
All entities that are subclasses of WorkspaceDomainObject now have a details method
302
+
that show the attribute values in an easy to read multiline format.
303
+
Dropped attempted discrimination of server value to determine if it is a name or an IPv4 address No longer look for http_proxy in environment, only https_proxy.
304
+
Introduced convenience methods dealing with attachments.
305
+
Corrected resource URL construction for the major ops (GET, PUT, POST, DEL)
306
+
when project=None specified (useful for Workspace spanning activities).
268
307
269
308
* 0.8.12 - Fixed premature exercise of iterator in initial response
0 commit comments