Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Releases: roadrunner-server/sdk

v2.12.0

23 Mar 14:24
c2c8127
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.1...v2.12.0

v2.11.1

17 Mar 10:03
60763fa
Compare
Choose a tag to compare

Full Changelog: v2.11.0...v2.11.1

v2.11.0

12 Mar 08:22
90f2996
Compare
Choose a tag to compare

Full Changelog: v2.10.1...v2.11.0

v2.10.1

11 Mar 21:51
ff88bef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0

19 Feb 13:16
3c8a7fe
Compare
Choose a tag to compare

What's Changed

  • feat(pool): implement Queuer interface on the pool by @rustatian in #12

Full Changelog: v2.9.1...v2.10.0

v2.9.1

15 Feb 14:33
470fb03
Compare
Choose a tag to compare

Full Changelog: v2.9.0...v2.9.1

v2.9.0

15 Feb 14:18
400f04c
Compare
Choose a tag to compare

What's Changed

  • feat(custom command): add support for the custom command by @rustatian in #10

Full Changelog: v2.8.1...v2.9.0

v2.8.1

14 Feb 17:41
1f62168
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: errors on workers reallocating when the unix/tcp socket transport is used: BUG, (reporter @tarampampam)

v2.8.0

11 Feb 19:03
5629950
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: worker sometimes panics when unix/tcp sockets transport used: BUG, (reporter @tarampampam)

v2.8.0-rc.5

10 Feb 15:45
56b3146
Compare
Choose a tag to compare
v2.8.0-rc.5 Pre-release
Pre-release

🩹 Fixes:

  • 🐛 Fix: destroy operation hangs if the number of workers is 0: BUG, (reporter @benalf)