Skip to content

Releases: roadrunner-server/goridge

v2.4.2

19 May 14:23
4f06669
Compare
Choose a tag to compare
  • 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.1

06 May 08:20
f1be906
Compare
Choose a tag to compare
  • Fix BC changes

v2.4.0

05 May 12:05
99fd70b
Compare
Choose a tag to compare
  • 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.3

22 Apr 14:25
ea46537
Compare
Choose a tag to compare
  • Fix seq initialization

v2.3.2

21 Apr 15:11
Compare
Choose a tag to compare

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.3.0

23 Mar 14:24
22c9d3e
Compare
Choose a tag to compare

v2.2.1

30 Nov 09:39
Compare
Choose a tag to compare

v2.2.0

29 Nov 14:00
d339ea3
Compare
Choose a tag to compare
  • Updated travis to support go 1.13
  • Updated tests (errors handling, simplify)
  • Add go modules support
  • Optimize pack function

by @ValeryPiashchynski

v2.1.4

01 Apr 14:47
4d5c763
Compare
Choose a tag to compare
  • minor performance improvements by @zloyuser
  • removed nighly from travis

v2.1.3

20 Dec 12:09
1d9d4cc
Compare
Choose a tag to compare
  • less ambiguous error when invalid data found (invalid prefix => invalid data found in the buffer (possible echo))
  • added PHP 7.3 to travis