Releases: sirn-se/websocket-php
Releases · sirn-se/websocket-php
v3.6.2
v3.6.1
- Fix typos and broken link
- Repo setup, PHP 8.5 default, 8.6 unit test
What's Changed
- Misc typos by @pieterocp in #139
- Repo config by @sirn-se in #141
Full Changelog: 3.6.0...3.6.1
v3.6.0
- CloseConnection and ReconnectException in Client listener
- Creating PSR-7 messages using configurable PSR-17 factories
- v4 deprecation warnings
- Improved phpdoc
- Code coverage improvement
What's Changed
- Phpdoc & coverage by @sirn-se in #126
- Backport 3.5 into 3.6 by @sirn-se in #127
- Deprecations by @sirn-se in #128
- Exception flow by @sirn-se in #129
- PSR-17 HTTP factories, confugurable by @sirn-se in #130
- HttpFactory, deprecations by @sirn-se in #133
Full Changelog: 3.5.0...3.6.0
v3.5.0
- Timeouts support float (@sirn-se)
- Client and Server start() can have specific timeout (@sirn-se)
- Internal LoggerAwareTrait for logger handling (@sirn-se)
- Constant in interface (@sirn-se)
- Frame pulling rewritten (@sirn-se)
- phpstan level 8, and fixes accordingly (@sirn-se)
What's Changed
- Phpstan8 by @sirn-se in #118
- Logger initer, final by @sirn-se in #120
- Stream v2.3 by @sirn-se in #122
- Ready by @sirn-se in #123
Full Changelog: 3.4.0...3.5.0
v3.4.0
- Compression Extension as optional middleware (@sirn-se)
- Per-Message Deflate as Compression implementation (@sirn-se)
- Example: Server using SSL certificate capture (@marki555)
What's Changed
- Permessage deflate by @sirn-se in #116
- Documentation fixes by @sirn-se in #114
- Examples & Documentation by @sirn-se in #117
Full Changelog: 3.3.0...3.4.0
v3.3.0
- Using Phrity/Net/Context for context management in Client, Server and Connection
- Additional input checks
- Improved phpdoc and phpstan definitions
- Improved logging: exceptions exposed in context
- Extended documentation and examples
What's Changed
- Context imrovements by @sirn-se in #111
- Phpstan level 7 by @sirn-se in #102
- Logger improvement by @sirn-se in #105
- Documentation, examples, phpstan by @sirn-se in #113
Full Changelog: 3.2.3...3.3.0