Skip to content

Releases: GitLabPHP/Client

9.0.0-beta2: Gitlab V4 API compatibility

03 Aug 12:52
Compare
Choose a tag to compare

Changelog

Upgrading

As this library now depends on php-http/httplug, you have to choose a client. You can pick one from this list or use php-http/guzzle6-adapter which is the most popular. You can also stick with kriswallsmith/buzz by requiring php-http/buzz-adapter.
If you are not familiar with HTTPlug, you can read HTTPlug for library users.

All breaking changes are documented in UPGRADE.md.

8.0.0: Latest pull requests

06 Jun 07:52
Compare
Choose a tag to compare
Merge pull request #187 from violuke/patch-1

Allowing different archive format types

7.15.0: Add ability to delete an issue comment (#150)

03 Oct 18:14
Compare
Choose a tag to compare
* Add ability to delete an issue comment

* Rename deleteComment to removeComment according to #149

7.14.0: Add deploy keys related API (#146)

03 Oct 10:07
Compare
Choose a tag to compare
* Add API to retrieve all deploy keys

* Add method to enable/disable a key for a project

7.13.0

28 Jul 11:29
Compare
Choose a tag to compare
  • Add support for block/unblock users (@Baldinof)
  • Add two_factor_enabled field to admin user
  • Namespace search endpoint

7.11.0

29 May 12:09
Compare
Choose a tag to compare

Bug fixes and new field added to User modal.

7.10.0

06 May 15:01
Compare
Choose a tag to compare
  • Handle dots and slashes when encoding
  • Remove id property from Note modal
  • Added tag_list property to Project modal

7.9.0

26 Mar 15:43
Compare
Choose a tag to compare
  • Support authentication via OAuth
  • Expose avatar_url in Project model
  • Refactor of project hooks (breaking change)

7.8.0

23 Feb 16:30
Compare
Choose a tag to compare

Loooooots of updates, check the commit log for details.

6.9.1

22 Jul 10:30
Compare
Choose a tag to compare