Releases: prooph/common
Releases · prooph/common
3.5 Release
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
A small release that adds better description to the interfaces:
Prooph\Common\Messaging\MessageFactory
Prooph\Common\Messaging\MessageConverter
3.3.1 Bugfix Release
Fixes
- Wrong method signature of
NoOpMessageConverter::convertToArray
after introducing Message interface
3.3 Release
Added
- #32 Adds a
Prooph\Common\Messaging\Message
interface to allow custom message implementations
3.2.1 Bugfix Release
Fixed
- #31 Treat all dates as UTC
3.2 Release
Added
- #29 MessageFactory provides defaults so that new messages can be created as well
3.1 Release
Added
- #27 Adds a
MessageConverter
interface and a no-op default implementation
3.0.1 Release
Fixes
- #26 DomainMessage::name should be renamed to DomainMessage::messageName to avoid naming conflicts with custom name properties
3.0 Release
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
Added
- #5 Support for message type Query