Skip to content

Releases: eclipse/lsp4e

0.26.5

09 Sep 06:15
7ce9692
Compare
Choose a tag to compare

New features

Performance improvementes

  • Improve StreamProxyInputStream by @sebthom in #1068
  • Improve DSPLaunchDelegate debug adapter monitor performance by @sebthom in #1080

Fixes

Code improvements

Build improvements

Upgraded libraries

Full Changelog: 0.26.4...0.26.5

0.26.4

15 Aug 09:12
ceb1600
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.4.3 to 1.5.0 in /org.eclipse.lsp4e by @dependabot in #1042
  • fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.0.3 to 1.0.4 in /repository by @dependabot in #1055
  • fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.0.3 to 1.0.4 in /org.eclipse.lsp4e by @dependabot in #1057
  • fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.0.3 to 1.0.4 in /org.eclipse.lsp4e.test by @dependabot in #1056

New Contributors

Full Changelog: 0.26.3...0.26.4

0.26.3

15 Jul 11:34
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 in /org.eclipse.lsp4e by @dependabot in #1022
  • ci: upgrade to Maven 3.9.7 ad improve license check by @sebthom in #1027
  • fix(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 in /org.eclipse.lsp4e by @dependabot in #1031
  • ci: build with Maven 3.9.8 by @sebthom in #1032
  • ci: re-enable Windows target and allow 2 retries of maven build step on failure by @sebthom in #1036

New Contributors

Full Changelog: 0.26.2...0.26.3

0.26.2

28 May 08:24
Compare
Choose a tag to compare

What's Changed

  • Disable ubuntu/windows GHA builds for now by @sebthom in #1014
  • fix(deps): bump tycho-version from 4.0.7 to 4.0.8 by @sebthom in #1018
  • Increase the version of org.eclipse.lsp4e to force newly signed content by @merks in #1020

New Contributors

Full Changelog: 0.26.1...0.26.2

0.26.1

22 May 09:13
Compare
Choose a tag to compare

What's Changed

  • Add spacing to inline type hints. Fixes #981 by @sebthom in #982
  • Fix race condition in LanguageServerWrapper resulting in NullPointerException during LS initialization by @sebthom in #985
  • Fix NPE if there is no completion provider by @rubenporras in #999
  • Fix NPE if the property ResolveProvider is null by @rubenporras in #1001
  • Register PublishDiagnosticsCapabilities by @zulus in #1008

Build, Test and Library Updates

Full Changelog: 0.26.0...0.26.1

0.26.0

27 Apr 12:45
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.1 to 1.9.0 in /org.eclipse.lsp4e by @dependabot in #962

Note: #964 is a breaking change needed to conform to the LSP. A similar change has been done in Xtext Language Server. Therefore the SemanticTokens request with this new release is compatible with Xtext 2.34 (See eclipse/xtext#2753), while older versions are compatible with older Xtext releases.

Full Changelog: 0.25.1...0.26.0

0.25.1

04 Apr 14:43
58b0873
Compare
Choose a tag to compare

What's Changed

  • Support limiting the number of outline symbols to avoid UI freezes by @sebthom in #704
  • add missing array outline icon by @sebthom in #945
  • Support click on inlayhint label parts by @BoykoAlex in #923
  • Create job to monitor the initialization of the language server by @joaodinissf in #947
  • Handle cancellation of initializeFutureMonitor in LSWrapper by @joaodinissf in #952
  • Refactor Preview for WorkspaceEdit with needsConfirmation flag by @BoykoAlex in #953
  • Use Rename and MoveRename ResourceChange classes if possible by @BoykoAlex in #954
  • Fixed #958 Add ID to menu to allow external contributions by @ylussaud in #959
  • Fix logic of LSWrapper.canOperate() when project is null by @joaodinissf in #949
  • Remove UI-blocking pop-up in LSWrapper.getInitializedServer() by @joaodinissf in #951

Build

  • Fix build failure by removing dependency on org.eclipse.osgi.services by @joaodinissf in #950
  • fix(deps): bump tycho-version from 4.0.6 to 4.0.7 in /org.eclipse.lsp4e.test by @dependabot in #956

New Contributors

Full Changelog: 0.25.0...0.25.1

0.25.0

05 Mar 08:37
31780c6
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.0 to 1.8.1 in /org.eclipse.lsp4e by @dependabot in #921
  • Releng improvements by @akurtakov in #937
  • Jenkinsfile improvements by @akurtakov in #938

New Contributors

Full Changelog: 0.24.8...0.25.0

0.24.8

14 Feb 10:06
Compare
Choose a tag to compare

What's Changed

  • JDT completions coming from LS application fixed by @BoykoAlex in #908
  • [#909] Add missing keys for enabling go to next / previous annotation actions by @travkin79 in #910
  • Pick up latest Guava from orbit by @akurtakov in #918
  • Fix NPE if ITextViewer is nullified during call to .underline() by @joaodinissf in #914

Build

Full Changelog: 0.24.7...0.24.8

0.24.7

02 Feb 10:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.24.6...0.24.7