Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4j-dev] Fwd: [eclipse/lsp4j] Release v0.12.0 - LSP4J 0.12.0

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.

Thanks,
Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


---------- Forwarded message ---------
From: Jonah Graham <notifications@xxxxxxxxxx>
Date: Fri, 2 Apr 2021 at 09:57
Subject: [eclipse/lsp4j] Release v0.12.0 - LSP4J 0.12.0
To: eclipse/lsp4j <lsp4j@xxxxxxxxxxxxxxxxxx>
Cc: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>, Your activity <your_activity@xxxxxxxxxxxxxxxxxx>


LSP4J 0.12.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.


Back to the top