Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 1.44 KB

CHANGE LOG

9.18.1 (22/07/2020)

  • Fixed error in getHeader function
  • Fixed incorrect param type doc

9.18.0 (11/07/2020)

  • 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(), and Client::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

9.17.1 (17/02/2020)

  • Fixed text encoding for Repositories::createCommit()
  • Corrected lots of phpdoc errors and edges cases

9.17.0 (17/02/2020)

  • 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