Skip to content

Latest commit

 

History

History
176 lines (80 loc) · 8.27 KB

CHANGELOG.md

File metadata and controls

176 lines (80 loc) · 8.27 KB

Changelog

1.7.4 (2024-10-09)

Bug Fixes

  • Fix FastAPI auto-reloading by stacking the SIGTERM handler instead of replacing it (e671d08)

1.7.3 (2024-07-05)

Bug Fixes

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

Bug Fixes

  • Improve automatic queue finding for Celery (#85) (8662e5b)

1.7.1 (2024-05-29)

Miscellaneous Chores

1.7.0 (2024-03-18)

Features

  • Expand Django version range to cover 5.x.x (#81) (a3e5126)

1.6.2 (2023-12-01)

Bug Fixes

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

Bug Fixes

  • Redis client configuration for RQ (#75) (e961b4d)

1.6.0 (2023-10-02)

Features

  • Allow setting Judoscale log level using an env var (#72) (b9e9046)

Bug Fixes

  • judoscale.rq not getting registered in Django < 3.2 (#74) (59fb8e1)

1.5.1 (2023-08-26)

Bug Fixes

  • Gracefully handle missing task ID (#70) (8292add)

1.5.0 (2023-07-18)

Features

  • Add support for containers running on AWS ECS (#65) (3a6a356)

1.4.2 (2023-06-26)

Bug Fixes

  • Prevent reporter from running if Config.is_enabled is False (#63) (daebe4b)

1.4.1 (2023-04-28)

Bug Fixes

1.4.0 (2023-04-19)

Features

  • Generic asgi request queue time middleware (#57) (5660ca6)

1.3.0 (2023-04-10)

Features

  • Add FastAPI support as ASGI middleware (#54) (1b306a1)
  • Add support for tracking busy jobs (#48) (ad7b3ad)

1.2.2 (2023-04-03)

Bug Fixes

  • Fix accessing missing Celery task properties (#52) (1efd53e)

1.2.1 (2023-03-28)

Bug Fixes

  • Fix pulling incorrect configuration values for Celery (2b6cbc1)

1.2.0 (2023-03-27)

Features

  • Handle ambiguous timestamp values in X-Request-Start (ed56895)
  • Job backend configuration options (e2d3262)
  • Render integration (cd62c24)

Bug Fixes

  • Handle minimum Redis version (a35a38a)

1.1.0 (2023-03-08)

Features

Documentation

1.0.0 (2023-02-20)

Features

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

Miscellaneous Chores

  • Update release action to publish to PyPI (c278b10)

0.1.0 (2023-01-05)

Features

  • Introduce Judoscale support for Flask as a Flask extension (d5091eb)

Bug Fixes

  • Update API path for posting metrics (#24) (fe5e90d)