|
1 | 1 | # History of changes |
2 | 2 |
|
| 3 | +## Version 1.13.1 (2025/08/26) |
| 4 | + |
| 5 | +### Pull Requests Merged |
| 6 | + |
| 7 | +* [PR 667](https://github.com/python-lsp/python-lsp-server/pull/667) - Use PyQt6 for testing, by [@WhyNotHugo](https://github.com/WhyNotHugo) |
| 8 | +* [PR 666](https://github.com/python-lsp/python-lsp-server/pull/666) - Expose a shutdown hook, by [@dlax](https://github.com/dlax) |
| 9 | +* [PR 663](https://github.com/python-lsp/python-lsp-server/pull/663) - Copy `LAST_JEDI_COMPLETIONS` to cell document so that `completionItem/resolve` will work, by [@hjr265](https://github.com/hjr265) |
| 10 | + |
| 11 | +In this release 3 pull requests were closed. |
| 12 | + |
| 13 | +---- |
| 14 | + |
| 15 | +## Version 1.13.0 (2025/07/07) |
| 16 | + |
| 17 | +### New features |
| 18 | +* Format signatures in docstrings. |
| 19 | +* Add support for type definition. |
| 20 | +* Send websocket payload using a queue. |
| 21 | +* Fix getting symbols with inline comments that include the `import` word. |
| 22 | +* Drop support for Python 3.8 |
| 23 | + |
| 24 | +### Issues Closed |
| 25 | + |
| 26 | +* [Issue 640](https://github.com/python-lsp/python-lsp-server/issues/640) - Should we add `py.typed` marker? ([PR 641](https://github.com/python-lsp/python-lsp-server/pull/641) by [@krassowski](https://github.com/krassowski)) |
| 27 | +* [Issue 630](https://github.com/python-lsp/python-lsp-server/issues/630) - Formatting of signatures in docstrings |
| 28 | +* [Issue 627](https://github.com/python-lsp/python-lsp-server/issues/627) - Do not call str.splitlines() twice in the same function |
| 29 | +* [Issue 97](https://github.com/python-lsp/python-lsp-server/issues/97) - Failed to run lsp-goto-type-definition and lsp-goto-implementation. |
| 30 | + |
| 31 | +In this release 4 issues were closed. |
| 32 | + |
| 33 | +### Pull Requests Merged |
| 34 | + |
| 35 | +* [PR 656](https://github.com/python-lsp/python-lsp-server/pull/656) - Add space between punctuation and next sentence, by [@spenserblack](https://github.com/spenserblack) |
| 36 | +* [PR 650](https://github.com/python-lsp/python-lsp-server/pull/650) - Drop Python 3.8, add Python 3.11 to CI and run `pyupgrade`, by [@krassowski](https://github.com/krassowski) |
| 37 | +* [PR 646](https://github.com/python-lsp/python-lsp-server/pull/646) - Enforce `setuptools` 69 or newer to ensure `py.typed` marker gets included, by [@krassowski](https://github.com/krassowski) |
| 38 | +* [PR 645](https://github.com/python-lsp/python-lsp-server/pull/645) - Add support for type definition, by [@Hoblovski](https://github.com/Hoblovski) |
| 39 | +* [PR 641](https://github.com/python-lsp/python-lsp-server/pull/641) - Add `py.typed` marker to `pylsp` imports to be analysed with `mypy`, by [@krassowski](https://github.com/krassowski) ([640](https://github.com/python-lsp/python-lsp-server/issues/640)) |
| 40 | +* [PR 639](https://github.com/python-lsp/python-lsp-server/pull/639) - Fix inline comments that include text with `import`, by [@jsbautista](https://github.com/jsbautista) |
| 41 | +* [PR 633](https://github.com/python-lsp/python-lsp-server/pull/633) - Send websocket payload using a queue, by [@Raekkeri](https://github.com/Raekkeri) |
| 42 | +* [PR 631](https://github.com/python-lsp/python-lsp-server/pull/631) - Allow to format signatures in docstrings, by [@krassowski](https://github.com/krassowski) |
| 43 | +* [PR 628](https://github.com/python-lsp/python-lsp-server/pull/628) - Do not call `str.splitlines()` twice in the same function., by [@fukanchik](https://github.com/fukanchik) |
| 44 | + |
| 45 | +In this release 9 pull requests were closed. |
| 46 | + |
| 47 | +---- |
| 48 | + |
3 | 49 | ## Version 1.12.2 (2025/02/07) |
4 | 50 |
|
5 | 51 | ### Pull Requests Merged |
|
0 commit comments