Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Mar 27, 2020
1 parent 9319ca7 commit d6508d3
Showing 1 changed file with 67 additions and 3 deletions.
70 changes: 67 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Change Log
# Changelog

## [v4.2.2](https://github.com/prooph/common/tree/v4.2.2)
## [v4.4.0](https://github.com/prooph/common/tree/v4.4.0)

[Full Changelog](https://github.com/prooph/common/compare/v4.3.0..v4.4.0)

**Implemented enhancements:**

- Allow use of ramsey/uuid ^4.0 [\#79](https://github.com/prooph/common/pull/79) ([kochen](https://github.com/kochen))

**Closed issues:**

- Ramsey/uuid v4 is out [\#78](https://github.com/prooph/common/issues/78)
- Only array and scalar in event objects [\#77](https://github.com/prooph/common/issues/77)
- Allow objects in message payload / enforce scalar values only for infrastructure reasons [\#68](https://github.com/prooph/common/issues/68)

**Merged pull requests:**

- Change copyright [\#76](https://github.com/prooph/common/pull/76) ([codeliner](https://github.com/codeliner))
- Update cs headers [\#75](https://github.com/prooph/common/pull/75) ([basz](https://github.com/basz))
- Add return annotations [\#74](https://github.com/prooph/common/pull/74) ([enumag](https://github.com/enumag))

## [v4.3.0](https://github.com/prooph/common/tree/v4.3.0) (2018-08-22)

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

**Closed issues:**

- RFC: messageName\(\) method is abstract by default [\#72](https://github.com/prooph/common/issues/72)
- RFC: Change createdAt format on MessageConverter [\#71](https://github.com/prooph/common/issues/71)
- RFC: Remove payload from Message [\#70](https://github.com/prooph/common/issues/70)

## [v4.2.2](https://github.com/prooph/common/tree/v4.2.2) (2018-03-22)

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

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

## [v4.2.1](https://github.com/prooph/common/tree/v4.2.1) (2017-12-04)

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

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

## [v4.2.0](https://github.com/prooph/common/tree/v4.2.0) (2017-12-02)

[Full Changelog](https://github.com/prooph/common/compare/v4.1.0...v4.2.0)

**Implemented enhancements:**

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

## [v4.1.0](https://github.com/prooph/common/tree/v4.1.0) (2017-03-30)

[Full Changelog](https://github.com/prooph/common/compare/v4.0.0...v4.1.0)

**Merged pull requests:**

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

## [v4.0.0](https://github.com/prooph/common/tree/v4.0.0) (2017-02-10)

[Full Changelog](https://github.com/prooph/common/compare/v4.0.0-beta2...v4.0.0)

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

## [v4.0.0-beta2](https://github.com/prooph/common/tree/v4.0.0-beta2) (2017-01-07)

[Full Changelog](https://github.com/prooph/common/compare/v4.0.0-beta1...v4.0.0-beta2)

## [v4.0.0-beta1](https://github.com/prooph/common/tree/v4.0.0-beta1) (2016-12-12)

[Full Changelog](https://github.com/prooph/common/compare/v3.7.1...v4.0.0-beta1)

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

## [v3.7.1](https://github.com/prooph/common/tree/v3.7.1) (2016-05-14)

[Full Changelog](https://github.com/prooph/common/compare/v3.7...v3.7.1)

**Implemented enhancements:**

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

## [v3.7](https://github.com/prooph/common/tree/v3.7) (2016-01-30)

[Full Changelog](https://github.com/prooph/common/compare/v3.6...v3.7)

**Closed issues:**
Expand All @@ -86,6 +124,7 @@
- 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))

## [v3.6](https://github.com/prooph/common/tree/v3.6) (2015-11-08)

[Full Changelog](https://github.com/prooph/common/compare/v3.5.5...v3.6)

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

## [v3.5.5](https://github.com/prooph/common/tree/v3.5.5) (2015-10-02)

[Full Changelog](https://github.com/prooph/common/compare/v3.5.4...v3.5.5)

**Fixed bugs:**

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

## [v3.5.4](https://github.com/prooph/common/tree/v3.5.4) (2015-09-15)

[Full Changelog](https://github.com/prooph/common/compare/v3.5.3...v3.5.4)

**Merged pull requests:**

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

## [v3.5.3](https://github.com/prooph/common/tree/v3.5.3) (2015-09-01)

[Full Changelog](https://github.com/prooph/common/compare/v3.5.2...v3.5.3)

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

## [v3.5.2](https://github.com/prooph/common/tree/v3.5.2) (2015-08-26)

[Full Changelog](https://github.com/prooph/common/compare/v3.5.1...v3.5.2)

**Implemented enhancements:**

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

## [v3.5.1](https://github.com/prooph/common/tree/v3.5.1) (2015-08-25)

[Full Changelog](https://github.com/prooph/common/compare/v3.5...v3.5.1)

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

## [v3.5](https://github.com/prooph/common/tree/v3.5) (2015-08-25)

[Full Changelog](https://github.com/prooph/common/compare/v3.4...v3.5)

**Merged pull requests:**

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

## [v3.4](https://github.com/prooph/common/tree/v3.4) (2015-08-23)

[Full Changelog](https://github.com/prooph/common/compare/v3.3.1...v3.4)

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

## [v3.3.1](https://github.com/prooph/common/tree/v3.3.1) (2015-08-13)

[Full Changelog](https://github.com/prooph/common/compare/v3.3...v3.3.1)

## [v3.3](https://github.com/prooph/common/tree/v3.3) (2015-08-12)

[Full Changelog](https://github.com/prooph/common/compare/v3.2.1...v3.3)

**Merged pull requests:**

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

## [v3.2.1](https://github.com/prooph/common/tree/v3.2.1) (2015-08-11)

[Full Changelog](https://github.com/prooph/common/compare/v3.2...v3.2.1)

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

## [v3.2](https://github.com/prooph/common/tree/v3.2) (2015-07-30)

[Full Changelog](https://github.com/prooph/common/compare/v3.1...v3.2)

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

## [v3.1](https://github.com/prooph/common/tree/v3.1) (2015-07-26)

[Full Changelog](https://github.com/prooph/common/compare/v3.0.1...v3.1)

**Merged pull requests:**

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

## [v3.0.1](https://github.com/prooph/common/tree/v3.0.1) (2015-07-26)

[Full Changelog](https://github.com/prooph/common/compare/v3.0...v3.0.1)

**Merged pull requests:**

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

## [v3.0](https://github.com/prooph/common/tree/v3.0) (2015-07-25)

[Full Changelog](https://github.com/prooph/common/compare/v2.2...v3.0)

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

## [v2.2](https://github.com/prooph/common/tree/v2.2) (2015-05-22)

[Full Changelog](https://github.com/prooph/common/compare/v2.1...v2.2)

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

## [v2.1](https://github.com/prooph/common/tree/v2.1) (2015-05-22)

[Full Changelog](https://github.com/prooph/common/compare/v2.0...v2.1)

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

## [v2.0](https://github.com/prooph/common/tree/v2.0) (2015-05-09)

[Full Changelog](https://github.com/prooph/common/compare/v1.5...v2.0)

## [v1.5](https://github.com/prooph/common/tree/v1.5) (2015-05-01)

[Full Changelog](https://github.com/prooph/common/compare/v1.4...v1.5)

## [v1.4](https://github.com/prooph/common/tree/v1.4) (2015-04-30)

[Full Changelog](https://github.com/prooph/common/compare/v1.3...v1.4)

## [v1.3](https://github.com/prooph/common/tree/v1.3) (2015-04-30)

[Full Changelog](https://github.com/prooph/common/compare/v1.2...v1.3)

## [v1.2](https://github.com/prooph/common/tree/v1.2) (2015-04-30)

[Full Changelog](https://github.com/prooph/common/compare/v1.1...v1.2)

## [v1.1](https://github.com/prooph/common/tree/v1.1) (2015-03-06)

[Full Changelog](https://github.com/prooph/common/compare/v1.0...v1.1)

## [v1.0](https://github.com/prooph/common/tree/v1.0) (2015-03-05)

[Full Changelog](https://github.com/prooph/common/compare/6aff163e7c312dde09a7cdf29875459be869e7e3...v1.0)

**Closed issues:**

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



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

0 comments on commit d6508d3

Please sign in to comment.