Skip to content

Releases: prooph/common

3.5 Release

25 Aug 14:51
Compare
Choose a tag to compare

We had to slightly change the interface of the new Prooph\Common\Mesaging\MessageConverter.
As no prooph components actually use the new conversion mechanism in a stable version we treat this only as a minor version change.

See PR #37 for details.

3.4 Release

23 Aug 21:53
Compare
Choose a tag to compare

A small release that adds better description to the interfaces:

  • Prooph\Common\Messaging\MessageFactory
  • Prooph\Common\Messaging\MessageConverter

3.3.1 Bugfix Release

13 Aug 19:55
Compare
Choose a tag to compare

Fixes

  • Wrong method signature of NoOpMessageConverter::convertToArray after introducing Message interface

3.3 Release

12 Aug 20:36
Compare
Choose a tag to compare

Added

  • #32 Adds a Prooph\Common\Messaging\Message interface to allow custom message implementations

3.2.1 Bugfix Release

11 Aug 20:50
Compare
Choose a tag to compare

Fixed

  • #31 Treat all dates as UTC

3.2 Release

30 Jul 19:55
Compare
Choose a tag to compare

Added

  • #29 MessageFactory provides defaults so that new messages can be created as well

3.1 Release

26 Jul 13:43
Compare
Choose a tag to compare

Added

  • #27 Adds a MessageConverter interface and a no-op default implementation

3.0.1 Release

26 Jul 13:21
Compare
Choose a tag to compare

Fixes

  • #26 DomainMessage::name should be renamed to DomainMessage::messageName to avoid naming conflicts with custom name properties

3.0 Release

25 Jul 23:17
Compare
Choose a tag to compare

A lot of restructuring took place in the third major release. prooph/common is now a very lean package.

Added

  • #10 MessageFactory interface + FQCNMessageFactory

Changed

  • #8 Turn DomainMessage into abstract class - BC Break!
  • #22 Renamed ActionEventDispatcher -> ActionEventEmitter - BC Break!
  • #14 , #7 Updated composer dependencies

Removed

  • #12 ZF2PsrLogger - this is included in zend-log since 2.6
  • #9 RemoteMessage - BC Break!
  • #13 ZF2ActionEventDispatcher - BC Break!
  • #11 ServiceLocator
    • zend-servicemanager ships with support for Interop\ContainerInterface since 2.6
    • prooph/components should only require Interop\ContainerInterface in the future

2.2 Release

22 May 20:47
Compare
Choose a tag to compare

Added

  • #5 Support for message type Query