From c463be625fbd5e0cd7d9bf4d9c30a1df35809655 Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Mon, 8 Mar 2021 11:22:24 -0800 Subject: [PATCH 1/2] Update changelog and extension version --- CHANGELOG.md | 62 +++++++++++++++++++++++++++++++++++++++++++ news/2 Fixes/15395.md | 1 - package.json | 2 +- 3 files changed, 63 insertions(+), 2 deletions(-) delete mode 100644 news/2 Fixes/15395.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3b28798b67..931b1ad5fb90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,67 @@ # Changelog +## 2021.2.3 (8 March 2021) + +### Fixes + +1. Add event handlers to stream error events to prevent process from exiting due to errors in process stdout & stderr streams. + ([#15395](https://github.com/Microsoft/vscode-python/issues/15395)) + +### Thanks + +Thanks to the following projects which we fully rely on to provide some of +our features: + +- [debugpy](https://pypi.org/project/debugpy/) +- [isort](https://pypi.org/project/isort/) +- [jedi](https://pypi.org/project/jedi/) + and [parso](https://pypi.org/project/parso/) +- [jedi-language-server](https://pypi.org/project/jedi-language-server/) +- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server) +- [Pylance](https://github.com/microsoft/pylance-release) +- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed) +- [rope](https://pypi.org/project/rope/) (user-installed) + +Also thanks to the various projects we provide integrations with which help +make this extension useful: + +- Debugging support: + [Django](https://pypi.org/project/Django/), + [Flask](https://pypi.org/project/Flask/), + [gevent](https://pypi.org/project/gevent/), + [Jinja](https://pypi.org/project/Jinja/), + [Pyramid](https://pypi.org/project/pyramid/), + [PySpark](https://pypi.org/project/pyspark/), + [Scrapy](https://pypi.org/project/Scrapy/), + [Watson](https://pypi.org/project/Watson/) +- Formatting: + [autopep8](https://pypi.org/project/autopep8/), + [black](https://pypi.org/project/black/), + [yapf](https://pypi.org/project/yapf/) +- Interpreter support: + [conda](https://conda.io/), + [direnv](https://direnv.net/), + [pipenv](https://pypi.org/project/pipenv/), + [pyenv](https://github.com/pyenv/pyenv), + [venv](https://docs.python.org/3/library/venv.html#module-venv), + [virtualenv](https://pypi.org/project/virtualenv/) +- Linting: + [bandit](https://pypi.org/project/bandit/), + [flake8](https://pypi.org/project/flake8/), + [mypy](https://pypi.org/project/mypy/), + [prospector](https://pypi.org/project/prospector/), + [pylint](https://pypi.org/project/pylint/), + [pydocstyle](https://pypi.org/project/pydocstyle/), + [pylama](https://pypi.org/project/pylama/) +- Testing: + [nose](https://pypi.org/project/nose/), + [pytest](https://pypi.org/project/pytest/), + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) + +And finally thanks to the [Python](https://www.python.org/) development team and +community for creating a fantastic programming language and community to be a +part of! + ## 2021.2.2 (5 March 2021) ### Fixes diff --git a/news/2 Fixes/15395.md b/news/2 Fixes/15395.md deleted file mode 100644 index 4f3b4339c6d2..000000000000 --- a/news/2 Fixes/15395.md +++ /dev/null @@ -1 +0,0 @@ -Add event handlers to stream error events to prevent process from exiting due to errors in process stdout & stderr streams. diff --git a/package.json b/package.json index 7c3d8779cf0b..ff7d7195928e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, and more.", - "version": "2021.2.2", + "version": "2021.2.3", "featureFlags": { "usingNewInterpreterStorage": true }, From 68aafbf13d0498e825ba43bc72b5560a5b14d675 Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Mon, 8 Mar 2021 11:28:53 -0800 Subject: [PATCH 2/2] Update package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index b3a5edf5aebe..24401ef822a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2021.2.2", + "version": "2021.2.3", "lockfileVersion": 1, "requires": true, "dependencies": {