Enhancements and Features
- **CLI Improvements**: Added support for the `--factory` option in the `dashboard` CLI command for custom factory configurations. (260)
- **Performance**: Switched to using `uvloop` for improved event loop performance across the application. (263)
- **Annotation Updates**: Updated `run_factory` annotations to include `AbstractContextManager` for better type coverage. (261)
- **Supervisor Enhancements**: Added lifespan hooks in the supervisor for cleaner setup and teardown processes. (265)
Maintenance and Bug Fixes
- **CI Update**: Updated the CI workflows to explicitly use `ubuntu-22.04` for consistency and reproducibility. (270)
- **Dependency Updates**: Bumped various dependencies, including `pytest-asyncio`, `ruff`, and `pydantic-settings`, ensuring compatibility with the latest versions. (264)
- **Annotation Cleanup**: Minor improvements to annotation types for better code clarity. (267)
- **Optimizations**: Skipped updates to RPS (Rate Per Second) statistics when no data is available, reducing unnecessary operations. (268)
New Contributors
- Thanks to mnbbrown for the first contribution on CLI enhancements. (260)
Full Changelog
For the complete list of changes, refer to: https://github.com/janbjorge/pgqueuer/compare/v0.18.4...v0.18.5