Releases: roadrunner-server/goridge
Releases · roadrunner-server/goridge
v3.2.7
🩹 Fixes:
- 🐛 Fix: incorrect header pointer usage for the
RAW
payloads.
v3.2.6
- 💔 Revert
JSON
library update.
v3.2.4
🚀 New:
- ✏️ Include bad header data in the returned error.
v3.2.3
🚀 New:
- ✏️ New reusable pool with size classes. More than 50% boost in allocation time.
- ✏️ Better handling
file not found
error.
v3.2.2
- 🚀 Internal performance improvements (~15% for the RPC).
v3.2.2-beta.1
- Improve RPC performance up to 20%.
v3.2.1
📦 Packages:
- 📦 Update Go to
v1.17
- 📦 Update
msgpack
to v5
v3.2.0
🚀 New:
- ✏️ 50% reduce bound checks in the frame's operations. PR
🩹 Fixes:
- 🐛 Fix: bug with incorrectly interpreted header length AND operation.
🔨 BC:
- 💔 Frame now for the internal (but public) operations receive additional
[]byte
slice to skip bound checks.
v3.1.4
🩹 Fixes:
- 🐛 Fix: Duplicated RPC error message: PR
v3.1.3
🩹 Fixes:
- 🐛 Fix: Performance optimizations PR