Skip to content

Releases: GitLabPHP/Client

10.1.0 (24/10/2020)

24 Oct 19:40
Compare
Choose a tag to compare
  • 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)

24 Oct 19:40
Compare
Choose a tag to compare
  • Fixed using the name of a group as an ID
  • Fixed various phpdoc issues
  • Reverted query builder changes

9.19.1 (24/10/2020)

24 Oct 19:39
Compare
Choose a tag to compare
  • Fixed using the name of a group as an ID
  • Fixed various phpdoc issues

10.0.0 (15/08/2020)

15 Aug 11:16
Compare
Choose a tag to compare
  • Added void return types to void methods

9.19.0 (15/08/2020)

15 Aug 11:13
351f544
Compare
Choose a tag to compare
  • Added user events API
  • Support the issue link link_type parameter

9.18.2 (15/08/2020)

15 Aug 10:41
46fef68
Compare
Choose a tag to compare
  • Fixed typo in deprecation notice

10.0.0-RC2 (23/07/2020)

23 Jul 13:25
Compare
Choose a tag to compare
Pre-release
  • Restored 9.x behaviour for empty JSON responses
  • Support the issue link link_type parameter

10.0.0-RC1 (22/07/2020)

22 Jul 11:27
Compare
Choose a tag to compare
Pre-release
  • 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)

22 Jul 11:15
Compare
Choose a tag to compare
  • Fixed error in getHeader function
  • Fixed incorrect param type doc

9.18.0 (11/07/2020)

11 Jul 19:27
aa97665
Compare
Choose a tag to compare
  • 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