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.15.0 - LSP4J 0.15.0

Hello folks, Please find the release information below for LSP4J 0.15.0. Thanks for all the contributions to this release.

Note that I have included the auto-generated release notes at the bottom of the page, my favourite feature is that it recognizes new contributors, so thank you to @gastaldi@gquerret and @ivy-lli for joining the fun and contributing to LSP4J.

The maven links should start working in a few hours once nexus has time to do what it does.

Now onwards to 0.16.0.

Jonah

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


---------- Forwarded message ---------
From: Jonah Graham <notifications@xxxxxxxxxx>
Date: Thu, 4 Aug 2022 at 21:48
Subject: [eclipse/lsp4j] Release v0.15.0 - LSP4J 0.15.0
To: eclipse/lsp4j <lsp4j@xxxxxxxxxxxxxxxxxx>
Cc: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>, Your activity <your_activity@xxxxxxxxxxxxxxxxxx>


LSP4J 0.15.0

Repository: eclipse/lsp4j · Tag: v0.15.0 · Commit: fee0f99 · Released by: jonahgraham

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

What's Changed

Changelog entry:

  • Added Notebook support
  • Added WorkspaceSymbol.data
  • Added support for client default behavior on renames
  • Implemented DAP version 1.56.0

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

Breaking API changes:

  • Return type of textDocument/prepareRename changed from Either<Range, PrepareRenameResult>
    to Either3<Range, PrepareRenameResult, PrepareRenameDefaultBehavior>
  • Class SemanticTokensWithRegistrationOptions now extends
    AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
    instead of AbstractWorkDoneProgressOptions
  • Removed unspecified deprecated properties InitializeParams.clientName
    DidOpenTextDocumentParams.text, DidChangeTextDocumentParams.uri, TextDocumentPositionParams.uri

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

GitHub auto-generated release notes:

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.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