Skip to content

v5.0.0

Compare
Choose a tag to compare
@stefanak-michal stefanak-michal released this 06 Nov 17:56
· 129 commits to master since this release
e58f31d

Buy Me a Coffee at ko-fi.com

List of most important (breaking) changes

  • Structures moved to protocol versions and follows updated documentation.
  • Implemented pipelining #99 and now you need to call getResponse or getResponses to fetch awaiting messages from server.
  • Each received server message is now provided as instance of \Bolt\protocol\Response class.
  • Removed MessageException and IgnoredException. Now it can be verified with response signature.
  • Added server state (docs).
  • Removed backward compatibility for Bolt messages (ex. before you were able to call init on v3 and higher).

What's Changed

Full Changelog: v4.1.1...v5