Skip to content

Commit 1e06a3f

Browse files
committed
Generated latest changelog.
1 parent d3251dd commit 1e06a3f

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

CHANGELOG.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,142 @@
11
# Changelog
22
Changelog of GitLab4J API.
33

4+
## gitlab4j-api-4.10.3
5+
### GitHub [#333](https://github.com/gmessner/gitlab4j-api/issues/333) Fix date parser in ISO8601
6+
7+
**Added tests for UTC zone name (#333).**
8+
9+
10+
[ac7392928c120a2](https://github.com/gmessner/gitlab4j-api/commit/ac7392928c120a2) Greg Messner *2019-04-18 12:36:47*
11+
12+
**Now properly handles dates using UTC zone name (#333).**
13+
14+
15+
[0824d6c9b1b3411](https://github.com/gmessner/gitlab4j-api/commit/0824d6c9b1b3411) Greg Messner *2019-04-18 12:36:23*
16+
17+
18+
### No issue
19+
20+
**Bumped version.**
21+
22+
23+
[302d53b78dc7191](https://github.com/gmessner/gitlab4j-api/commit/302d53b78dc7191) Greg Messner *2019-04-18 12:37:19*
24+
25+
26+
## gitlab4j-api-4.10.2
27+
### GitHub [#332](https://github.com/gmessner/gitlab4j-api/issues/332) Does the system hook api support the merge request? *enhancement*
28+
29+
**Added testing of SystemHookManager.handleEvent() (#332).**
30+
31+
32+
[cbd070d592c3d72](https://github.com/gmessner/gitlab4j-api/commit/cbd070d592c3d72) Greg Messner *2019-04-18 04:33:39*
33+
34+
**Made handling of merge_request event more resilient (#332).**
35+
36+
37+
[afdd3ef30bb3d70](https://github.com/gmessner/gitlab4j-api/commit/afdd3ef30bb3d70) Greg Messner *2019-04-18 04:32:54*
38+
39+
40+
### No issue
41+
42+
**Bumped version.**
43+
44+
45+
[319527c8ffc62da](https://github.com/gmessner/gitlab4j-api/commit/319527c8ffc62da) Greg Messner *2019-04-18 04:34:19*
46+
47+
**Added event_type property.**
48+
49+
50+
[74d939480966b81](https://github.com/gmessner/gitlab4j-api/commit/74d939480966b81) Greg Messner *2019-04-17 22:47:20*
51+
52+
**Updated Jersey version to 2.28**
53+
54+
55+
[f985c6813011bbf](https://github.com/gmessner/gitlab4j-api/commit/f985c6813011bbf) Greg Messner *2019-04-17 19:35:43*
56+
57+
58+
## gitlab4j-api-4.10.1
59+
### GitHub [#332](https://github.com/gmessner/gitlab4j-api/issues/332) Does the system hook api support the merge request? *enhancement*
60+
61+
**Fixed issue unmarhalling merge_request system hook events (#332).**
62+
63+
64+
[0c31bd4332db0f5](https://github.com/gmessner/gitlab4j-api/commit/0c31bd4332db0f5) Greg Messner *2019-04-17 15:20:46*
65+
66+
**Reorganized and added new system hook event tests (#332).**
67+
68+
69+
[04a7698018dd839](https://github.com/gmessner/gitlab4j-api/commit/04a7698018dd839) Greg Messner *2019-04-17 15:19:50*
70+
71+
72+
### No issue
73+
74+
**Bumped version.**
75+
76+
77+
[9c9df1b7ec93d5e](https://github.com/gmessner/gitlab4j-api/commit/9c9df1b7ec93d5e) Greg Messner *2019-04-17 15:21:22*
78+
79+
80+
## gitlab4j-api-4.10.0
81+
### GitHub [#327](https://github.com/gmessner/gitlab4j-api/issues/327) Found banned dependency while wrapping api into a Jenkins plugin *enhancement*
82+
83+
**Removed use of JAXB (#327).**
84+
85+
86+
[45ff580c7ddafb6](https://github.com/gmessner/gitlab4j-api/commit/45ff580c7ddafb6) Greg Messner *2019-04-17 05:54:37*
87+
88+
**Removed use of JAXB DatatypeConverter (#327).**
89+
90+
91+
[994493d1b3c76e5](https://github.com/gmessner/gitlab4j-api/commit/994493d1b3c76e5) Greg Messner *2019-04-17 05:52:58*
92+
93+
**Added testing of more variations of date formats (#327).**
94+
95+
96+
[202355e8c28f14a](https://github.com/gmessner/gitlab4j-api/commit/202355e8c28f14a) Greg Messner *2019-04-17 05:52:16*
97+
98+
99+
### GitHub [#332](https://github.com/gmessner/gitlab4j-api/issues/332) Does the system hook api support the merge request? *enhancement*
100+
101+
**Added methods to unmarshal from JsonNode (#332).**
102+
103+
104+
[7a0906fdba89cfa](https://github.com/gmessner/gitlab4j-api/commit/7a0906fdba89cfa) Greg Messner *2019-04-17 05:53:54*
105+
106+
**Added support for merge_request system hook (#332).**
107+
108+
109+
[82c1deea32983e6](https://github.com/gmessner/gitlab4j-api/commit/82c1deea32983e6) Greg Messner *2019-04-17 05:51:05*
110+
111+
**Initial commit (#332).**
112+
113+
114+
[44b47f3ab9bab97](https://github.com/gmessner/gitlab4j-api/commit/44b47f3ab9bab97) Greg Messner *2019-04-17 05:46:00*
115+
116+
117+
### No issue
118+
119+
**Bumped version to 4.10.0**
120+
121+
122+
[34ff9512b7aaac5](https://github.com/gmessner/gitlab4j-api/commit/34ff9512b7aaac5) Greg Messner *2019-04-17 05:57:01*
123+
124+
**Bumped version to 4.10.0.**
125+
126+
127+
[4eb2c45eab3f106](https://github.com/gmessner/gitlab4j-api/commit/4eb2c45eab3f106) Greg Messner *2019-04-17 05:56:19*
128+
129+
**Fixed grammar in Stream section.**
130+
131+
132+
[043521ac4a8c935](https://github.com/gmessner/gitlab4j-api/commit/043521ac4a8c935) Greg Messner *2019-04-12 18:24:30*
133+
134+
**Generated latest changelog.**
135+
136+
137+
[b9728a35f57d939](https://github.com/gmessner/gitlab4j-api/commit/b9728a35f57d939) Greg Messner *2019-04-12 17:13:19*
138+
139+
4140
## gitlab4j-api-4.9.23
5141
### GitHub [#325](https://github.com/gmessner/gitlab4j-api/issues/325) Add labels support to IssueEvent returned via Webhook *enhancement*
6142

0 commit comments

Comments
 (0)