Path to this page:
Subject: CVS commit: pkgsrc/lang/py-pygls
From: Thomas Klausner
Date: 2023-05-05 11:38:48
Message id: 20230505093848.3308EFA87@cvs.NetBSD.org
Log Message:
py-pygls: update to 1.0.1.
[1.0.1] - February 16th, 2023
Fixed
Fix progress example in json extension. (#230)
Fix AttributeErrors in get_configuration_async, get_configuration_callback, \
get_configuration_threaded commands in json extension. (#307)
Fix type annotations for get_configuration_async and get_configuration \
methods on LanguageServer and LanguageServerProtocol objects (#307)
Provide version param for publishing diagnostics (#303)
Relaxed the Python version upper bound to <4 (#318)
1.0.0 - 2/12/2022
Changed
BREAKING CHANGE: Replaced pydantic with lsprotocol
0.13.1 - 1/12/2022
Changed
Docs now state that the v1 alpha branch is the recommended way to start new projects
Fixed
Support CodeActionKind.SourceFixAll
Files: