- Fixed error in getHeader function
- Fixed incorrect param type doc
- Deprecated all APIs that are deprecated or removed as of GitLab 13.1
- Deprecated old authentication methods and deprecated not specifying an authentication mode
- Deprecated dynamic property access on the client,
Client::api()
,Client::create()
, andClient::getResponseHistory()
- Deprecated passing a stream factory to the Api classes: get it from the client instance instead
- Soft marked various classes as final and/or internal
- Added support for HTTP caching
- Implement removing award emojis
- Implemented notes APIs
- Extended pipeline APIs
- Extended MR approvals APIs
- Add subscribe/unsubscribe methods to issue API
- Add scope and allow all projects to MR API
- Add method to access project discussions
- Update parameters for repository/commits APIs
- Added delete merged branches API function
- Allow to search and find issues by "assignee_id"
- Updated Issues to support updated_after
- Fixed text encoding for
Repositories::createCommit()
- Corrected lots of phpdoc errors and edges cases
- Added support for the wiki APIs
- Implemented
Environments::show()
- Implemented
Issues::showParticipants()
- Add method to get issues for a group
- Add forks API call to return all forked projects
- Added users projects request parameters normalization