Lsprotocol

Latest version: v2023.0.1

Safety actively analyzes 623936 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2024.0.0a1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Enhancements
* Update to latest LSP spec with type name changes by karthiknadig in https://github.com/microsoft/lsprotocol/pull/286
* Adds type alias for result types by karthiknadig in https://github.com/microsoft/lsprotocol/pull/290
* Dotnet change `uint` to `long` by karthiknadig in https://github.com/microsoft/lsprotocol/pull/295
* Update LSP to latest spec by karthiknadig in https://github.com/microsoft/lsprotocol/pull/325
Bug Fixes
* Use Sequence instead of List by muffinmad in https://github.com/microsoft/lsprotocol/pull/285
* `mypy` update changed linting rules by karthiknadig in https://github.com/microsoft/lsprotocol/pull/288
* Remove types preserved from backwards compat by karthiknadig in https://github.com/microsoft/lsprotocol/pull/296
* Fix classifiers for pre-release version by karthiknadig in https://github.com/microsoft/lsprotocol/pull/299
* Tighten `cattrs` dependency by jhossbach in https://github.com/microsoft/lsprotocol/pull/303
* Fix bug with `WorkspaceSymbol` structuring hook by karthiknadig in https://github.com/microsoft/lsprotocol/pull/311
* Fixed pyenv version syntax by 0xJonas in https://github.com/microsoft/lsprotocol/pull/313
* Bug fixes and new fields added to LSP by karthiknadig in https://github.com/microsoft/lsprotocol/pull/328
Code Health
* Update README and project description by luabud in https://github.com/microsoft/lsprotocol/pull/287
* Update toml for rust packages by karthiknadig in https://github.com/microsoft/lsprotocol/pull/291
* Update package version and readme by karthiknadig in https://github.com/microsoft/lsprotocol/pull/292
* Add alpha version to rust package by karthiknadig in https://github.com/microsoft/lsprotocol/pull/293

New Contributors
* muffinmad made their first contribution in https://github.com/microsoft/lsprotocol/pull/285
* luabud made their first contribution in https://github.com/microsoft/lsprotocol/pull/287
* jhossbach made their first contribution in https://github.com/microsoft/lsprotocol/pull/303
* 0xJonas made their first contribution in https://github.com/microsoft/lsprotocol/pull/313

**Full Changelog**: https://github.com/microsoft/lsprotocol/compare/2023.0.0...2024.0.0a1

2023.0.1

<!-- Release notes generated using configuration in .github/release.yml at release/2023.0 -->

What's Changed
Bug Fixes
* Remove type ignore comments by karthiknadig in https://github.com/microsoft/lsprotocol/pull/306
* Tighten `cattrs` dependency by jhossbach in https://github.com/microsoft/lsprotocol/pull/303
* Fix bug with `WorkspaceSymbol` structuring hook by karthiknadig in https://github.com/microsoft/lsprotocol/pull/312

New Contributors
* jhossbach made their first contribution in https://github.com/microsoft/lsprotocol/pull/303

**Full Changelog**: https://github.com/microsoft/lsprotocol/compare/2023.0.0...2023.0.1

2023.0.0

<!-- Release notes generated using configuration in .github/release.yml at release/2023.0.0 -->

What's Changed
Enhancements
* Update to latest LSP spec by karthiknadig in https://github.com/microsoft/lsprotocol/pull/281
Bug Fixes
* Update package classifiers by karthiknadig in https://github.com/microsoft/lsprotocol/pull/284

**Full Changelog**: https://github.com/microsoft/lsprotocol/compare/2023.0.0b1...2023.0.0

2023.0.0b1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Enhancements
* Dev Container for lsprotocol by anthonykim1 in https://github.com/microsoft/lsprotocol/pull/267
Bug Fixes
* Add PositionEncodingKind hook by karthiknadig in https://github.com/microsoft/lsprotocol/pull/272
* Add broad spectrum tests for python by karthiknadig in https://github.com/microsoft/lsprotocol/pull/273
Code Health
* Add pyproject.toml path to lsprotocol project build by karthiknadig in https://github.com/microsoft/lsprotocol/pull/268
* Update LSP to latest spec by karthiknadig in https://github.com/microsoft/lsprotocol/pull/271

**Full Changelog**: https://github.com/microsoft/lsprotocol/compare/2023.0.0a3...2023.0.0b1

2023.0.0a3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Enhancements
* Update LSP spec to latest by karthiknadig in https://github.com/microsoft/lsprotocol/pull/230
* Add `--output-dir` switch to code generator by karthiknadig in https://github.com/microsoft/lsprotocol/pull/239
Dotnet
* Dotnet: Code generation for LSP methods by karthiknadig in https://github.com/microsoft/lsprotocol/pull/222
* Generate request, notification and options classes by karthiknadig in https://github.com/microsoft/lsprotocol/pull/224
* dotnet: Add test case generation by karthiknadig in https://github.com/microsoft/lsprotocol/pull/226
* Add devcontainer support to repo by timheuer in https://github.com/microsoft/lsprotocol/pull/234
* Add `dotnet` test and format check to GHA by karthiknadig in https://github.com/microsoft/lsprotocol/pull/240
* Add response types and improve test suite by karthiknadig in https://github.com/microsoft/lsprotocol/pull/243
* Generate dotnet project package. by karthiknadig in https://github.com/microsoft/lsprotocol/pull/252
* Format Generated Code by karthiknadig in https://github.com/microsoft/lsprotocol/pull/257
* Use `record` instead of `class` for LSP types. by karthiknadig in https://github.com/microsoft/lsprotocol/pull/258
* Use ImmutableArray and ImmutableDictionary by karthiknadig in https://github.com/microsoft/lsprotocol/pull/256
Bug Fixes
* Fix bug with structuring LSPObject type by karthiknadig in https://github.com/microsoft/lsprotocol/pull/229
* dotnet: Fix issues with OrType serialization by karthiknadig in https://github.com/microsoft/lsprotocol/pull/232
* Improve documentation tags in generated code by karthiknadig in https://github.com/microsoft/lsprotocol/pull/250
* Fix warning with generated converter code by karthiknadig in https://github.com/microsoft/lsprotocol/pull/251
* Fix for missing notebook selector hook by karthiknadig in https://github.com/microsoft/lsprotocol/pull/260
Code Health
* Use new release pipeline by karthiknadig in https://github.com/microsoft/lsprotocol/pull/231
* Skip notice file generation by karthiknadig in https://github.com/microsoft/lsprotocol/pull/235
* Add generator packaging info by karthiknadig in https://github.com/microsoft/lsprotocol/pull/236
* Remove unused `--schema` switch by karthiknadig in https://github.com/microsoft/lsprotocol/pull/238
* Update packages to latest LSP model by karthiknadig in https://github.com/microsoft/lsprotocol/pull/262
* Update to latest lsp spec by karthiknadig in https://github.com/microsoft/lsprotocol/pull/264

New Contributors
* timheuer made their first contribution in https://github.com/microsoft/lsprotocol/pull/234
* rzhao271 made their first contribution in https://github.com/microsoft/lsprotocol/pull/265

**Full Changelog**: https://github.com/microsoft/lsprotocol/compare/2023.0.0a2...2023.0.0a3

2023.0.0a2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Enhancements
* Update to latest LSP by karthiknadig in https://github.com/microsoft/lsprotocol/pull/208
* Add TextDocument InlineCompletion request by karthiknadig in https://github.com/microsoft/lsprotocol/pull/211
Bug Fixes
* Introduce lower bound on `attrs` version by alcarney in https://github.com/microsoft/lsprotocol/pull/179
* Add structure hook for `Union[str, List[InlayHintLabelPart]]` by alcarney in https://github.com/microsoft/lsprotocol/pull/219
Code Health
* Add `pygls` repository tests as smoke test by karthiknadig in https://github.com/microsoft/lsprotocol/pull/177
* Update and consolidate dependencies by karthiknadig in https://github.com/microsoft/lsprotocol/pull/186


**Full Changelog**: https://github.com/microsoft/lsprotocol/compare/2023.0.0a1...2023.0.0a2

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.