|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.4 |
| 4 | + |
| 5 | +Released on 2025-11-06. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- [formatter] Allow newlines after function headers without docstrings ([#21110](https://github.com/astral-sh/ruff/pull/21110)) |
| 10 | +- [formatter] Avoid extra parentheses for long `match` patterns with `as` captures ([#21176](https://github.com/astral-sh/ruff/pull/21176)) |
| 11 | +- \[`refurb`\] Expand fix safety for keyword arguments and `Decimal`s (`FURB164`) ([#21259](https://github.com/astral-sh/ruff/pull/21259)) |
| 12 | +- \[`refurb`\] Preserve argument ordering in autofix (`FURB103`) ([#20790](https://github.com/astral-sh/ruff/pull/20790)) |
| 13 | + |
| 14 | +### Bug fixes |
| 15 | + |
| 16 | +- [server] Fix missing diagnostics for notebooks ([#21156](https://github.com/astral-sh/ruff/pull/21156)) |
| 17 | +- \[`flake8-bugbear`\] Ignore non-NFKC attribute names in `B009` and `B010` ([#21131](https://github.com/astral-sh/ruff/pull/21131)) |
| 18 | +- \[`refurb`\] Fix false negative for underscores before sign in `Decimal` constructor (`FURB157`) ([#21190](https://github.com/astral-sh/ruff/pull/21190)) |
| 19 | +- \[`ruff`\] Fix false positives on starred arguments (`RUF057`) ([#21256](https://github.com/astral-sh/ruff/pull/21256)) |
| 20 | + |
| 21 | +### Rule changes |
| 22 | + |
| 23 | +- \[`airflow`\] extend deprecated argument `concurrency` in `airflow..DAG` (`AIR301`) ([#21220](https://github.com/astral-sh/ruff/pull/21220)) |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +- Improve `extend` docs ([#21135](https://github.com/astral-sh/ruff/pull/21135)) |
| 28 | +- \[`flake8-comprehensions`\] Fix typo in `C416` documentation ([#21184](https://github.com/astral-sh/ruff/pull/21184)) |
| 29 | +- Revise Ruff setup instructions for Zed editor ([#20935](https://github.com/astral-sh/ruff/pull/20935)) |
| 30 | + |
| 31 | +### Other changes |
| 32 | + |
| 33 | +- Make `ruff analyze graph` work with jupyter notebooks ([#21161](https://github.com/astral-sh/ruff/pull/21161)) |
| 34 | + |
| 35 | +### Contributors |
| 36 | + |
| 37 | +- [@chirizxc](https://github.com/chirizxc) |
| 38 | +- [@Lee-W](https://github.com/Lee-W) |
| 39 | +- [@musicinmybrain](https://github.com/musicinmybrain) |
| 40 | +- [@MichaReiser](https://github.com/MichaReiser) |
| 41 | +- [@tjkuson](https://github.com/tjkuson) |
| 42 | +- [@danparizher](https://github.com/danparizher) |
| 43 | +- [@renovate](https://github.com/renovate) |
| 44 | +- [@ntBre](https://github.com/ntBre) |
| 45 | +- [@gauthsvenkat](https://github.com/gauthsvenkat) |
| 46 | +- [@LoicRiegel](https://github.com/LoicRiegel) |
| 47 | + |
3 | 48 | ## 0.14.3 |
4 | 49 |
|
5 | 50 | Released on 2025-10-30. |
|
0 commit comments