Skip to content

Commit a98d041

Browse files
committed
Changelog 0.17.0
Signed-off-by: azerr <azerr@redhat.com>
1 parent 56dae77 commit a98d041

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Tools for MicroProfile Changelog
22

3+
## [0.17.0]https://github.com/redhat-developer/vscode-microprofile/milestone/18?closed=1) (22 April, 2026)
4+
5+
### Enhancements
6+
* Show default value in completion item. See [#538](https://github.com/eclipse-lsp4mp/lsp4mp/pull/538).
7+
8+
### Bug Fixes
9+
* Feature request: extend "microprofile(unknown)" to detect references from property files. See [#600](https://github.com/redhat-developer/vscode-microprofile/issues/600).
10+
* No properties suggestions when there is a profile in the property name. See [#539](https://github.com/eclipse-lsp4mp/lsp4mp/pull/539).
11+
12+
### Performance
13+
* Send 'microprofile/propertiesChanged' notification with debounce mode. See [#541](https://github.com/eclipse-lsp4mp/lsp4mp/pull/541).
14+
* Don't re-trigger twice Java validation when a Java file is saved. See [#546](https://github.com/eclipse-lsp4mp/lsp4mp/pull/546).
15+
316
## [0.16.0](https://github.com/redhat-developer/vscode-microprofile/milestone/17?closed=1) (December 16, 2025)
417

518
### Enhancements

package-lock.json

Lines changed: 1 addition & 1 deletion
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-microprofile",
33
"displayName": "Tools for MicroProfile",
44
"description": "Language Support for Eclipse MicroProfile",
5-
"version": "0.16.1",
5+
"version": "0.17.0",
66
"icon": "icons/logo.png",
77
"author": "Red Hat",
88
"publisher": "redhat",

0 commit comments

Comments
 (0)