Skip to content

Latest commit

 

History

History
117 lines (79 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

117 lines (79 loc) · 3.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

10.2.0 - 2020-11-09

  • Added variable_type to addVariable and updateVariable
  • Added get pipeline bridget jobs method

10.1.2 - 2020-11-09

  • Fixed comparing repositories

10.1.1 - 2020-10-26

  • Fixed phpdoc typo
  • Fixed broken query builder

10.1.0 - 2020-10-24

  • 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 - 2020-10-24

  • Fixed using the name of a group as an ID
  • Fixed various phpdoc issues
  • Reverted query builder changes

10.0.0 - 2020-08-15

  • Added void return types to void methods

10.0.0-RC2 - 2020-07-23

  • Restored 9.x behaviour for empty JSON responses
  • Support the issue link link_type parameter

10.0.0-RC1 - 2020-07-22

  • 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 - 2020-07-22

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

9.18.0 - 2020-07-11

  • 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 - 2020-02-17

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

9.17.0 - 2020-02-17

  • 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