Skip to content

Commit 39d6a21

Browse files
author
Kartik Raj
authored
Update changelog and extension version (#15597)
* Update changelog and extension version * Update package-lock.json
1 parent de6f74d commit 39d6a21

File tree

4 files changed

+64
-3
lines changed

4 files changed

+64
-3
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# Changelog
22

3+
## 2021.2.3 (8 March 2021)
4+
5+
### Fixes
6+
7+
1. Add event handlers to stream error events to prevent process from exiting due to errors in process stdout & stderr streams.
8+
([#15395](https://github.com/Microsoft/vscode-python/issues/15395))
9+
10+
### Thanks
11+
12+
Thanks to the following projects which we fully rely on to provide some of
13+
our features:
14+
15+
- [debugpy](https://pypi.org/project/debugpy/)
16+
- [isort](https://pypi.org/project/isort/)
17+
- [jedi](https://pypi.org/project/jedi/)
18+
and [parso](https://pypi.org/project/parso/)
19+
- [jedi-language-server](https://pypi.org/project/jedi-language-server/)
20+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
21+
- [Pylance](https://github.com/microsoft/pylance-release)
22+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
23+
- [rope](https://pypi.org/project/rope/) (user-installed)
24+
25+
Also thanks to the various projects we provide integrations with which help
26+
make this extension useful:
27+
28+
- Debugging support:
29+
[Django](https://pypi.org/project/Django/),
30+
[Flask](https://pypi.org/project/Flask/),
31+
[gevent](https://pypi.org/project/gevent/),
32+
[Jinja](https://pypi.org/project/Jinja/),
33+
[Pyramid](https://pypi.org/project/pyramid/),
34+
[PySpark](https://pypi.org/project/pyspark/),
35+
[Scrapy](https://pypi.org/project/Scrapy/),
36+
[Watson](https://pypi.org/project/Watson/)
37+
- Formatting:
38+
[autopep8](https://pypi.org/project/autopep8/),
39+
[black](https://pypi.org/project/black/),
40+
[yapf](https://pypi.org/project/yapf/)
41+
- Interpreter support:
42+
[conda](https://conda.io/),
43+
[direnv](https://direnv.net/),
44+
[pipenv](https://pypi.org/project/pipenv/),
45+
[pyenv](https://github.com/pyenv/pyenv),
46+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
47+
[virtualenv](https://pypi.org/project/virtualenv/)
48+
- Linting:
49+
[bandit](https://pypi.org/project/bandit/),
50+
[flake8](https://pypi.org/project/flake8/),
51+
[mypy](https://pypi.org/project/mypy/),
52+
[prospector](https://pypi.org/project/prospector/),
53+
[pylint](https://pypi.org/project/pylint/),
54+
[pydocstyle](https://pypi.org/project/pydocstyle/),
55+
[pylama](https://pypi.org/project/pylama/)
56+
- Testing:
57+
[nose](https://pypi.org/project/nose/),
58+
[pytest](https://pypi.org/project/pytest/),
59+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
60+
61+
And finally thanks to the [Python](https://www.python.org/) development team and
62+
community for creating a fantastic programming language and community to be a
63+
part of!
64+
365
## 2021.2.2 (5 March 2021)
466

567
### Fixes

news/2 Fixes/15395.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
5-
"version": "2021.2.2",
5+
"version": "2021.2.3",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)