Releases: roadrunner-server/goridge
Releases · roadrunner-server/goridge
v2.4.2
- Add phpstan analyzer
- Fix code warnings from phpstan
- Improve Relay factory and SocketRelay
- Improve test coverage
- Performance improvements
- See the full milestone here: link
v2.4.0
- More tests for PHP (@vvval)
- Upgrade PHP version to the 7.2 (currently minimum supported)
- Add new RelayInterface link (@vvval)
- See the full milestone here: link
v2.3.2
Syscall usage optimized. Now the data is packing and sending via 1 (or 2 in some cases) send_socket calls, instead of 2-3 (by @vvval)
Unix sockets supported on windows (AF_UNIX) starting from OS Build 17056.
Added the ability to define own relay with a codec (by @Reasno)
v2.2.0
- Updated travis to support go 1.13
- Updated tests (errors handling, simplify)
- Add go modules support
- Optimize pack function
by @ValeryPiashchynski
v2.1.4
- minor performance improvements by @zloyuser
- removed nighly from travis
v2.1.3
- less ambiguous error when invalid data found (
invalid prefix
=> invalid data found in the buffer (possible echo)
)
- added PHP 7.3 to travis