Notable changes:
- Bug fix: Stdlib docs don't support the 'autoTranslateDocStrings' pylance-release#7831
- Bug fix: Pylance completion proposes to implement Protocol, but only methods are being added and not attributes pylance-release#7528
- Bug fix: Pylance does not detect init calls on cls argument in class methods pylance-release#7447
- Bug fix: High CPU on starting pylance from get_pytest_options.py pylance-release#7134
- Bug fix: dynamic auto import pylance-release#7106
- Enhancement: Please support autocompletion on String Enums without accessing value attribute pylance-release#7072
- Enhancement: Provide a new feature that let users to filter out certain types from our system so it doesn't show up in any UI pylance-release#7068
- Bug fix: Completion unavailable for properties pylance-release#6965
- Bug fix: Color Python Properties pylance-release#6958
- Bug fix: Double-click to insert variable-length tuple inserts a 1-length tuple if
typing.Tupleis imported pylance-release#6932
For the full changelog, see CHANGELOG.md