summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 29a8981c6e6c4961275b07fb92e23bb9967f8fc2 (plain)
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
Version 0.6

 * IDs can be unicode (#15)
 * ProjectMember: constructor should not create a User object
 * Add support for extra parameters when listing all projects (#12)
 * Projects listing: explicitly define arguments for pagination

Version 0.5

 * Add SSH key for user
 * Fix comments
 * Add support for project events
 * Support creation of projects for users
 * Project: add methods for create/update/delete files
 * Support projects listing: search, all, owned
 * System hooks can't be updated
 * Project.archive(): download tarball of the project
 * Define new optional attributes for user creation
 * Provide constants for access permissions in groups

Version 0.4

 * Fix strings encoding (Closes #6)
 * Allow to get a project commit (GitLab 6.1)
 * ProjectMergeRequest: fix Note() method
 * Gitlab 6.1 methods: diff, blob (commit), tree, blob (project)
 * Add support for Gitlab 6.1 group members

Version 0.3

 * Use PRIVATE-TOKEN header for passing the auth token
 * provide a AUTHORS file
 * cli: support ssl_verify config option
 * Add ssl_verify option to Gitlab object. Defauls to True
 * Correct url for merge requests API.

Version 0.2

 * provide a pip requirements.txt
 * drop some debug statements

Version 0.1

 * Initial release