Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 838 Bytes

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 838 Bytes

CHANGELOG

0.6.1 (2014-11-20)

0.6.0 (2014-11-13)

  • [MINOR] Issue #3: Library now tries to reconnect via TLS if connection with TCP failed
  • PATCH: Reducing output for blocking listeners.

0.5.0 (2014-10-29)

  • [MINOR]: Messages get now quoted
  • [MINOR]: Classes are now autoloaded with PSR-4

0.4.0 (2014-02-28)

  • [MINOR]: Added a timeout to connection

0.3.0 (2014-02-05)

  • [MINOR]: Digest-MD5 authentication wasn't working
  • PATCH: various code optimizations

0.2.0 (2014-01-27)

  • [MINOR]: Added support for DIGEST-MD5 authentication
  • PATCH: Fixed a bug in xml parser, which triggered wrong events

0.1.0 (2014-01-23)

  • [MINOR]: First release