diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f40e5a..e1618d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Tools for MicroProfile Changelog +## [0.17.0]https://github.com/redhat-developer/vscode-microprofile/milestone/18?closed=1) (22 April, 2026) + +### Enhancements + * Show default value in completion item. See [#538](https://github.com/eclipse-lsp4mp/lsp4mp/pull/538). + +### Bug Fixes + * Feature request: extend "microprofile(unknown)" to detect references from property files. See [#600](https://github.com/redhat-developer/vscode-microprofile/issues/600). + * No properties suggestions when there is a profile in the property name. See [#539](https://github.com/eclipse-lsp4mp/lsp4mp/pull/539). + +### Performance + * Send 'microprofile/propertiesChanged' notification with debounce mode. See [#541](https://github.com/eclipse-lsp4mp/lsp4mp/pull/541). + * Don't re-trigger twice Java validation when a Java file is saved. See [#546](https://github.com/eclipse-lsp4mp/lsp4mp/pull/546). + ## [0.16.0](https://github.com/redhat-developer/vscode-microprofile/milestone/17?closed=1) (December 16, 2025) ### Enhancements diff --git a/package-lock.json b/package-lock.json index 328ac9b..80d6941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-microprofile", - "version": "0.16.1", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 5d645c6..ac2684e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-microprofile", "displayName": "Tools for MicroProfile", "description": "Language Support for Eclipse MicroProfile", - "version": "0.16.1", + "version": "0.17.0", "icon": "icons/logo.png", "author": "Red Hat", "publisher": "redhat",