Skip to content

Releases: GeniusesOfSymfony/WebSocketPhpClient

1.3.0

02 Nov 23:44
v1.3.0
7b897d0
Compare
Choose a tag to compare

Changes from the 1.2.1 release include:

  • Allow install with PHP 8

1.2.1

26 Aug 14:19
v1.2.1
089410a
Compare
Choose a tag to compare

Changes from the 1.2.0 release include:

  • #4 Fix reconnect on connection reset

1.2.0

14 Aug 00:19
v1.2.0
3d53f8b
Compare
Choose a tag to compare

Changes from the 1.1.1 release include:

  • Deprecated the package, Pawl is the recommended replacement

1.1.1

14 Aug 00:19
v1.1.1
Compare
Choose a tag to compare

Changes from the 1.1 release include:

  • Added log messages for most thrown Exceptions

1.1.0

01 Jun 17:59
v1.1.0
Compare
Choose a tag to compare

Changes from the 1.0 release include:

  • Added a client factory (copied from Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactoryInterface and Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactory) in the gos/web-socket-bundle package

1.0

20 Mar 14:45
v1.0.0
Compare
Choose a tag to compare
1.0

This is the stable 1.0 release of this package.

Changes from the 0.3 release include:

  • Introduced Gos\Component\WebSocketClient\Wamp\ClientInterface as an interface for the client class
  • Made Gos\Component\WebSocketClient\Wamp\Client final
  • Added more in-depth type and error checking, and typehinting
  • Extracted the functions that generate string payloads from Gos\Component\WebSocketClient\Wamp\WebsocketPayload into a Gos\Component\WebSocketClient\Wamp\PayloadGeneratorInterface
  • Made Gos\Component\WebSocketClient\Wamp\WebsocketPayload a final class as it serves as a DTO
  • Added automated testing coverage

1.0 Beta

13 Mar 18:31
v1.0.0-beta
Compare
Choose a tag to compare
1.0 Beta Pre-release
Pre-release

This is the first beta for the 1.0 release of this package.

Changes from the 0.3 release include:

  • Introduced Gos\Component\WebSocketClient\Wamp\ClientInterface as an interface for the client class
  • Made Gos\Component\WebSocketClient\Wamp\Client final
  • Added more in-depth type and error checking, and typehinting
  • Extracted the functions that generate string payloads from Gos\Component\WebSocketClient\Wamp\WebsocketPayload into a Gos\Component\WebSocketClient\Wamp\PayloadGeneratorInterface
  • Made Gos\Component\WebSocketClient\Wamp\WebsocketPayload a final class as it serves as a DTO
  • Added automated testing coverage

0.3.1

20 Dec 16:35
v0.3.1
Compare
Choose a tag to compare
  • [#3] Adjusts how the message payload is read (@kasual1)

0.3.0

15 Aug 20:42
v0.3.0
Compare
Choose a tag to compare
  • Replaces broken (and now deleted) 0.2 releases
  • Raise minimum PHP to 7.2
  • Remove requirement on ext/openssl for random bytes implementation
  • Remove unimplemented authentication code

0.1.2

04 Aug 11:45
Compare
Choose a tag to compare
  • 13bb38c Add isConnected public method on Client.php