The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
MessageInterface
- The
Message
is now immutable. Replaced "setters" with "withers". Storage::create()
andStorage::update()
has updated signatures to use theMessageInterface
.
- Support for Symfony 4
- Documentation change on interface.
TransferableStorage
Message
is now final
Storage::create(Message $message)
Init release