Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyzer Updates 10.9 #1140

Merged
merged 7 commits into from
Aug 28, 2024
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ sonarlint-core = "10.4.1.78855"

sonar-java = "8.1.0.36477"
sonar-javascript = "10.14.0.26080"
sonar-php = "3.36.0.11813"
sonar-python = "4.19.0.15616"
sonar-php = "3.37.0.12086"
sonar-python = "4.21.0.16473"
sonar-kotlin = "2.20.0.4382"
sonar-slang = "1.15.0.4655"
sonar-html = "3.16.0.5274"
sonar-xml = "2.10.0.4108"
sonar-omnisharp = "1.23.0.96316"
sonar-text = "2.13.0.3515"
sonar-omnisharp = "1.24.0.100127"
sonar-text = "2.15.0.3845"
sonar-iac = "1.33.1.11833"
sonar-cpp = "6.57.0.73017"
sonar-cpp = "6.58.0.74356"

sonarqube = "4.4.1.3373"

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.9 - 7 new C++23 rules and C++23 support. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.8.1 - Correctly display the current file analysis results on dev containers. Fix an issue where triggering a report analysis would disappear. Fix a problem where issues from another project would appear in the report.</li>
<li>10.8 - Handle "Open in IDE" requests from SonarCloud. Detection of 34 new secrets. 11 new rules for Kubernetes. 20 new Java rules enabled on test code. Fix an issue in Rider where analysis would never finish. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.7 - Allow users to focus on new code without connected mode. Help users to generate a token when creating a new connection to SonarCloud. Support for more complex rules in Python and Java. Support for multiple project-level issues on C#. Support for C/C++ analysis from Linux ARM. Fix an issue in Rider that prevented file analysis. Fix an issue where files with special characters would not get analyzed. Avoid an issue in CLion when WSL is not supported. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down