Skip to content

Releases: roadrunner-server/goridge

v3.2.7

12 Jan 22:01
66599b9
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: incorrect header pointer usage for the RAW payloads.

v3.2.6

12 Jan 12:51
a635e1f
Compare
Choose a tag to compare
  • 💔 Revert JSON library update.

v3.2.4

25 Nov 12:19
f85d567
Compare
Choose a tag to compare

🚀 New:

  • ✏️ Include bad header data in the returned error.

v3.2.3

18 Oct 11:50
10bb8a0
Compare
Choose a tag to compare

🚀 New:

  • ✏️ New reusable pool with size classes. More than 50% boost in allocation time.
  • ✏️ Better handling file not found error.

v3.2.2

14 Oct 15:29
248f9b1
Compare
Choose a tag to compare
  • 🚀 Internal performance improvements (~15% for the RPC).

v3.2.2-beta.1

01 Oct 11:01
9d3675c
Compare
Choose a tag to compare
v3.2.2-beta.1 Pre-release
Pre-release
  • Improve RPC performance up to 20%.

v3.2.1

19 Aug 07:38
1b1aba4
Compare
Choose a tag to compare

📦 Packages:

  • 📦 Update Go to v1.17
  • 📦 Update msgpack to v5

v3.2.0

09 Aug 14:08
db3c113
Compare
Choose a tag to compare

🚀 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

14 Jun 10:02
efae571
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: Duplicated RPC error message: PR

v3.1.3

11 Jun 11:04
b67b3b1
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: Performance optimizations PR