Skip to content

1.9.0

Compare
Choose a tag to compare
@rgrunber rgrunber released this 20 Aug 21:22
· 218 commits to master since this release

Enhancements

  • Drop dependency on vscode-commons by updating @redhat-developer/vscode-redhat-telemetry to 0.2.0. See #365.
  • Add a command to deploy a Quarkus app to OpenShift using OpenShift Connector. See #313.
  • Emit telemetry events for command executions. See #344.
  • Add a command to build a binary of a Quarkus app. See #341.
  • RESTEasy JAX-RS is no longer added by default in the project generator wizard. See #322.
  • Add a step to the project generator to specify if example code should be generated. See #301.

Bug Fixes

  • Fixed debugger start-up failure in Quarkus projects that contain a node_modules folder. See #339.

Build

  • Consistently reference the main npm registry in package-lock.json. See #355.
  • Fix the UI tests. See #351.
  • Migrate CI to GitHub Actions. See #375.