Releases: xp-framework/networking
Releases · xp-framework/networking
11.0.0: ServerImplementation API
- Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid) - Merged PR #29: Add new
peer.server.ServerImplementationAPI. This
replaces the now depreactedpeer.server.Serverinterface.
(@thekid)
10.5.1: Async generator fix
- Fixed async server to ignore generator values for unknown keys, see
xp-framework/core#357 (comment)
(@thekid) - Added PHP 8.5 and 8.6 to the test matrix - @thekid
10.5.0: XP 12 compatibility
10.4.1: Select vagaries fix
- Fixed vagary of stream_select() sometimes not preserving array keys.
This occurs sometimes (?!) in PHP 7.0 and PHP 7.1 even though bug
53427 was fixed in PHP 5.4.1, see https://bugs.php.net/bug.php?id=53427
(@thekid)
10.4.0: Fine-graned async I/O
10.3.1: Reflection fix
- Fixed package reflection for
peer.serverby deferring the check for
ext/pcntluntil server implementations based on its functionality
are instantiated, not just loaded
(@thekid)
10.3.0: Simplified peer.net API
10.2.3: PHP 8.2 compatibility fixes
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
10.2.2: XP 11, library compatibility
- Made compatible with XP 11 and
xp-framework/loggingversion 11.0.0
(@thekid)