|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2022.8.0-rc (8 June 2022) |
| 3 | +## 2022.10.0-rc (7 July 2022) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +- Add `breakpoint` support for `django-html` & `django-txt` by Lakshmikanth2001 in https://github.com/microsoft/vscode-python/pull/19288 |
| 8 | +- Fix `unittest` discovery issue with experimental component by [ksy7588](https://githib.com/ksy7588) in ([#19324](https://github.com/microsoft/vscode-python/pull/19324)). |
| 9 | +- Trigger refresh when using `Select Interpreter` command if no envs were found previously by [karrtikr](https://githib.com/karrtikr) in ([#19361](https://github.com/microsoft/vscode-python/pull/19361)). |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +- Fix variable name for `flake8Path`'s description by [usta](https://githib.com/usta) in ([#19313](https://github.com/microsoft/vscode-python/pull/19313)). |
| 14 | +- Ensure we dispose objects on deactivate by [karthiknadig](https://githib.com/karthiknadig) in ([#19341](https://github.com/microsoft/vscode-python/pull/19341)). |
| 15 | +- Ensure we can change interpreters after trusting a workspace by [karrtikr](https://githib.com/karrtikr) in ([#19353](https://github.com/microsoft/vscode-python/pull/19353)). |
| 16 | +- Fix for `::::` in node id for `pytest` by [karthiknadig](https://githib.com/karthiknadig) in ([#19356](https://github.com/microsoft/vscode-python/pull/19356)). |
| 17 | +- Ensure we register for interpreter change when moving from untrusted to trusted. by [karthiknadig](https://githib.com/karthiknadig) in ([#19351](https://github.com/microsoft/vscode-python/pull/19351)). |
| 18 | + |
| 19 | +### Code Health |
| 20 | + |
| 21 | +- Update CI for using GitHub Actions for release notes by [brettcannon](https://githib.com/brettcannon) in ([#19273](https://github.com/microsoft/vscode-python/pull/19273)). |
| 22 | +- Add missing translations by [paulacamargo25](https://githib.com/paulacamargo25) in ([#19305](https://github.com/microsoft/vscode-python/pull/19305)). |
| 23 | +- Delete the `news` directory by [brettcannon](https://githib.com/brettcannon) in ([#19308](https://github.com/microsoft/vscode-python/pull/19308)). |
| 24 | +- Fix interpreter discovery related telemetry by [karrtikr](https://githib.com/karrtikr) in ([#19319](https://github.com/microsoft/vscode-python/pull/19319)). |
| 25 | +- Simplify and merge async dispose and dispose by [karthiknadig](https://githib.com/karthiknadig) in ([#19348](https://github.com/microsoft/vscode-python/pull/19348)). |
| 26 | +- Updating required packages by [karthiknadig](https://githib.com/karthiknadig) in ([#19375](https://github.com/microsoft/vscode-python/pull/19375)). |
| 27 | +- Update the issue notebook by [brettcannon](https://githib.com/brettcannon) in ([#19388](https://github.com/microsoft/vscode-python/pull/19388)). |
| 28 | +- Remove `notebookeditor` proposed API by [karthiknadig](https://githib.com/karthiknadig) in ([#19392](https://github.com/microsoft/vscode-python/pull/19392)). |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/microsoft/vscode-python/compare/2022.8.1...2022.10.0 |
| 31 | + |
| 32 | +### Thanks |
| 33 | + |
| 34 | +Thanks to the following projects which we fully rely on to provide some of |
| 35 | +our features: |
| 36 | + |
| 37 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 38 | +- [isort](https://pypi.org/project/isort/) |
| 39 | +- [jedi](https://pypi.org/project/jedi/) |
| 40 | + and [parso](https://pypi.org/project/parso/) |
| 41 | +- [jedi-language-server](https://pypi.org/project/jedi-language-server/) |
| 42 | +- [Pylance](https://github.com/microsoft/pylance-release) |
| 43 | + |
| 44 | +Also thanks to the various projects we provide integrations with which help |
| 45 | +make this extension useful: |
| 46 | + |
| 47 | +- Debugging support: |
| 48 | + [Django](https://pypi.org/project/Django/), |
| 49 | + [Flask](https://pypi.org/project/Flask/), |
| 50 | + [gevent](https://pypi.org/project/gevent/), |
| 51 | + [Jinja](https://pypi.org/project/Jinja/), |
| 52 | + [Pyramid](https://pypi.org/project/pyramid/), |
| 53 | + [PySpark](https://pypi.org/project/pyspark/), |
| 54 | + [Scrapy](https://pypi.org/project/Scrapy/), |
| 55 | + [Watson](https://pypi.org/project/Watson/) |
| 56 | +- Formatting: |
| 57 | + [autopep8](https://pypi.org/project/autopep8/), |
| 58 | + [black](https://pypi.org/project/black/), |
| 59 | + [yapf](https://pypi.org/project/yapf/) |
| 60 | +- Interpreter support: |
| 61 | + [conda](https://conda.io/), |
| 62 | + [direnv](https://direnv.net/), |
| 63 | + [pipenv](https://pypi.org/project/pipenv/), |
| 64 | + [poetry](https://pypi.org/project/poetry/), |
| 65 | + [pyenv](https://github.com/pyenv/pyenv), |
| 66 | + [venv](https://docs.python.org/3/library/venv.html#module-venv), |
| 67 | + [virtualenv](https://pypi.org/project/virtualenv/) |
| 68 | +- Linting: |
| 69 | + [bandit](https://pypi.org/project/bandit/), |
| 70 | + [flake8](https://pypi.org/project/flake8/), |
| 71 | + [mypy](https://pypi.org/project/mypy/), |
| 72 | + [prospector](https://pypi.org/project/prospector/), |
| 73 | + [pylint](https://pypi.org/project/pylint/), |
| 74 | + [pydocstyle](https://pypi.org/project/pydocstyle/), |
| 75 | + [pylama](https://pypi.org/project/pylama/) |
| 76 | +- Testing: |
| 77 | + [pytest](https://pypi.org/project/pytest/), |
| 78 | + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) |
| 79 | + |
| 80 | +And finally thanks to the [Python](https://www.python.org/) development team and |
| 81 | +community for creating a fantastic programming language and community to be a |
| 82 | +part of! |
| 83 | + |
| 84 | +## 2022.8.1 (28 June 2022) |
| 85 | + |
| 86 | +### Code Health |
| 87 | + |
| 88 | +1. Update vscode `extension-telemetry` package. |
| 89 | + ([#19375](https://github.com/microsoft/vscode-python/pull/19375)) |
| 90 | + |
| 91 | +### Thanks |
| 92 | + |
| 93 | +Thanks to the following projects which we fully rely on to provide some of |
| 94 | +our features: |
| 95 | + |
| 96 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 97 | +- [isort](https://pypi.org/project/isort/) |
| 98 | +- [jedi](https://pypi.org/project/jedi/) |
| 99 | + and [parso](https://pypi.org/project/parso/) |
| 100 | +- [jedi-language-server](https://pypi.org/project/jedi-language-server/) |
| 101 | +- [Pylance](https://github.com/microsoft/pylance-release) |
| 102 | + |
| 103 | +Also thanks to the various projects we provide integrations with which help |
| 104 | +make this extension useful: |
| 105 | + |
| 106 | +- Debugging support: |
| 107 | + [Django](https://pypi.org/project/Django/), |
| 108 | + [Flask](https://pypi.org/project/Flask/), |
| 109 | + [gevent](https://pypi.org/project/gevent/), |
| 110 | + [Jinja](https://pypi.org/project/Jinja/), |
| 111 | + [Pyramid](https://pypi.org/project/pyramid/), |
| 112 | + [PySpark](https://pypi.org/project/pyspark/), |
| 113 | + [Scrapy](https://pypi.org/project/Scrapy/), |
| 114 | + [Watson](https://pypi.org/project/Watson/) |
| 115 | +- Formatting: |
| 116 | + [autopep8](https://pypi.org/project/autopep8/), |
| 117 | + [black](https://pypi.org/project/black/), |
| 118 | + [yapf](https://pypi.org/project/yapf/) |
| 119 | +- Interpreter support: |
| 120 | + [conda](https://conda.io/), |
| 121 | + [direnv](https://direnv.net/), |
| 122 | + [pipenv](https://pypi.org/project/pipenv/), |
| 123 | + [poetry](https://pypi.org/project/poetry/), |
| 124 | + [pyenv](https://github.com/pyenv/pyenv), |
| 125 | + [venv](https://docs.python.org/3/library/venv.html#module-venv), |
| 126 | + [virtualenv](https://pypi.org/project/virtualenv/) |
| 127 | +- Linting: |
| 128 | + [bandit](https://pypi.org/project/bandit/), |
| 129 | + [flake8](https://pypi.org/project/flake8/), |
| 130 | + [mypy](https://pypi.org/project/mypy/), |
| 131 | + [prospector](https://pypi.org/project/prospector/), |
| 132 | + [pylint](https://pypi.org/project/pylint/), |
| 133 | + [pydocstyle](https://pypi.org/project/pydocstyle/), |
| 134 | + [pylama](https://pypi.org/project/pylama/) |
| 135 | +- Testing: |
| 136 | + [pytest](https://pypi.org/project/pytest/), |
| 137 | + [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) |
| 138 | + |
| 139 | +And finally thanks to the [Python](https://www.python.org/) development team and |
| 140 | +community for creating a fantastic programming language and community to be a |
| 141 | +part of! |
| 142 | + |
| 143 | +## 2022.8.0 (9 June 2022) |
4 | 144 |
|
5 | 145 | ### Enhancements
|
6 | 146 |
|
|
0 commit comments