-
Notifications
You must be signed in to change notification settings - Fork 25
/
CHANGELOG
28 lines (23 loc) · 1.01 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
v0.5.4
[*] PyPi package fix
v0.5.3
[*] Version correction
v0.5.2
[*] Support converting timestamps that include microseconds
v0.5.1
[*] Rename find_project_by_name to find_projects_by_name before hitting PyPI
v0.5.0
[*] Support GitLab 6.2 API changes
[*] Added GitLab.find_project_by_name()
[*] Added GitLab.delete_project() and <project>.delete() (Thanks @sag47!)
[*] Added GitLab.delete_group(<group>) and <group>.delete() (Thanks @sag47!)
[*] New opt. arguments for creating/updating a user: 'admin, 'can_create_group'
[*] Add missing support for GitLab 6.1 API changes
[*] Document, fix, and expand on sudo usage
[*] Added <group>.members()
[*] Added <group>.add_member()
[*] Added <group>.delete_member() and <group_member>.delete()
[*] Default ssl_verify to 'True' for clarity
[*] Bugfix: Correct merge requests API (this GitLab API is not standard)
v0.4.2
[*] Add support for self signed certificates (Thanks @anarcher!)