Skip to content

1.21.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 13:15
· 39 commits to master since this release

Enhancements

  • Warning instead of error (configurable) for unknown sections in Qute files. See quarkus-ls#1042.
  • Support for Integer operators in Qute files. See #974.

Performance

  • Improve the Java data model cache in the Qute language server so that cache evictions are less frequent. See quarkus-ls#444.

Bug Fixes

  • Guard against index out of bounds exception for Optional returning method of ConfigMapped type. See quarkus-ls#1050.