|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.9.13.1] - 2025-04-28 |
| 4 | + |
| 5 | +### Changes |
| 6 | +- Refactor code structure for improved readability and maintainability |
| 7 | +- Enhance storage options management with detailed documentation and new features |
| 8 | +- Refactor code structure for improved readability and maintainability |
| 9 | +- feat: Add GeventWorker and ThreadWorker for concurrent job processing |
| 10 | +- Add cron-descriptor and croniter packages; update dependencies |
| 11 | +- Refactor PipelineManager and related components for improved logging and configuration handling |
| 12 | +- Refactor PipelineScheduler and PipelineVisualizer for improved configuration handling |
| 13 | +- Enhance PipelineRunner with context management and logging improvements |
| 14 | +- refactor: Update worker configuration to use ProjectConfig and enhance logging setup |
| 15 | +- Refactor logging setup and configuration |
| 16 | +- refactor: Enhance pipeline and configuration structure, add new executor and adapter functionalities |
| 17 | +- Refactor code structure for improved readability and maintainability |
| 18 | +- refactor: Update project configuration to use PostgreSQL and enhance worker settings |
| 19 | +- Refactor pipeline configuration and worker classes |
| 20 | +- refactor: Enable port exposure for various services in docker-compose.yml |
| 21 | +- Refactored docker-compose.yml and added a python-dev-worker container |
| 22 | +- refactor: Correct JupyterCode references in nginx configuration and enhance docker-compose documentation |
| 23 | +- refactor: Update configuration files and backend setup for improved clarity and consistency |
| 24 | +- refactor: Simplify PipelineManager and PipelineRegistry methods for improved clarity and organization |
| 25 | +- Refactor pipeline configuration and I/O management |
| 26 | +- refactor: Clean up imports and update type hints across pipeline modules |
| 27 | +- Refactor code for improved readability and consistency |
| 28 | +- fix: Update storage_options type hint to support None in PipelineManager methods |
| 29 | +- refactor: Update import paths for Pipeline and SchedulerManager to improve module organization |
| 30 | +- feat: Add PipelineRunner, Scheduler, and Visualizer for enhanced pipeline management |
| 31 | +- Refactor RQBackend job result methods |
| 32 | +- feat: Add parameter resolution method and lazy worker instantiation in PipelineManager |
| 33 | +- Implement code changes to enhance functionality and improve performance |
| 34 | +- Refactor code structure for improved readability and maintainability |
| 35 | +- feat: Remove unused example pipeline and script files; refactor worker configuration handling |
| 36 | +- feat: Introduce APScheduler backend configuration and refactor worker classes |
| 37 | +- Refactor: Remove TUI implementation and update worker backend type handling |
| 38 | +- feat: Add worker example scripts and enhance backend configuration options |
| 39 | +- feat: Refactor and optimize worker and backend code for clarity, robustness, and security |
| 40 | +- feat: Implement Huey backend with trigger classes and worker integration |
| 41 | +- Refactor worker and backend classes for improved structure and functionality |
| 42 | +- feat: Enhance worker management with start/stop pool methods and refactor client usage |
| 43 | +- chore: Update .gitignore to exclude all database files |
| 44 | +- Implement RQ backend for FlowerPower scheduler |
| 45 | +- feat: Implement base scheduler interface and RQ backend for FlowerPower |
| 46 | +- Refactor APScheduler setup: move datastore and event broker implementations to separate modules |
| 47 | +- Refactor configuration management and remove unused modules |
| 48 | + |
| 49 | + |
| 50 | + |
3 | 51 | ## [0.9.13.1] - 2025-04-28 |
4 | 52 |
|
5 | 53 | ### Changes |
|
0 commit comments