Releases: GitLabPHP/Client
Releases · GitLabPHP/Client
9.19.2 (26/10/2020)
- Fixed phpdoc typo
10.1.0 (24/10/2020)
- Added method to get protected branches for a project
- Added with_merge_status_recheck option for fetching MRs
- Added commit cherry-pick API
- Added support for optional Note parameters
- Deprecated models API
10.0.1 (24/10/2020)
- Fixed using the name of a group as an ID
- Fixed various phpdoc issues
- Reverted query builder changes
9.19.1 (24/10/2020)
- Fixed using the name of a group as an ID
- Fixed various phpdoc issues
10.0.0 (15/08/2020)
- Added void return types to void methods
9.19.0 (15/08/2020)
- Added user events API
- Support the issue link link_type parameter
9.18.2 (15/08/2020)
- Fixed typo in deprecation notice
10.0.0-RC2 (23/07/2020)
- Restored 9.x behaviour for empty JSON responses
- Support the issue link link_type parameter
10.0.0-RC1 (22/07/2020)
- Removed all deprecated functionality
- Switched to PSR-17 and PSR-18
- Encode URIs according to RFC 3986
- Send request bodies as JSON to GitLab
- Redesigned pagination
- Added array types where missing
- Added scalar param types
- Added user events API
9.18.1 (22/07/2020)
- Fixed error in getHeader function
- Fixed incorrect param type doc