You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# History of changes
2
2
3
+
## Version 1.3.0 (2021-11-22)
4
+
5
+
### New features
6
+
7
+
* Create a cache for code snippets to speed up completions.
8
+
9
+
### Important changes
10
+
11
+
* Option `jedi_completion.resolve_at_most_labels` was renamed to `jedi_completion.resolve_at_most`
12
+
because now it controls how many labels and snippets will be resolved per request.
13
+
* Option `jedi_completion.cache_labels_for` was renamed to `jedi_completion.cache_for` because now
14
+
it controls the modules for which labels and snippets should be cached.
15
+
* Update requirements on Pylint, flake8, pycodestyle, pyflakes and autopep8.
16
+
17
+
### Pull Requests Merged
18
+
19
+
*[PR 112](https://github.com/python-lsp/python-lsp-server/pull/112) - Fix another test with Python 3.10, by [@jspricke](https://github.com/jspricke)
20
+
*[PR 111](https://github.com/python-lsp/python-lsp-server/pull/111) - Use sys.executable in flake8 plugin to make tests pass on systems that don't provide a python link, by [@0-wiz-0](https://github.com/0-wiz-0)
21
+
*[PR 108](https://github.com/python-lsp/python-lsp-server/pull/108) - Fix test with Python 3.10, by [@jspricke](https://github.com/jspricke)
22
+
*[PR 102](https://github.com/python-lsp/python-lsp-server/pull/102) - Update requirements on flake8 and its dependencies, by [@ccordoba12](https://github.com/ccordoba12)
23
+
*[PR 99](https://github.com/python-lsp/python-lsp-server/pull/99) - Adjust readme to pylsp-mypy rename, by [@chaoflow](https://github.com/chaoflow)
24
+
*[PR 94](https://github.com/python-lsp/python-lsp-server/pull/94) - Unpin Pylint, by [@bnavigator](https://github.com/bnavigator)
25
+
*[PR 83](https://github.com/python-lsp/python-lsp-server/pull/83) - Create a cache for snippets, by [@ccordoba12](https://github.com/ccordoba12)
0 commit comments