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

v2.4.0

Compare
Choose a tag to compare
@rustatian rustatian released this 02 Sep 18:51
· 129 commits to stable since this release
e481454

💔 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 for all spiral packages.

🩹 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 (now with metrics)
  • 📦 Update RR to v2.4.0
  • 📦 Update endure to v1.0.4

📈 Summary: