Skip to content

v3.0.7

Choose a tag to compare

@mmasiukevich mmasiukevich released this 26 Feb 13:42
· 13 commits to v3.0 since this release
  • Removed Message, Command, Event interfaces
  • Now the first argument of the handler MUST be the message object
  • The AmqpQueue class constructor is marked private
  • Removed part of redundant exceptions
  • Added verification of the name of the Exchange\Queue
  • Psalm types correction
  • Due to the deletion of the Message interface, the MessageEncoder and MessageDecoder interfaces are changed