Releases: GitLabPHP/Client
Releases · GitLabPHP/Client
8.0.0: Latest pull requests
Merge pull request #187 from violuke/patch-1 Allowing different archive format types
7.15.0: Add ability to delete an issue comment (#150)
* Add ability to delete an issue comment * Rename deleteComment to removeComment according to #149
7.14.0: Add deploy keys related API (#146)
* Add API to retrieve all deploy keys * Add method to enable/disable a key for a project
7.13.0
7.11.0
Bug fixes and new field added to User
modal.
7.10.0
- Handle dots and slashes when encoding
- Remove
id
property from Note modal - Added tag_list property to Project modal
7.9.0
- Support authentication via OAuth
- Expose avatar_url in Project model
- Refactor of project hooks (breaking change)
7.8.0
Loooooots of updates, check the commit log for details.
6.9.1
- Add support for
/projects/:id/labels
(@davidkuridza) - Fix wrong comment endpoint for merge requests (@davidkuridza)
6.9.0
- Allow using namespaces API
- Add
target_project_id
parameter oncreate
method of merge requests API - Add
description
parameter oncreate
method of merge requests API - Add
merge
method to merge requests API - Add parameters to define activation types on hooks
- Add methods to retrieve merge requests/issues' comments
- Add
getFile
method to repositories API