Skip to content

Releases: sirn-se/phrity-net-stream

v2.1.2

09 Jan 08:09
e6ace99
Compare
Choose a tag to compare

Check valid resource type on close()

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

v2.1.1

07 Dec 15:40
b44451b
Compare
Choose a tag to compare

No deprecation warning. in PHP 8.4.

What's Changed

Full Changelog: 2.1.0...2.1.1

v2.1.0

14 Sep 12:05
875d87c
Compare
Choose a tag to compare
  • Server setContext() method
  • Collection waitRead() handle warnings

v2.0.1

30 Jun 10:46
4a6704f
Compare
Choose a tag to compare
  • Updating dependencies

v2.0.0

06 Mar 19:19
Compare
Choose a tag to compare
  • Php ^8.0
  • Modernized code
  • Various minor updates

v1.3.0

22 Oct 10:49
9105931
Compare
Choose a tag to compare
  • closeRead() and closeWrite() to close read and write separately
  • GitHub Actions refactored

StreamClient and more

05 Jul 14:10
83435f3
Compare
Choose a tag to compare
  • StreamClient class
  • Various extensions and improvements

Stream collection

21 Dec 08:41
69863af
Compare
Choose a tag to compare

Adds StreamCollection class. Allows working on batch of streams; filter, select and more.

Initial version

02 Dec 07:57
Compare
Choose a tag to compare

Stream, SocketStream, SocketServer and StreamFactory classes.