Releases: mincloff/fastapi-crons
Releases · mincloff/fastapi-crons
v0.2.0
v0.2.0 (2026-01-05)
Bug Fixes
-
Resolve all CI test failures and lint errors (
1ce187a) -
Add requirements.txt with all project dependencies
-
Add comprehensive .gitignore including .venv
-
Fix test isolation by resetting global _global_crons state between tests
-
Fix all ruff lint errors (454 total fixed):
- Remove unused imports and variables
- Fix trailing whitespace in SQL strings
- Update type annotations to use X | Y syntax
- Fix exception chaining with 'from e'
- Use specific exception types in tests
- Fix variable redefinition in test_scheduler
-
Fix CI workflow syntax (continue-on-error was inside run block)
Features
- Added health monitering and OpenTelemetry support (
8df68b9)
Detailed Changes: v0.1.0...v0.2.0
v0.1.0
v0.1.0 (2026-01-03)
Bug Fixes
-
types: Add complete type annotations for mypy strict mode compliance (
997ce70) -
types: Add complete type annotations for mypy strict mode compliance (
80cad6d)
Features
- Add tests, scripts, and GitHub workflows (
65fe770)
Add comprehensive test suite, development scripts, and GitHub CI/CD configuration
- Add tests, scripts, and GitHub workflows (
c6c0283)
Add comprehensive test suite, development scripts, and GitHub CI/CD configuration