Skip to content

Version 3.0

Latest

Choose a tag to compare

@J-Hoplin J-Hoplin released this 05 Dec 05:28
· 3 commits to main since this release
  • Introduce pluggable queue providers
    • Added RabbitMQ/SQS adapters with lazy loading, provider-specific exceptions, and environment-driven configuration, then refined the
      API into a core IQueue plus IExternalQueue layer with updated docs/examples.
    • Consolidated queue provider wiring plus utility helpers.
  • Stabilize context/pool lifecycle to address OOM and race issues
    • Hardened TaskContext cleanup (about:blank resets, stricter state guards) and improved dispatcher restart logic/metrics hooks so contexts drain safely before relaunching Chromium.
    • Added missing task-event checks, safer emits, and README guidance about the new memory-protection behavior.