Skip to content

Releases: GitLabPHP/Client

9.6.1

29 Nov 13:07
84ce65a
Compare
Choose a tag to compare
Merge pull request #276 from b0nd0/master

Branches containing a slash break v4 branch endpoints. #263

9.6.0

15 Nov 11:05
35ecf9b
Compare
Choose a tag to compare
Merge pull request #269 from dylangl/master

add params id fork

9.5.0

11 Oct 11:06
Compare
Choose a tag to compare
Merge pull request #266 from Seretos/master

fix link for pipeline creation

9.4.0

29 Sep 12:01
Compare
Choose a tag to compare
Merge pull request #251 from c33s/feature/variables-enhancement

Updated addVariable() and updateVariable()

9.3.0

11 Sep 13:44
Compare
Choose a tag to compare
Merge pull request #244 from KyleWiering/Issue-242

#242 Gitlab/Model/MergeRequest methods fails on incorrect id usage

9.2.0

06 Sep 13:30
Compare
Choose a tag to compare

Added

Changed

  • The Gitlab\Model\Project createFile, updateFile and deleteFile methods use the new Gitlab\Api\RepositoryFiles endpoint.

Deprecated

  • The Gitlab\Api\Repositories getFile, 'blob, createFile, updateFileanddeleteFilemethods have been deprecated. Use newGitlab\Api\RepositoryFiles` methods instead.

9.1.0

30 Aug 14:54
Compare
Choose a tag to compare

Added

  • Gitlab\Api\Repositories::tags pagination.

Fixed

  • boolean encoding in Gitlab\HttpClient\Message\QueryStringBuilder.

Deprecated

  • Gitlab\Api\MergeRequests showComments and addComment methods have been deprecated. Use showNotes and addNote instead.

9.0.0: Gitlab V4 API compatibility

22 Aug 17:51
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.

9.0.0-rc1: Gitlab V4 API compatibility

18 Aug 21:38
Compare
Choose a tag to compare
Pre-release

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.

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.