|
1 | 1 | # History of changes |
2 | 2 |
|
| 3 | +## Version 1.15.0 (2026/07/27) |
| 4 | + |
| 5 | +### New features |
| 6 | +* Add compatibility with Jedi 0.20, which comes with official support for |
| 7 | + Python 3.14. |
| 8 | + |
| 9 | +### Issues Closed |
| 10 | + |
| 11 | +* [Issue 712](https://github.com/python-lsp/python-lsp-server/issues/712) - Compatibility with Jedi 0.20 ([PR 718](https://github.com/python-lsp/python-lsp-server/pull/718) by [@ccordoba12](https://github.com/ccordoba12)) |
| 12 | +* [Issue 705](https://github.com/python-lsp/python-lsp-server/issues/705) - ValueError when opening notebooks on UNC network shares ([PR 708](https://github.com/python-lsp/python-lsp-server/pull/708) by [@meitham](https://github.com/meitham)) |
| 13 | +* [Issue 623](https://github.com/python-lsp/python-lsp-server/issues/623) - TypeError in definitions when handling line and column values ([PR 715](https://github.com/python-lsp/python-lsp-server/pull/715) by [@metheoryt](https://github.com/metheoryt)) |
| 14 | + |
| 15 | +In this release 3 issues were closed. |
| 16 | + |
| 17 | +### Pull Requests Merged |
| 18 | + |
| 19 | +* [PR 718](https://github.com/python-lsp/python-lsp-server/pull/718) - Add support for Jedi 0.20, by [@ccordoba12](https://github.com/ccordoba12) ([712](https://github.com/python-lsp/python-lsp-server/issues/712)) |
| 20 | +* [PR 717](https://github.com/python-lsp/python-lsp-server/pull/717) - Fix extra backtick in Readme, by [@deeferentleeg](https://github.com/deeferentleeg) |
| 21 | +* [PR 716](https://github.com/python-lsp/python-lsp-server/pull/716) - Use macOS 14 runner on CI and update Github actions, by [@ccordoba12](https://github.com/ccordoba12) |
| 22 | +* [PR 715](https://github.com/python-lsp/python-lsp-server/pull/715) - Fix crash in `pylsp_definitions` due to definitions without a source position, by [@metheoryt](https://github.com/metheoryt) ([623](https://github.com/python-lsp/python-lsp-server/issues/623)) |
| 23 | +* [PR 709](https://github.com/python-lsp/python-lsp-server/pull/709) - Fix `test_snippets_completion` to not depend on typeshed overload ordering, by [@frenzymadness](https://github.com/frenzymadness) |
| 24 | +* [PR 708](https://github.com/python-lsp/python-lsp-server/pull/708) - Fix error when when opening notebooks on UNC network shares, by [@meitham](https://github.com/meitham) ([705](https://github.com/python-lsp/python-lsp-server/issues/705)) |
| 25 | +* [PR 703](https://github.com/python-lsp/python-lsp-server/pull/703) - Fix types of `maxComplexity` and `line_length`, by [@krassowski](https://github.com/krassowski) |
| 26 | +* [PR 682](https://github.com/python-lsp/python-lsp-server/pull/682) - Prefer parent uri when matching uri, by [@mnauw](https://github.com/mnauw) |
| 27 | +* [PR 676](https://github.com/python-lsp/python-lsp-server/pull/676) - Continue on name-defined diagnostics provided by Mypy on autoimport, by [@LarsMichelsen](https://github.com/LarsMichelsen) |
| 28 | + |
| 29 | +In this release 9 pull requests were closed. |
| 30 | + |
| 31 | +---- |
| 32 | + |
3 | 33 | ## Version 1.14.0 (2025/12/06) |
4 | 34 |
|
5 | 35 | ### New features |
|
0 commit comments