v1.0.0 #959
jonahgraham
announced in
Announcements
v1.0.0
#959
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LSP4J 1.0.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.
Changelog entry
v1.0.0 (Feb 2026)
SymbolTag#856@Deprecatedannotations on members deprecated in the LSP/DAP protocol #895Fixed issues: https://github.com/eclipse-lsp4j/lsp4j/milestone/37?closed=1
Breaking API changes:
TextDocumentEdit.editschanged fromList<TextEdit>toList<Either<TextEdit, SnippetTextEdit>>Diagnostic.messagechanged fromStringtoEither<String, MarkupContent>DocumentFilter.patternchanged fromStringtoEither<String, RelativePattern>NotebookDocumentFilter.patternchanged fromStringtoEither<String, RelativePattern>throws IOExceptionfrom methods that do not need to throw it #934EitherTypeAdapter.createLeftEitherTypeAdapter.createRightEitherTypeAdapter.EitherTypeArgument.read(JsonElement)StreamMessageProducer.handleMessagejapicmp report: https://download.eclipse.org/lsp4j/updates/releases/1.0.0/japicmp-report/
What's Changed
DebugIntegrationTest.testCancellationby @pisv in Fix sporadic failure ofDebugIntegrationTest.testCancellation#910@Draftto@ProtocolDraftby @pisv in Rename@Draftto@ProtocolDraft#928DiagnosticCapabilitiesby @pisv in Add missing properties toDiagnosticCapabilities#926throws IOExceptionfrom methods that do not need to throw it by @pisv in Removethrows IOExceptionfrom methods that do not need to throw it #938@ProtocolSinceannotation by @pisv in Introduce the@ProtocolSinceannotation #939JsonRpcDataProcessorby @pisv in Generalize processing of doc-annotations inJsonRpcDataProcessor#941New Contributors
Full Changelog: v0.24.0...v1.0.0
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions