forked from alexcouper/pyrally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
46 lines (27 loc) · 1.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## 0.3.6
* Raise exception on errors caused during object edit commit to Rally.
## 0.3.5
* Add __setattr__ override to redirect present var names to rally_data.
## 0.3.4.1
* Fix rally_url for defects.
## 0.3.4
* Change function get_rally_url to be a property called rally_url.
## 0.3.3
* Add function get_rally_url to Defect and HierarchicalRequirement objects.
## 0.3.2
* Change the way we use urllib2 so that retries is reset after a succesful
call.
## 0.3.1
* Change get_all_in_kanban_state to get_all_in_kanban_states.
## 0.3.0
* Add caching on a per-type basis for more fine tuning of performance.
* Add explicit handling of "Project", "Workspace", "Release" and "TestCase"
API types.
* Change all get_by_name to be get_by_formatted_id
## 0.2.2
* Update attribute on an object on Rally.
* Delete objects from Rally.
* Documentation vastly improved.
## 0.2.0
* Read only access to the API added.
* Story, Defect, Task, Artifact, User and Iteration classes created.