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