Skip to content

Releases: roadrunner-server/goridge

v2.1.2

07 Jun 13:08
0351012
Compare
Choose a tag to compare
  • added 8 more bytes to the payload
  • added error detection mechanism over binary masks

v2.1.1

07 Jun 12:19
e541345
Compare
Choose a tag to compare
  • added panic handler for pipe relay

v2.1.0

03 Jun 14:55
27197f4
Compare
Choose a tag to compare
  • added golang ClientCodec implementation
  • additional error detections
  • added sequence support
  • more tests

v2.0.5

03 Apr 14:02
4bff3a2
Compare
Choose a tag to compare
  • handled possible panic on reading from broken connection in socket relay

v2.0.4

22 Mar 02:45
f0a8108
Compare
Choose a tag to compare
  • minor performance improvement in memory allocation for buffer by @243083df

v2.0.3

20 Feb 11:53
5e2bc5b
Compare
Choose a tag to compare
  • fixed unix socket support on MacOS by @bgetsug

v2.0.2

29 Jan 08:25
c08dcbc
Compare
Choose a tag to compare
  • typo in SOCK_TPC constant

v2.0.1

23 Jan 22:15
24a3689
Compare
Choose a tag to compare
  • support sending empty string payloads without PAYLOAD_NONE flag

v2.0.0

17 Nov 11:13
f60182b
Compare
Choose a tag to compare
  • ext-sockets is not required anymore
  • Connection renamed to Relay
  • JsonRPC renamed to RPC
  • Performance optimizations (+20% speed improvement)
  • Added relay over standard streams and pipes
  • Added ability to invoke PHP from Go
  • Added control headers to manage execution flow
  • CLOSE_CONNECTION and KEEP_CONNECTION constants are removed
  • *_BODY constants renamed to PAYLOAD_* to comply with .go code
  • Protocol is extracted from Codec as independent abstraction
  • Simplified RPC Codec implementation
  • Code is formatted to comply to Golint
  • More tests
  • More documentation
  • More error checks in PHP code
  • License provider moved from Spiral Framework to SpiralScout

v1.0.4

21 Aug 10:00
Compare
Choose a tag to compare
  • library dependency downgraded to support PHP7.0 by @thePanz