1
- CHANGE LOG
2
- ==========
1
+ # Changelog
3
2
3
+ All notable changes to this project will be documented in this file.
4
4
5
- ## 10.1.1 (26/10/2020)
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 10.1.1] - 2020-10-26
6
9
7
10
* Fixed phpdoc typo
8
11
* Fixed broken query builder
9
12
13
+ [ 10.1.1 ] : https://github.com/GitLabPHP/Client/compare/10.1.0...10.1.1
10
14
11
- ## 10.1.0 (24/10/ 2020)
15
+ ## [ 10.1.0] - 2020-10-24
12
16
13
17
* Added method to get protected branches for a project
14
18
* Added with_merge_status_recheck option for fetching MRs
15
19
* Added commit cherry-pick API
16
20
* Added support for optional Note parameters
17
21
* Deprecated models API
18
22
23
+ [ 10.1.0 ] : https://github.com/GitLabPHP/Client/compare/10.0.1...10.1.0
19
24
20
- ## 10.0.1 (24/10/ 2020)
25
+ ## [ 10.0.1] - 2020-10-24
21
26
22
27
* Fixed using the name of a group as an ID
23
28
* Fixed various phpdoc issues
24
29
* Reverted query builder changes
25
30
31
+ [ 10.0.1 ] : https://github.com/GitLabPHP/Client/compare/10.0.0...10.0.1
26
32
27
- ## 10.0.0 (15/08/ 2020)
33
+ ## [ 10.0.0] - 2020-08-15
28
34
29
35
* Added void return types to void methods
30
36
37
+ [ 10.0.0 ] : https://github.com/GitLabPHP/Client/compare/10.0.0-RC2...10.0.0
31
38
32
- ## 10.0.0-RC2 (23/07/ 2020)
39
+ ## [ 10.0.0-RC2] - 2020-07-23
33
40
34
41
* Restored 9.x behaviour for empty JSON responses
35
42
* Support the issue link link_type parameter
36
43
44
+ [ 10.0.0-RC2 ] : https://github.com/GitLabPHP/Client/compare/10.0.0-RC1...10.0.0-RC2
37
45
38
- ## 10.0.0-RC1 (22/07/ 2020)
46
+ ## [ 10.0.0-RC1] - 2020-07-22
39
47
40
48
* Removed all deprecated functionality
41
49
* Switched to PSR-17 and PSR-18
@@ -46,14 +54,16 @@ CHANGE LOG
46
54
* Added scalar param types
47
55
* Added user events API
48
56
57
+ [ 10.0.0-RC1 ] : https://github.com/GitLabPHP/Client/compare/9.18.1...10.0.0-RC1
49
58
50
- ## 9.18.1 (22/07/ 2020)
59
+ ## [ 9.18.1] - 2020-07-22
51
60
52
61
* Fixed error in getHeader function
53
62
* Fixed incorrect param type doc
54
63
64
+ [ 9.18.1 ] : https://github.com/GitLabPHP/Client/compare/9.18.0...9.18.1
55
65
56
- ## 9.18.0 (11/07/ 2020)
66
+ ## [ 9.18.0] - 2020-07-11
57
67
58
68
* Deprecated all APIs that are deprecated or removed as of GitLab 13.1
59
69
* Deprecated old authentication methods and deprecated not specifying an authentication mode
@@ -73,18 +83,22 @@ CHANGE LOG
73
83
* Allow to search and find issues by "assignee_id"
74
84
* Updated Issues to support updated_after
75
85
86
+ [ 9.18.0 ] : https://github.com/GitLabPHP/Client/compare/9.17.1...9.18.0
76
87
77
- ## 9.17.1 (17/02/ 2020)
88
+ ## [ 9.17.1] - 2020-02-17
78
89
79
90
* Fixed text encoding for ` Repositories::createCommit() `
80
91
* Corrected lots of phpdoc errors and edges cases
81
92
93
+ [ 9.17.1 ] : https://github.com/GitLabPHP/Client/compare/9.17.0...9.17.1
82
94
83
- ## 9.17.0 (17/02/ 2020)
95
+ ## [ 9.17.0] - 2020-02-17
84
96
85
97
* Added support for the wiki APIs
86
98
* Implemented ` Environments::show() `
87
99
* Implemented ` Issues::showParticipants() `
88
100
* Add method to get issues for a group
89
101
* Add forks API call to return all forked projects
90
102
* Added users projects request parameters normalization
103
+
104
+ [ 9.17.0 ] : https://github.com/GitLabPHP/Client/compare/9.16.0...9.17.0
0 commit comments