Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

v2.4.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rustatian rustatian released this 31 Aug 16:17
9b338dd

💔 Internal BC:

  • 🔨 Pool, worker interfaces: payload now passed and returned by the pointer.

👀 New:

  • ✏️ Long-awaited, reworked Jobs plugin with pluggable drivers. Now you can allocate/destroy pipelines in the runtime.
    Drivers included in the initial release: RabbitMQ (0-9-1), SQS v2, beanstalk, ephemeral and local queue powered by the boltdb. PR
  • ✏️ Support for the IPv6 (tcp|http(s)|empty [::]:port, tcp|http(s)|empty [::1]:port, tcp|http(s)|empty :// [0:0:0:0:0:0:0:1]:port) for RPC, HTTP and other plugins. RFC
  • ✏️ Support for the Docker images via GitHub packages.
  • ✏️ Go 1.17 support.

🩹 Fixes:

  • 🐛 Fix: add debug pool config key to the .rr.yaml configuration reference.
  • 🐛 Fix: fixed bug with goroutines waiting on the internal worker's container channel.
  • 🐛 Fix: RR becomes unresponsive when new workers failed to re-allocate, issue.

📦 Packages:

  • 📦 Update goridge to v3.2.1
  • 📦 Update temporal to v1.0.9
  • 📦 Update RR to v2.4.0

📈 Summary: