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

v2.4.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rustatian rustatian released this 25 Aug 05:45
368cdc9

💔 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. 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.

📦 Packages:

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

📈 Summary: