Skip to content

v3.0.0

Compare
Choose a tag to compare
@WarriorXK WarriorXK released this 22 Oct 06:45
· 48 commits to master since this release
71f24b2
  • Added ITaggable. to allow for setting tags on objects
  • Added read and write counters on AConnection to monitor the amount of messages send and received
  • Implemented PHP7.3 features where possible (i.e. nullable and void returns, const visibility)
  • Renamed the following constants
    • Error::C_READ_HANDSHAKEFAILURE => C_READ_HANDSHAKE_FAILURE
    • Error::C_READ_HANDSHAKETOLARGE => C_READ_HANDSHAKE_TO_LARGE
    • Error::C_READ_RSVBIT_SET => C_READ_RSV_BIT_SET
  • Removed
    • Error::C_READ_INVALID_TARGET_STREAM
    • Read:: C_NEW_TCP_CONNECTION_AVAILABLE
    • Read::C_NEW_TCP_CONNECTION
    • Read::C_NEWCONNECTION
    • AUpdate->getSourceObject
  • Moved to travis-ci.com instead of .org
  • Updated to latest PHPUnit