|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.3 |
| 4 | + |
| 5 | +Released on 2025-10-30. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- Respect `--output-format` with `--watch` ([#21097](https://github.com/astral-sh/ruff/pull/21097)) |
| 10 | +- \[`pydoclint`\] Fix false positive on explicit exception re-raising (`DOC501`, `DOC502`) ([#21011](https://github.com/astral-sh/ruff/pull/21011)) |
| 11 | +- \[`pyflakes`\] Revert to stable behavior if imports for module lie in alternate branches for `F401` ([#20878](https://github.com/astral-sh/ruff/pull/20878)) |
| 12 | +- \[`pylint`\] Implement `stop-iteration-return` (`PLR1708`) ([#20733](https://github.com/astral-sh/ruff/pull/20733)) |
| 13 | +- \[`ruff`\] Add support for additional eager conversion patterns (`RUF065`) ([#20657](https://github.com/astral-sh/ruff/pull/20657)) |
| 14 | + |
| 15 | +### Bug fixes |
| 16 | + |
| 17 | +- Fix finding keyword range for clause header after statement ending with semicolon ([#21067](https://github.com/astral-sh/ruff/pull/21067)) |
| 18 | +- Fix syntax error false positive on nested alternative patterns ([#21104](https://github.com/astral-sh/ruff/pull/21104)) |
| 19 | +- \[`ISC001`\] Fix panic when string literals are unclosed ([#21034](https://github.com/astral-sh/ruff/pull/21034)) |
| 20 | +- \[`flake8-django`\] Apply `DJ001` to annotated fields ([#20907](https://github.com/astral-sh/ruff/pull/20907)) |
| 21 | +- \[`flake8-pyi`\] Fix `PYI034` to not trigger on metaclasses (`PYI034`) ([#20881](https://github.com/astral-sh/ruff/pull/20881)) |
| 22 | +- \[`flake8-type-checking`\] Fix `TC003` false positive with `future-annotations` ([#21125](https://github.com/astral-sh/ruff/pull/21125)) |
| 23 | +- \[`pyflakes`\] Fix false positive for `__class__` in lambda expressions within class definitions (`F821`) ([#20564](https://github.com/astral-sh/ruff/pull/20564)) |
| 24 | +- \[`pyupgrade`\] Fix false positive for `TypeVar` with default on Python \<3.13 (`UP046`,`UP047`) ([#21045](https://github.com/astral-sh/ruff/pull/21045)) |
| 25 | + |
| 26 | +### Rule changes |
| 27 | + |
| 28 | +- Add missing docstring sections to the numpy list ([#20931](https://github.com/astral-sh/ruff/pull/20931)) |
| 29 | +- \[`airflow`\] Extend `airflow.models..Param` check (`AIR311`) ([#21043](https://github.com/astral-sh/ruff/pull/21043)) |
| 30 | +- \[`airflow`\] Warn that `airflow....DAG.create_dagrun` has been removed (`AIR301`) ([#21093](https://github.com/astral-sh/ruff/pull/21093)) |
| 31 | +- \[`refurb`\] Preserve digit separators in `Decimal` constructor (`FURB157`) ([#20588](https://github.com/astral-sh/ruff/pull/20588)) |
| 32 | + |
| 33 | +### Server |
| 34 | + |
| 35 | +- Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics ([#21105](https://github.com/astral-sh/ruff/pull/21105)) |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +- \[`flake8-bandit`\] Fix correct example for `S308` ([#21128](https://github.com/astral-sh/ruff/pull/21128)) |
| 40 | + |
| 41 | +### Other changes |
| 42 | + |
| 43 | +- Clearer error message when `line-length` goes beyond threshold ([#21072](https://github.com/astral-sh/ruff/pull/21072)) |
| 44 | + |
| 45 | +### Contributors |
| 46 | + |
| 47 | +- [@danparizher](https://github.com/danparizher) |
| 48 | +- [@jvacek](https://github.com/jvacek) |
| 49 | +- [@ntBre](https://github.com/ntBre) |
| 50 | +- [@augustelalande](https://github.com/augustelalande) |
| 51 | +- [@prakhar1144](https://github.com/prakhar1144) |
| 52 | +- [@TaKO8Ki](https://github.com/TaKO8Ki) |
| 53 | +- [@dylwil3](https://github.com/dylwil3) |
| 54 | +- [@fatelei](https://github.com/fatelei) |
| 55 | +- [@ShaharNaveh](https://github.com/ShaharNaveh) |
| 56 | +- [@Lee-W](https://github.com/Lee-W) |
| 57 | + |
3 | 58 | ## 0.14.2 |
4 | 59 |
|
5 | 60 | Released on 2025-10-23. |
|
0 commit comments