Skip to content

Commit d6508d3

Browse files
committed
update changelog
1 parent 9319ca7 commit d6508d3

File tree

1 file changed

+67
-3
lines changed

1 file changed

+67
-3
lines changed

CHANGELOG.md

Lines changed: 67 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1-
# Change Log
1+
# Changelog
22

3-
## [v4.2.2](https://github.com/prooph/common/tree/v4.2.2)
3+
## [v4.4.0](https://github.com/prooph/common/tree/v4.4.0)
4+
5+
[Full Changelog](https://github.com/prooph/common/compare/v4.3.0..v4.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow use of ramsey/uuid ^4.0 [\#79](https://github.com/prooph/common/pull/79) ([kochen](https://github.com/kochen))
10+
11+
**Closed issues:**
12+
13+
- Ramsey/uuid v4 is out [\#78](https://github.com/prooph/common/issues/78)
14+
- Only array and scalar in event objects [\#77](https://github.com/prooph/common/issues/77)
15+
- Allow objects in message payload / enforce scalar values only for infrastructure reasons [\#68](https://github.com/prooph/common/issues/68)
16+
17+
**Merged pull requests:**
18+
19+
- Change copyright [\#76](https://github.com/prooph/common/pull/76) ([codeliner](https://github.com/codeliner))
20+
- Update cs headers [\#75](https://github.com/prooph/common/pull/75) ([basz](https://github.com/basz))
21+
- Add return annotations [\#74](https://github.com/prooph/common/pull/74) ([enumag](https://github.com/enumag))
22+
23+
## [v4.3.0](https://github.com/prooph/common/tree/v4.3.0) (2018-08-22)
24+
25+
[Full Changelog](https://github.com/prooph/common/compare/v4.2.2...v4.3.0)
26+
27+
**Closed issues:**
28+
29+
- RFC: messageName\(\) method is abstract by default [\#72](https://github.com/prooph/common/issues/72)
30+
- RFC: Change createdAt format on MessageConverter [\#71](https://github.com/prooph/common/issues/71)
31+
- RFC: Remove payload from Message [\#70](https://github.com/prooph/common/issues/70)
32+
33+
## [v4.2.2](https://github.com/prooph/common/tree/v4.2.2) (2018-03-22)
434

535
[Full Changelog](https://github.com/prooph/common/compare/v4.2.1...v4.2.2)
636

@@ -9,6 +39,7 @@
939
- Fix DomainMessage metadata bottleneck [\#69](https://github.com/prooph/common/pull/69) ([enumag](https://github.com/enumag))
1040

1141
## [v4.2.1](https://github.com/prooph/common/tree/v4.2.1) (2017-12-04)
42+
1243
[Full Changelog](https://github.com/prooph/common/compare/v4.2.0...v4.2.1)
1344

1445
**Implemented enhancements:**
@@ -20,20 +51,23 @@
2051
- PayloadTrait requires payload to present [\#65](https://github.com/prooph/common/issues/65)
2152

2253
## [v4.2.0](https://github.com/prooph/common/tree/v4.2.0) (2017-12-02)
54+
2355
[Full Changelog](https://github.com/prooph/common/compare/v4.1.0...v4.2.0)
2456

2557
**Implemented enhancements:**
2658

2759
- make payload optional [\#66](https://github.com/prooph/common/pull/66) ([prolic](https://github.com/prolic))
2860

2961
## [v4.1.0](https://github.com/prooph/common/tree/v4.1.0) (2017-03-30)
62+
3063
[Full Changelog](https://github.com/prooph/common/compare/v4.0.0...v4.1.0)
3164

3265
**Merged pull requests:**
3366

3467
- Prepare for 4.0 Release [\#62](https://github.com/prooph/common/pull/62) ([prolic](https://github.com/prolic))
3568

3669
## [v4.0.0](https://github.com/prooph/common/tree/v4.0.0) (2017-02-10)
70+
3771
[Full Changelog](https://github.com/prooph/common/compare/v4.0.0-beta2...v4.0.0)
3872

3973
**Implemented enhancements:**
@@ -49,9 +83,11 @@
4983
- Docs [\#59](https://github.com/prooph/common/pull/59) ([prolic](https://github.com/prolic))
5084

5185
## [v4.0.0-beta2](https://github.com/prooph/common/tree/v4.0.0-beta2) (2017-01-07)
86+
5287
[Full Changelog](https://github.com/prooph/common/compare/v4.0.0-beta1...v4.0.0-beta2)
5388

5489
## [v4.0.0-beta1](https://github.com/prooph/common/tree/v4.0.0-beta1) (2016-12-12)
90+
5591
[Full Changelog](https://github.com/prooph/common/compare/v3.7.1...v4.0.0-beta1)
5692

5793
**Implemented enhancements:**
@@ -67,13 +103,15 @@
67103
- Upgrade to ramsey/uuid 3.x [\#48](https://github.com/prooph/common/issues/48)
68104

69105
## [v3.7.1](https://github.com/prooph/common/tree/v3.7.1) (2016-05-14)
106+
70107
[Full Changelog](https://github.com/prooph/common/compare/v3.7...v3.7.1)
71108

72109
**Implemented enhancements:**
73110

74111
- Update to coveralls ^1.0 [\#53](https://github.com/prooph/common/issues/53)
75112

76113
## [v3.7](https://github.com/prooph/common/tree/v3.7) (2016-01-30)
114+
77115
[Full Changelog](https://github.com/prooph/common/compare/v3.6...v3.7)
78116

79117
**Closed issues:**
@@ -86,6 +124,7 @@
86124
- move setPayload call to allow the method to use information from metadata array \(develop\) [\#50](https://github.com/prooph/common/pull/50) ([pvgnd](https://github.com/pvgnd))
87125

88126
## [v3.6](https://github.com/prooph/common/tree/v3.6) (2015-11-08)
127+
89128
[Full Changelog](https://github.com/prooph/common/compare/v3.5.5...v3.6)
90129

91130
**Implemented enhancements:**
@@ -97,20 +136,23 @@
97136
- added abstract method init\(\) to ensure it's available [\#46](https://github.com/prooph/common/pull/46) ([sandrokeil](https://github.com/sandrokeil))
98137

99138
## [v3.5.5](https://github.com/prooph/common/tree/v3.5.5) (2015-10-02)
139+
100140
[Full Changelog](https://github.com/prooph/common/compare/v3.5.4...v3.5.5)
101141

102142
**Fixed bugs:**
103143

104144
- allow null in payload [\#43](https://github.com/prooph/common/pull/43) ([prolic](https://github.com/prolic))
105145

106146
## [v3.5.4](https://github.com/prooph/common/tree/v3.5.4) (2015-09-15)
147+
107148
[Full Changelog](https://github.com/prooph/common/compare/v3.5.3...v3.5.4)
108149

109150
**Merged pull requests:**
110151

111152
- faster fqcn message factory [\#42](https://github.com/prooph/common/pull/42) ([prolic](https://github.com/prolic))
112153

113154
## [v3.5.3](https://github.com/prooph/common/tree/v3.5.3) (2015-09-01)
155+
114156
[Full Changelog](https://github.com/prooph/common/compare/v3.5.2...v3.5.3)
115157

116158
**Merged pull requests:**
@@ -119,13 +161,15 @@
119161
- test php7 on travis [\#40](https://github.com/prooph/common/pull/40) ([prolic](https://github.com/prolic))
120162

121163
## [v3.5.2](https://github.com/prooph/common/tree/v3.5.2) (2015-08-26)
164+
122165
[Full Changelog](https://github.com/prooph/common/compare/v3.5.1...v3.5.2)
123166

124167
**Implemented enhancements:**
125168

126169
- Add tests [\#39](https://github.com/prooph/common/pull/39) ([prolic](https://github.com/prolic))
127170

128171
## [v3.5.1](https://github.com/prooph/common/tree/v3.5.1) (2015-08-25)
172+
129173
[Full Changelog](https://github.com/prooph/common/compare/v3.5...v3.5.1)
130174

131175
**Closed issues:**
@@ -137,13 +181,15 @@
137181
- Create DateTime from microseconds [\#38](https://github.com/prooph/common/pull/38) ([codeliner](https://github.com/codeliner))
138182

139183
## [v3.5](https://github.com/prooph/common/tree/v3.5) (2015-08-25)
184+
140185
[Full Changelog](https://github.com/prooph/common/compare/v3.4...v3.5)
141186

142187
**Merged pull requests:**
143188

144189
- Force \DateTimeInterface [\#37](https://github.com/prooph/common/pull/37) ([codeliner](https://github.com/codeliner))
145190

146191
## [v3.4](https://github.com/prooph/common/tree/v3.4) (2015-08-23)
192+
147193
[Full Changelog](https://github.com/prooph/common/compare/v3.3.1...v3.4)
148194

149195
**Implemented enhancements:**
@@ -156,16 +202,19 @@
156202
- Improve interface descriptions [\#35](https://github.com/prooph/common/pull/35) ([codeliner](https://github.com/codeliner))
157203

158204
## [v3.3.1](https://github.com/prooph/common/tree/v3.3.1) (2015-08-13)
205+
159206
[Full Changelog](https://github.com/prooph/common/compare/v3.3...v3.3.1)
160207

161208
## [v3.3](https://github.com/prooph/common/tree/v3.3) (2015-08-12)
209+
162210
[Full Changelog](https://github.com/prooph/common/compare/v3.2.1...v3.3)
163211

164212
**Merged pull requests:**
165213

166214
- Add a message interface to reduce coupling [\#32](https://github.com/prooph/common/pull/32) ([codeliner](https://github.com/codeliner))
167215

168216
## [v3.2.1](https://github.com/prooph/common/tree/v3.2.1) (2015-08-11)
217+
169218
[Full Changelog](https://github.com/prooph/common/compare/v3.2...v3.2.1)
170219

171220
**Closed issues:**
@@ -177,6 +226,7 @@
177226
- Treat all dates as UTC [\#31](https://github.com/prooph/common/pull/31) ([codeliner](https://github.com/codeliner))
178227

179228
## [v3.2](https://github.com/prooph/common/tree/v3.2) (2015-07-30)
229+
180230
[Full Changelog](https://github.com/prooph/common/compare/v3.1...v3.2)
181231

182232
**Merged pull requests:**
@@ -185,20 +235,23 @@
185235
- Messaging docs [\#28](https://github.com/prooph/common/pull/28) ([codeliner](https://github.com/codeliner))
186236

187237
## [v3.1](https://github.com/prooph/common/tree/v3.1) (2015-07-26)
238+
188239
[Full Changelog](https://github.com/prooph/common/compare/v3.0.1...v3.1)
189240

190241
**Merged pull requests:**
191242

192243
- Add message converter [\#27](https://github.com/prooph/common/pull/27) ([codeliner](https://github.com/codeliner))
193244

194245
## [v3.0.1](https://github.com/prooph/common/tree/v3.0.1) (2015-07-26)
246+
195247
[Full Changelog](https://github.com/prooph/common/compare/v3.0...v3.0.1)
196248

197249
**Merged pull requests:**
198250

199251
- Rename name property of domain message to message name [\#26](https://github.com/prooph/common/pull/26) ([codeliner](https://github.com/codeliner))
200252

201253
## [v3.0](https://github.com/prooph/common/tree/v3.0) (2015-07-25)
254+
202255
[Full Changelog](https://github.com/prooph/common/compare/v2.2...v3.0)
203256

204257
**Closed issues:**
@@ -227,6 +280,7 @@
227280
- Turn DomainMessage into abstract class [\#16](https://github.com/prooph/common/pull/16) ([codeliner](https://github.com/codeliner))
228281

229282
## [v2.2](https://github.com/prooph/common/tree/v2.2) (2015-05-22)
283+
230284
[Full Changelog](https://github.com/prooph/common/compare/v2.1...v2.2)
231285

232286
**Closed issues:**
@@ -238,6 +292,7 @@
238292
- Patch-5: Add message type Query [\#6](https://github.com/prooph/common/pull/6) ([codeliner](https://github.com/codeliner))
239293

240294
## [v2.1](https://github.com/prooph/common/tree/v2.1) (2015-05-22)
295+
241296
[Full Changelog](https://github.com/prooph/common/compare/v2.0...v2.1)
242297

243298
**Implemented enhancements:**
@@ -249,29 +304,38 @@
249304
- Patch-3: Add ProophActionEventDispatcher [\#4](https://github.com/prooph/common/pull/4) ([codeliner](https://github.com/codeliner))
250305

251306
## [v2.0](https://github.com/prooph/common/tree/v2.0) (2015-05-09)
307+
252308
[Full Changelog](https://github.com/prooph/common/compare/v1.5...v2.0)
253309

254310
## [v1.5](https://github.com/prooph/common/tree/v1.5) (2015-05-01)
311+
255312
[Full Changelog](https://github.com/prooph/common/compare/v1.4...v1.5)
256313

257314
## [v1.4](https://github.com/prooph/common/tree/v1.4) (2015-04-30)
315+
258316
[Full Changelog](https://github.com/prooph/common/compare/v1.3...v1.4)
259317

260318
## [v1.3](https://github.com/prooph/common/tree/v1.3) (2015-04-30)
319+
261320
[Full Changelog](https://github.com/prooph/common/compare/v1.2...v1.3)
262321

263322
## [v1.2](https://github.com/prooph/common/tree/v1.2) (2015-04-30)
323+
264324
[Full Changelog](https://github.com/prooph/common/compare/v1.1...v1.2)
265325

266326
## [v1.1](https://github.com/prooph/common/tree/v1.1) (2015-03-06)
327+
267328
[Full Changelog](https://github.com/prooph/common/compare/v1.0...v1.1)
268329

269330
## [v1.0](https://github.com/prooph/common/tree/v1.0) (2015-03-05)
331+
332+
[Full Changelog](https://github.com/prooph/common/compare/6aff163e7c312dde09a7cdf29875459be869e7e3...v1.0)
333+
270334
**Closed issues:**
271335

272336
- Wrap ZF2 Service Manager [\#2](https://github.com/prooph/common/issues/2)
273337
- Wrap ZF2 Event Manager [\#1](https://github.com/prooph/common/issues/1)
274338

275339

276340

277-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
341+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)