Skip to content

Commit 00e5014

Browse files
committed
CHANGELOG for 1.21.0
Switching from patch to minor release, since we added new features. Signed-off-by: David Thompson <[email protected]>
1 parent 54e20a6 commit 00e5014

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Quarkus Tools for Visual Studio Code Changelog
22

3+
## [1.21.0](https://github.com/redhat-developer/vscode-quarkus/milestone/25?closed=1) (April 17, 2025)
4+
5+
### Enhancements
6+
- Warning instead of error (configurable) for unknown sections in Qute files. See [quarkus-ls#1042](https://github.com/redhat-developer/quarkus-ls/issues/1042).
7+
- Support for Integer operators in Qute files. See [#974](https://github.com/redhat-developer/vscode-quarkus/issues/974).
8+
9+
### Performance
10+
- Improve the Java data model cache in the Qute language server so that cache evictions are less frequent. See [quarkus-ls#444](https://github.com/redhat-developer/quarkus-ls/issues/444).
11+
12+
### Bug Fixes
13+
- Guard against index out of bounds exception for Optional returning method of ConfigMapped type. See [quarkus-ls#1050](https://github.com/redhat-developer/quarkus-ls/pull/1050).
14+
315
## [1.20.1](https://github.com/redhat-developer/vscode-quarkus/milestone/24?closed=1) (April 10, 2025)
416

517
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-quarkus",
33
"displayName": "Quarkus",
44
"description": "Quarkus Tools for Visual Studio Code",
5-
"version": "1.20.2",
5+
"version": "1.21.0",
66
"icon": "icons/logo.png",
77
"author": "Red Hat",
88
"publisher": "redhat",

0 commit comments

Comments
 (0)