Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 867 Bytes

File metadata and controls

27 lines (21 loc) · 867 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-11-07

Added

  • Initial release
  • Runtime detection for JRuby
  • Thread-based executor replacing fork-based spawning
  • Supervisor monkey-patching for seamless integration
  • Zero-configuration auto-installation
  • Comprehensive test suite
  • Thread-local worker state tracking
  • Graceful shutdown support

Features

  • Drop-in compatibility with Solid Queue
  • True parallelism on JRuby (no GVL)
  • Cross-platform support (JRuby works everywhere)
  • Worker statistics and observability
  • Thread-safe concurrent operations