Hello folks, Please find the release information below for LSP4J 0.12.0. Thanks for all the contributions to this release.
The master branch is now open for 0.13.0 development. A release has not yet been scheduled for 0.13.0.
Repository: eclipse/lsp4j · Tag: v0.12.0 · Commit: 32aac26 · Released by: jonahgraham
LSP4J 0.12.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.
Changelog entry:
- Restored
org.eclipse.lsp4j.websocket
which will be included along with org.eclipse.lsp4j.websocket.jakarta
. This will allow use of LSP4J over Jakarta websockets and pre-Jakarta websockets. See #536 for more details.
Fixed issues: https://github.com/eclipse/lsp4j/milestone/19?closed=1
Breaking API changes:
- Type of
CodeLensOptions.resolveProvider
changed from boolean
to Boolean
Breaking changes in behavior:
- In case a type argument for
Either
is declared as Object
,
EitherTypeAdapter
now uses JsonElementTypeAdapter
for parsing/serializing
the corresponding value. Notably, this can affect parsing of properties
SemanticTokensClientCapabilitiesRequests.range
and SemanticTokensWithRegistrationOptions.range
;
their right-hand side, declared as Object
, will be parsed into a JsonElement
now.
—
This release has 2 assets:
- Source code (zip)
- Source code (tar.gz)
Visit the release page to download them.
—
You are receiving this because you are watching this repository.
View it on GitHub or unsubscribe from all notifications for this repository.