File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33
44
5+ ## [ 2.0.0] - 2025-10-17
6+ More details: https://github.com/openlawlibrary/pygls/releases/tag/v2.0.0
7+
8+ ### Bug Fixes
9+
10+ - Handle a special case of BrokenPipeError exception ([ #573 ] ( https://github.com/openlawlibrary/pygls/issues/573 ) )
11+ - Missing inline completion provider server capability
12+
13+ ### Documentation
14+
15+ - Switch to furo theme
16+ - Add how-to guide on running a server
17+ - Add reference on pygls' built in features
18+ - Add (incomplete) guide on supporting notebooks
19+ - Move guide on custom converters to the library
20+ - Move guide on pygls-playground to the library
21+ - Add (incomplete) guide on working with text docs
22+ - Add how-to guide on getting the client's configuration
23+ - Add reference on supported handler types
24+ - Add how-to guide on custom error reporting
25+ - Add (incomplete) guide on implementing diagnostics
26+ - Add how-to guide on giving user feedback
27+ - Add how-to guide on sending custom messages
28+ - Add howto guide on accessing the server instance
29+
30+ ### Features
31+
32+ - Change ` pythonPath ` to ` pythonCommand `
33+
34+ ### Miscellaneous Tasks
35+
36+ - Update CHANGELOG.md
37+ - Update CONTRIBUTORS.md
38+ - Remove unecessary dependencies from requirements.txt
39+ - Add esbonio config
40+ - Ensure poe uses uv
41+ - Add local Makefile
42+ - Bump node to v20
43+ - Npm audit fix
44+ - Update cattrs to 25.3.0 in uv.lock
45+ - Drop call for testing
46+
47+ ### Testing
48+
49+ - Adjust tests for cattrs structuring sequences as tuples
50+
51+ ### Build
52+
53+ - V2.0.0
54+
55+
56+
557## [ 2.0.0a6] - 2025-07-18
658More details: https://github.com/openlawlibrary/pygls/releases/tag/v2.0.0a6
759
You can’t perform that action at this time.
0 commit comments