Skip to main content

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

Hi folks,

The latest LSP4J has been released - details below

Thanks
Jonah

~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


---------- Forwarded message ---------
From: Jonah Graham <notifications@xxxxxxxxxx>
Date: Tue, 14 May 2024 at 10:48
Subject: [eclipse-lsp4j/lsp4j] Release v0.23.0 - v0.23.0
To: eclipse-lsp4j/lsp4j <lsp4j@xxxxxxxxxxxxxxxxxx>
Cc: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>, Your activity <your_activity@xxxxxxxxxxxxxxxxxx>


v0.23.0

Repository: eclipse-lsp4j/lsp4j · Tag: v0.23.0 · Commit: 40de44a · Released by: jonahgraham

LSP4J 0.23.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.

Changelog entry

  • Implemented DAP version 1.65.0

Fixed issues: https://github.com/eclipse-lsp4j/lsp4j/milestone/34?closed=1

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side.
    In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.23.0/japicmp-report/

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.23.0

—

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