Notable changes:
- PEP 634 ("match") is now supported, including parser and type checking support. This feature will be available in Python 3.10.
- Completion performance has been improved when the completion list contains a large number of items, which is common when indexing is enabled (
"python.analysis.indexing": true
) and many auto-imports are suggested. - Indexing has been re-enabled in the insiders build.
- The bundled Django stubs have been updated to their latest version.
For the full changelog, see CHANGELOG.md.