Skip to content

Releases: roadrunner-server/goridge

v3.1.2

10 Jun 15:33
a898daf
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: Bug with incorrect proto interface casting which leads to a panic.

v3.1.1

09 Jun 21:37
089a838
Compare
Choose a tag to compare

🚀 New:

  • ✏️ Standardise error operations in the whole project.
  • ✏️ Remove frame to byte type aliasing in hot paths.

v3.1.0

09 Jun 16:51
dad26cd
Compare
Choose a tag to compare

👀 New:

  • ✏️ Add support for the PROTOBUF PRC codec PR

v3.0.1

06 Feb 17:02
ccad63d
Compare
Choose a tag to compare
  • Move the relay interface to the pkg folder.
  • Separate CI into Linux, macOS, Windows, and Linters.
  • Add PR template.
  • Add dependabot.yml.
  • Correct README.md (Installation and sample)

v1.0.5

06 Feb 16:34
2f4e194
Compare
Choose a tag to compare
  • Add golang modules support

v3.0.0

18 Jan 12:48
d99f4b7
Compare
Choose a tag to compare
  • New protocol (pkg/frame/frame.md)
  • Various payloads support: msgpack, raw bytes, JSON, gob.
  • New repo architecture.
  • Shared memory [alfa].

v3.0.0-beta8

20 Dec 14:02
Compare
Choose a tag to compare
v3.0.0-beta8 Pre-release
Pre-release
Refacoring, add shared_memory transport

v3.0.0-beta7

14 Dec 15:50
Compare
Choose a tag to compare
v3.0.0-beta7 Pre-release
Pre-release
do not try to decode empty slice

v3.0.0-beta6

14 Dec 08:37
Compare
Choose a tag to compare
v3.0.0-beta6 Pre-release
Pre-release
Add comments

v3.0.0-beta5

11 Dec 10:49
14dd9ca
Compare
Choose a tag to compare
v3.0.0-beta5 Pre-release
Pre-release
Merge pull request #99 from spiral/crc32_insteadof_crc8

Replace CRC8 with CRC32