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