Skip to content

Commit 81e515c

Browse files
committed
Changelog for 1.9.0
Closes #377 Signed-off-by: David Thompson <[email protected]>
1 parent ecc4810 commit 81e515c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## 1.9.0 (28 July, 2021)
4+
5+
### Enhancements
6+
7+
* Drop dependency on vscode-commons by updating `@redhat-developer/vscode-redhat-telemetry` to 0.2.0. See [#365](https://github.com/redhat-developer/vscode-quarkus/issues/365).
8+
* Add a command to deploy a Quarkus app to OpenShift using OpenShift Connector. See [#313](https://github.com/redhat-developer/vscode-quarkus/issues/313).
9+
* Emit telemetry events for command executions. See [#344](https://github.com/redhat-developer/vscode-quarkus/issues/344).
10+
* Add a command to build a binary of a Quarkus app. See [#341](https://github.com/redhat-developer/vscode-quarkus/pull/341).
11+
* RESTEasy JAX-RS is no longer added by default in the project generator wizard. See [#322](https://github.com/redhat-developer/vscode-quarkus/issues/322).
12+
* Add a step to the project generator to specify if example code should be generated. See [#301](https://github.com/redhat-developer/vscode-quarkus/issues/301).
13+
14+
### Bug Fixes
15+
16+
* Fixed debugger start-up failure in Quarkus projects that contain a `node_modules` folder. See [#339](https://github.com/redhat-developer/vscode-quarkus/issues/339).
17+
18+
### Build
19+
20+
* Consistently reference the main npm registry in `package-lock.json`. See [#355](https://github.com/redhat-developer/vscode-quarkus/pull/355).
21+
* Fix the UI tests. See [#351](https://github.com/redhat-developer/vscode-quarkus/issues/351).
22+
* Migrate CI to GitHub Actions. See [#375](https://github.com/redhat-developer/vscode-quarkus/issues/375).
23+
324
## 1.8.0 (8 April, 2021)
425

526
### Enhancements
@@ -20,7 +41,7 @@
2041

2142
## 1.7.0 (September 21, 2020)
2243

23-
Since `1.7.0`, vscode-quarkus becomes an extension of [vscode-microprofile](https://github.com/redhat-developer/vscode-microprofile), see [vscode-microprofile CHANGELOG](https://github.com/redhat-developer/vscode-microprofile/blob/master/CHANGELOG.md#010-september-21-2020).
44+
Since `1.7.0`, vscode-quarkus becomes an extension of [vscode-microprofile](https://github.com/redhat-developer/vscode-microprofile), see [vscode-microprofile CHANGELOG](https://github.com/redhat-developer/vscode-microprofile/blob/master/CHANGELOG.md#010-september-21-2020).
2445

2546
[vscode-microprofile](https://github.com/redhat-developer/vscode-microprofile) will be automatically installed alongside vscode-quarkus.
2647

0 commit comments

Comments
 (0)