Skip to content

Releases: xp-forge/websockets

4.0.0: WebSocket client

06 Oct 20:05
Compare
Choose a tag to compare
  • Dropped support for PHP < 7.4, see xp-framework/rfc#343 - @thekid
  • Heads up: The websocket.Listener's close() method now has two
    additional parameters, code and reason, which need to be added to
    implementations.
    (@thekid)
  • Merged PR #6: Add WebSocket client implementation - @thekid

3.1.0: XP 12 compatibility

24 Mar 13:39
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

3.0.0: Open/close listeners

14 Dec 11:58
Compare
Choose a tag to compare
  • Made it possible to directly return a listener from Listeners::serve().
    (@thekid)
  • Merged PR #5: Make it possible to react to connections being opened and
    closed. Implement the websocket.Listener class' methods open() and
    close() respectively. These are NOOPs by default.
    (@thekid)

2.1.0: Environment accessors

10 Dec 10:08
Compare
Choose a tag to compare
  • Merged PR #4: Add accessor for system's temporary directory - @thekid
  • Merged PR #3: Access environment variable accessors - @thekid
  • Fixed xp ws command to work correctly via Composer - @thekid
  • Added PHP 8.4 to test matrix - @thekid
  • Merged PR #2: Migrate to new testing library - @thekid

2.0.0: Drop XP < 9, add XP 11

24 Oct 09:13
Compare
Choose a tag to compare

1.0.1: Library compatibility

10 Apr 11:09
Compare
Choose a tag to compare
  • Made compatible with xp-forge/uri version 2.0.0 - @thekid

1.0.0: Drop PHP5

01 Dec 11:54
Compare
Choose a tag to compare

0.2.0: Composer fix

01 Dec 11:53
Compare
Choose a tag to compare
  • Fixed Skipped installation of bin bin/xp.xp-forge.web error
    when installing with Composer
    (@thekid)

0.1.0: Initial release

23 Sep 15:03
Compare
Choose a tag to compare
Pre-release
  • Hello World! First release - @thekid