Skip to content

0.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 17:09
· 1 commit to main since this release

Breaking Changes

  • Update to Java 11. See eclipse-lemminx/lemminx#1721
    • Rationale: Several of lemminx's dependencies now require Java 11, so we were unable to update to the latest versions until we adopted Java 11.

Bug Fixes

  • Use GraalVM CPU architecture compatibility mode in order to support older CPUs. See #1055.
  • File associations should have unique pattern, not unique systemId (schema). See #1053.
  • Alert the user when the extension falls back to the binary when the supplied Java version is < 11. See #1049.
  • Fix extension crash when proxy settings address doesn't begin with http:// or https://. See #1046.
  • Handle attribute with text equal to single quote (i.e. "). See eclipse-lemminx/lemminx#1726.