-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
57 lines (45 loc) · 2.2 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
47
48
49
50
51
52
53
54
55
56
57
CHANGES
=======
3.0.0
-----
* Update release notes for version 2.2.0 and update the AUTHORS file
* Sem-Ver: feature add support for obtaining information on submission attachments
* Sem-Ver: api-break Update to using a version of requests-futures >= 1.0.0 < 1.1.0
2.2.0
-----
* Update release notes for version 2.2.0
* Sem-Ver: feature Increase the default number of submissions to retrieve at time to 250
* Sem-Ver: feature support specifying a limit of submissions to retrieve at a time
* Sem-ver: bugfix Add a CODEOWNERS file
2.1.1
-----
* Update release notes for version 2.1.1
* Sem-ver: bugfix Fix obtaining submissions for a bounty that has no submissions
2.1.0
-----
* Update release notes for version 2.1.0 and update the AUTHORS file
* Sem-Ver: feature Add support for fetching comments of a submission
* Sem-ver: bugfix Update create submission example to use utcnow instead of now. Please note that the bugcrowd api doesn't currently accept submissions with a submitted\_at field ahead of the current (utc) time
* Sem-ver: bugfix Update create submission example to use an instance of datetime.datetime
* Sem-Ver: bugfix Update the readme example for updating a submission example to use vrt\_id as required by the v3 api
2.0.0
-----
* Sem-Ver: api-break Use version 3 of the Bugcrowd api
* Update the LICENSE file to be copyright of Atlassian Pty Ltd
* Fill in more packaging details in setup.cfg
* Add travis ci status information to the readme
1.0.0
-----
* Enable Travis CI
* Sem-Ver: feature create\_submission now converts the submitted\_at field into isoformat where needed
* Sem-Ver: bugfix Only request the number of submission pages required
* Sem-Ver: bugfix transition\_submission now checks if the duplicate\_of field is required that it is provided
* Sem-Ver: bugfix Fix checking the required fields when creating a submission
* Add tests
* Sem-Ver: bugfix Fix the get\_submissions method to return submissions from the initial fetch
* Sem-Ver: bugfix \_convert\_datetime\_to\_submission\_creation\_format should return the date time in an isoformat
* Add pypi information to the readme
* Do not mutate params given to the get\_submissions method
* Add example usage to the readme
* Add the code
* Initial commit