New Features
-
typescript: add TypeScript source and test targets (#20226)
-
Infers Django migrations and management commands as dependencies of
apps.py
(#20250) -
Discover Ruff config in pyproject.toml in subdirectories (#20248)
User API Changes
-
Update to Ruff 0.1.6 (#20249)
-
Add
remote_oauth_bearer_token
option, deprecatingremote_oauth_bearer_token_path
(#20116)
Bug Fixes
-
Fix wrong jar path given to shade jar process (#20239)
-
Make FrozenDict comparisons & hash order-insensitive, compare to dict (#20221)