1.7.4 (2024-10-09)
- Fix FastAPI auto-reloading by stacking the SIGTERM handler instead of replacing it (e671d08)
1.7.3 (2024-07-05)
- Bump Flask extra to <4.0.0 (#91) (271cbad)
- Prevent reporter from starting in a build process (#89) (4c360d3)
1.7.2 (2024-06-03)
1.7.1 (2024-05-29)
- release 1.7.1 (1f864b8)
1.7.0 (2024-03-18)
1.6.2 (2023-12-01)
- Prevent timing issues by sleeping before reporting metrics (#78) (56c6d2f)
- Report busy job metrics for correct queues (#77) (f13be08)
1.6.1 (2023-10-09)
1.6.0 (2023-10-02)
1.5.1 (2023-08-26)
1.5.0 (2023-07-18)
1.4.2 (2023-06-26)
1.4.1 (2023-04-28)
1.4.0 (2023-04-19)
1.3.0 (2023-04-10)
- Add FastAPI support as ASGI middleware (#54) (1b306a1)
- Add support for tracking busy jobs (#48) (ad7b3ad)
1.2.2 (2023-04-03)
1.2.1 (2023-03-28)
- Fix pulling incorrect configuration values for Celery (2b6cbc1)
1.2.0 (2023-03-27)
- Handle ambiguous timestamp values in X-Request-Start (ed56895)
- Job backend configuration options (e2d3262)
- Render integration (cd62c24)
- Handle minimum Redis version (a35a38a)
1.1.0 (2023-03-08)
- Add RQ support (d30ba24)
- Improve README (b493359)
1.0.0 (2023-02-20)
- Add Celery support (09502ab)
- Include adapter metadata in report payload (2e8cf9a)
- Installable as extras (6078e79)
- Introduce collector abstraction (eb88b9f)
0.1.1 (2023-01-09)
- Update release action to publish to PyPI (c278b10)
- Introduce Judoscale support for Flask as a Flask extension (d5091eb)