|
1 |
| -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
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) |
4 | 34 |
|
5 | 35 | [Full Changelog](https://github.com/prooph/common/compare/v4.2.1...v4.2.2)
|
6 | 36 |
|
|
9 | 39 | - Fix DomainMessage metadata bottleneck [\#69](https://github.com/prooph/common/pull/69) ([enumag](https://github.com/enumag))
|
10 | 40 |
|
11 | 41 | ## [v4.2.1](https://github.com/prooph/common/tree/v4.2.1) (2017-12-04)
|
| 42 | + |
12 | 43 | [Full Changelog](https://github.com/prooph/common/compare/v4.2.0...v4.2.1)
|
13 | 44 |
|
14 | 45 | **Implemented enhancements:**
|
|
20 | 51 | - PayloadTrait requires payload to present [\#65](https://github.com/prooph/common/issues/65)
|
21 | 52 |
|
22 | 53 | ## [v4.2.0](https://github.com/prooph/common/tree/v4.2.0) (2017-12-02)
|
| 54 | + |
23 | 55 | [Full Changelog](https://github.com/prooph/common/compare/v4.1.0...v4.2.0)
|
24 | 56 |
|
25 | 57 | **Implemented enhancements:**
|
26 | 58 |
|
27 | 59 | - make payload optional [\#66](https://github.com/prooph/common/pull/66) ([prolic](https://github.com/prolic))
|
28 | 60 |
|
29 | 61 | ## [v4.1.0](https://github.com/prooph/common/tree/v4.1.0) (2017-03-30)
|
| 62 | + |
30 | 63 | [Full Changelog](https://github.com/prooph/common/compare/v4.0.0...v4.1.0)
|
31 | 64 |
|
32 | 65 | **Merged pull requests:**
|
33 | 66 |
|
34 | 67 | - Prepare for 4.0 Release [\#62](https://github.com/prooph/common/pull/62) ([prolic](https://github.com/prolic))
|
35 | 68 |
|
36 | 69 | ## [v4.0.0](https://github.com/prooph/common/tree/v4.0.0) (2017-02-10)
|
| 70 | + |
37 | 71 | [Full Changelog](https://github.com/prooph/common/compare/v4.0.0-beta2...v4.0.0)
|
38 | 72 |
|
39 | 73 | **Implemented enhancements:**
|
|
49 | 83 | - Docs [\#59](https://github.com/prooph/common/pull/59) ([prolic](https://github.com/prolic))
|
50 | 84 |
|
51 | 85 | ## [v4.0.0-beta2](https://github.com/prooph/common/tree/v4.0.0-beta2) (2017-01-07)
|
| 86 | + |
52 | 87 | [Full Changelog](https://github.com/prooph/common/compare/v4.0.0-beta1...v4.0.0-beta2)
|
53 | 88 |
|
54 | 89 | ## [v4.0.0-beta1](https://github.com/prooph/common/tree/v4.0.0-beta1) (2016-12-12)
|
| 90 | + |
55 | 91 | [Full Changelog](https://github.com/prooph/common/compare/v3.7.1...v4.0.0-beta1)
|
56 | 92 |
|
57 | 93 | **Implemented enhancements:**
|
|
67 | 103 | - Upgrade to ramsey/uuid 3.x [\#48](https://github.com/prooph/common/issues/48)
|
68 | 104 |
|
69 | 105 | ## [v3.7.1](https://github.com/prooph/common/tree/v3.7.1) (2016-05-14)
|
| 106 | + |
70 | 107 | [Full Changelog](https://github.com/prooph/common/compare/v3.7...v3.7.1)
|
71 | 108 |
|
72 | 109 | **Implemented enhancements:**
|
73 | 110 |
|
74 | 111 | - Update to coveralls ^1.0 [\#53](https://github.com/prooph/common/issues/53)
|
75 | 112 |
|
76 | 113 | ## [v3.7](https://github.com/prooph/common/tree/v3.7) (2016-01-30)
|
| 114 | + |
77 | 115 | [Full Changelog](https://github.com/prooph/common/compare/v3.6...v3.7)
|
78 | 116 |
|
79 | 117 | **Closed issues:**
|
|
86 | 124 | - 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))
|
87 | 125 |
|
88 | 126 | ## [v3.6](https://github.com/prooph/common/tree/v3.6) (2015-11-08)
|
| 127 | + |
89 | 128 | [Full Changelog](https://github.com/prooph/common/compare/v3.5.5...v3.6)
|
90 | 129 |
|
91 | 130 | **Implemented enhancements:**
|
|
97 | 136 | - added abstract method init\(\) to ensure it's available [\#46](https://github.com/prooph/common/pull/46) ([sandrokeil](https://github.com/sandrokeil))
|
98 | 137 |
|
99 | 138 | ## [v3.5.5](https://github.com/prooph/common/tree/v3.5.5) (2015-10-02)
|
| 139 | + |
100 | 140 | [Full Changelog](https://github.com/prooph/common/compare/v3.5.4...v3.5.5)
|
101 | 141 |
|
102 | 142 | **Fixed bugs:**
|
103 | 143 |
|
104 | 144 | - allow null in payload [\#43](https://github.com/prooph/common/pull/43) ([prolic](https://github.com/prolic))
|
105 | 145 |
|
106 | 146 | ## [v3.5.4](https://github.com/prooph/common/tree/v3.5.4) (2015-09-15)
|
| 147 | + |
107 | 148 | [Full Changelog](https://github.com/prooph/common/compare/v3.5.3...v3.5.4)
|
108 | 149 |
|
109 | 150 | **Merged pull requests:**
|
110 | 151 |
|
111 | 152 | - faster fqcn message factory [\#42](https://github.com/prooph/common/pull/42) ([prolic](https://github.com/prolic))
|
112 | 153 |
|
113 | 154 | ## [v3.5.3](https://github.com/prooph/common/tree/v3.5.3) (2015-09-01)
|
| 155 | + |
114 | 156 | [Full Changelog](https://github.com/prooph/common/compare/v3.5.2...v3.5.3)
|
115 | 157 |
|
116 | 158 | **Merged pull requests:**
|
|
119 | 161 | - test php7 on travis [\#40](https://github.com/prooph/common/pull/40) ([prolic](https://github.com/prolic))
|
120 | 162 |
|
121 | 163 | ## [v3.5.2](https://github.com/prooph/common/tree/v3.5.2) (2015-08-26)
|
| 164 | + |
122 | 165 | [Full Changelog](https://github.com/prooph/common/compare/v3.5.1...v3.5.2)
|
123 | 166 |
|
124 | 167 | **Implemented enhancements:**
|
125 | 168 |
|
126 | 169 | - Add tests [\#39](https://github.com/prooph/common/pull/39) ([prolic](https://github.com/prolic))
|
127 | 170 |
|
128 | 171 | ## [v3.5.1](https://github.com/prooph/common/tree/v3.5.1) (2015-08-25)
|
| 172 | + |
129 | 173 | [Full Changelog](https://github.com/prooph/common/compare/v3.5...v3.5.1)
|
130 | 174 |
|
131 | 175 | **Closed issues:**
|
|
137 | 181 | - Create DateTime from microseconds [\#38](https://github.com/prooph/common/pull/38) ([codeliner](https://github.com/codeliner))
|
138 | 182 |
|
139 | 183 | ## [v3.5](https://github.com/prooph/common/tree/v3.5) (2015-08-25)
|
| 184 | + |
140 | 185 | [Full Changelog](https://github.com/prooph/common/compare/v3.4...v3.5)
|
141 | 186 |
|
142 | 187 | **Merged pull requests:**
|
143 | 188 |
|
144 | 189 | - Force \DateTimeInterface [\#37](https://github.com/prooph/common/pull/37) ([codeliner](https://github.com/codeliner))
|
145 | 190 |
|
146 | 191 | ## [v3.4](https://github.com/prooph/common/tree/v3.4) (2015-08-23)
|
| 192 | + |
147 | 193 | [Full Changelog](https://github.com/prooph/common/compare/v3.3.1...v3.4)
|
148 | 194 |
|
149 | 195 | **Implemented enhancements:**
|
|
156 | 202 | - Improve interface descriptions [\#35](https://github.com/prooph/common/pull/35) ([codeliner](https://github.com/codeliner))
|
157 | 203 |
|
158 | 204 | ## [v3.3.1](https://github.com/prooph/common/tree/v3.3.1) (2015-08-13)
|
| 205 | + |
159 | 206 | [Full Changelog](https://github.com/prooph/common/compare/v3.3...v3.3.1)
|
160 | 207 |
|
161 | 208 | ## [v3.3](https://github.com/prooph/common/tree/v3.3) (2015-08-12)
|
| 209 | + |
162 | 210 | [Full Changelog](https://github.com/prooph/common/compare/v3.2.1...v3.3)
|
163 | 211 |
|
164 | 212 | **Merged pull requests:**
|
165 | 213 |
|
166 | 214 | - Add a message interface to reduce coupling [\#32](https://github.com/prooph/common/pull/32) ([codeliner](https://github.com/codeliner))
|
167 | 215 |
|
168 | 216 | ## [v3.2.1](https://github.com/prooph/common/tree/v3.2.1) (2015-08-11)
|
| 217 | + |
169 | 218 | [Full Changelog](https://github.com/prooph/common/compare/v3.2...v3.2.1)
|
170 | 219 |
|
171 | 220 | **Closed issues:**
|
|
177 | 226 | - Treat all dates as UTC [\#31](https://github.com/prooph/common/pull/31) ([codeliner](https://github.com/codeliner))
|
178 | 227 |
|
179 | 228 | ## [v3.2](https://github.com/prooph/common/tree/v3.2) (2015-07-30)
|
| 229 | + |
180 | 230 | [Full Changelog](https://github.com/prooph/common/compare/v3.1...v3.2)
|
181 | 231 |
|
182 | 232 | **Merged pull requests:**
|
|
185 | 235 | - Messaging docs [\#28](https://github.com/prooph/common/pull/28) ([codeliner](https://github.com/codeliner))
|
186 | 236 |
|
187 | 237 | ## [v3.1](https://github.com/prooph/common/tree/v3.1) (2015-07-26)
|
| 238 | + |
188 | 239 | [Full Changelog](https://github.com/prooph/common/compare/v3.0.1...v3.1)
|
189 | 240 |
|
190 | 241 | **Merged pull requests:**
|
191 | 242 |
|
192 | 243 | - Add message converter [\#27](https://github.com/prooph/common/pull/27) ([codeliner](https://github.com/codeliner))
|
193 | 244 |
|
194 | 245 | ## [v3.0.1](https://github.com/prooph/common/tree/v3.0.1) (2015-07-26)
|
| 246 | + |
195 | 247 | [Full Changelog](https://github.com/prooph/common/compare/v3.0...v3.0.1)
|
196 | 248 |
|
197 | 249 | **Merged pull requests:**
|
198 | 250 |
|
199 | 251 | - Rename name property of domain message to message name [\#26](https://github.com/prooph/common/pull/26) ([codeliner](https://github.com/codeliner))
|
200 | 252 |
|
201 | 253 | ## [v3.0](https://github.com/prooph/common/tree/v3.0) (2015-07-25)
|
| 254 | + |
202 | 255 | [Full Changelog](https://github.com/prooph/common/compare/v2.2...v3.0)
|
203 | 256 |
|
204 | 257 | **Closed issues:**
|
|
227 | 280 | - Turn DomainMessage into abstract class [\#16](https://github.com/prooph/common/pull/16) ([codeliner](https://github.com/codeliner))
|
228 | 281 |
|
229 | 282 | ## [v2.2](https://github.com/prooph/common/tree/v2.2) (2015-05-22)
|
| 283 | + |
230 | 284 | [Full Changelog](https://github.com/prooph/common/compare/v2.1...v2.2)
|
231 | 285 |
|
232 | 286 | **Closed issues:**
|
|
238 | 292 | - Patch-5: Add message type Query [\#6](https://github.com/prooph/common/pull/6) ([codeliner](https://github.com/codeliner))
|
239 | 293 |
|
240 | 294 | ## [v2.1](https://github.com/prooph/common/tree/v2.1) (2015-05-22)
|
| 295 | + |
241 | 296 | [Full Changelog](https://github.com/prooph/common/compare/v2.0...v2.1)
|
242 | 297 |
|
243 | 298 | **Implemented enhancements:**
|
|
249 | 304 | - Patch-3: Add ProophActionEventDispatcher [\#4](https://github.com/prooph/common/pull/4) ([codeliner](https://github.com/codeliner))
|
250 | 305 |
|
251 | 306 | ## [v2.0](https://github.com/prooph/common/tree/v2.0) (2015-05-09)
|
| 307 | + |
252 | 308 | [Full Changelog](https://github.com/prooph/common/compare/v1.5...v2.0)
|
253 | 309 |
|
254 | 310 | ## [v1.5](https://github.com/prooph/common/tree/v1.5) (2015-05-01)
|
| 311 | + |
255 | 312 | [Full Changelog](https://github.com/prooph/common/compare/v1.4...v1.5)
|
256 | 313 |
|
257 | 314 | ## [v1.4](https://github.com/prooph/common/tree/v1.4) (2015-04-30)
|
| 315 | + |
258 | 316 | [Full Changelog](https://github.com/prooph/common/compare/v1.3...v1.4)
|
259 | 317 |
|
260 | 318 | ## [v1.3](https://github.com/prooph/common/tree/v1.3) (2015-04-30)
|
| 319 | + |
261 | 320 | [Full Changelog](https://github.com/prooph/common/compare/v1.2...v1.3)
|
262 | 321 |
|
263 | 322 | ## [v1.2](https://github.com/prooph/common/tree/v1.2) (2015-04-30)
|
| 323 | + |
264 | 324 | [Full Changelog](https://github.com/prooph/common/compare/v1.1...v1.2)
|
265 | 325 |
|
266 | 326 | ## [v1.1](https://github.com/prooph/common/tree/v1.1) (2015-03-06)
|
| 327 | + |
267 | 328 | [Full Changelog](https://github.com/prooph/common/compare/v1.0...v1.1)
|
268 | 329 |
|
269 | 330 | ## [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 | + |
270 | 334 | **Closed issues:**
|
271 | 335 |
|
272 | 336 | - Wrap ZF2 Service Manager [\#2](https://github.com/prooph/common/issues/2)
|
273 | 337 | - Wrap ZF2 Event Manager [\#1](https://github.com/prooph/common/issues/1)
|
274 | 338 |
|
275 | 339 |
|
276 | 340 |
|
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