Hi all,
SonarSource is proud to announce the release of SonarQube 9.5, with a faster first analysis for Git projects, new runtime error detection rules for Java, and much more. Details in the official announcement.
In addition, there are a few other items to note in the release:
- We’ve extracted the API used to develop plugins from SonarQube. The sonar-plugin-api is now released independently. See the documentation for more information about how to use it. (SONAR-16232).
- The ‘Execute Analysis’ permission is now enough to check the Quality Gate status of projects in the pipeline. No need for the token being used to have the ‘Browse’ permission. (SONAR-16453).
- We’ve limited status changes in the issue history to the most recent ones to avoid keeping useless records that can impact the size of your database. (SONAR-15321).
You’ll find more details in the upgrade notes and full details in the release notes. Please open new threads for any questions you have about these or other features.
As usual, download is available at sonarqube.org. Docker images are also available on Docker Hub.
Chris