Releases: roadrunner-server/goridge
Releases · roadrunner-server/goridge
v3.1.2
🩹 Fixes:
- 🐛 Fix: Bug with incorrect proto interface casting which leads to a panic.
v3.1.1
🚀 New:
- ✏️ Standardise error operations in the whole project.
- ✏️ Remove
frame
to byte
type aliasing in hot paths.
v3.1.0
👀 New:
- ✏️ Add support for the
PROTOBUF
PRC codec PR
v3.0.1
- 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
- Add golang modules support
v3.0.0
- New protocol (pkg/frame/frame.md)
- Various payloads support: msgpack, raw bytes, JSON, gob.
- New repo architecture.
- Shared memory [alfa].
v3.0.0-beta8
Refacoring, add shared_memory transport
v3.0.0-beta7
do not try to decode empty slice
v3.0.0-beta5
Merge pull request #99 from spiral/crc32_insteadof_crc8
Replace CRC8 with CRC32