Skip to content

Releases: Nekland/Woketo

[2.2.1] - 2018-12-06

06 Dec 10:10
Compare
Choose a tag to compare

Fixed

  • Fix error on early socket disconnection (error generating fatal)

[2.2.0] - 2018-10-04

04 Oct 21:58
Compare
Choose a tag to compare

Added

  • onDisconnect method could be implemented in a MessageHandler. This method is called when the connection between client and server is resume

Changed

  • Allow nekland/tools in 2.0 version (still works with 1.0)

[2.1.0] - 2018-08-02

02 Aug 19:38
Compare
Choose a tag to compare

Changed

  • Update of depedencies, no compatibility break on Woketo API
  • Update of PHPUnit and the test suite to have better tests

[2.0.2] - 2018-06-04

03 Jun 22:03
Compare
Choose a tag to compare

Fixed

  • Fix ability to specify hostname of the server on non secured protocol

[2.0.1] - 2018-02-11

11 Feb 15:55
2533f9b
Compare
Choose a tag to compare

Added

  • Add possibility to retrieve the loop #133

Fixed

  • Fix wrong doc about woketo client

Woketo 2.0.0 : WebSocketClient

25 Aug 16:12
Compare
Choose a tag to compare

Added

  • WebSocketClient class that allows you to dial with a standard WebSocket server
  • Javascript server that proves that woketo server works with anything (not just autobahn testsuite)

Changed

  • [BC Break] Message handlers now use an AbstractConnection class in their methods
  • Internal: the method processHandcheck is now processHandshake and follows AbstractConnection class requirements
  • Internal: the MessageProcessor now needs to be aware of its quality of client or server.
  • Internal: the BitManipulation class now uses PHP native functions
  • Internal: the BitManipulation class uses new method names

Version 1.1.0

24 Jan 20:15
Compare
Choose a tag to compare

Added

  • Support for different handlers depending on specified URI in the request
  • Add wss support

Changed

  • [BC Break] in the internal API, the "Connection" signature changed. This should not impact any user though
  • react socket minimum version required upgraded (no bc break)

Version 1.0.0

03 Jan 00:11
Compare
Choose a tag to compare

First release of Woketo.