How/where can I get the release notes for language plugins like Java or Python?
The “What’s New” page helpfully says “3 new rules!” (https://www.sonarqube.org/sonarqube-7-7/) and then links to the rules database at https://rules.sonarsource.com/java which has no way to filter by release.
I tried this query on the issue tracker but it’s contains a lot of noise:
https://jira.sonarsource.com/browse/SONARJAVA-3031?jql=project%20%3D%20SONARJAVA%20AND%20resolution%20in%20(Unresolved%2C%20Fixed)%20AND%20fixVersion%20in%20(5.10.2%2C%205.11)%20AND%20component%20%3D%20Rules%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
Hidden on the download page https://www.sonarqube.org/downloads/ of sonarqube 6.7, there is a link to the release notes generated by JIRA. There, I can configure a report for 7.7 which looks better:
https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13972
Is there something similar for the languages? We would really like to see the new rules before we upgrade to decide how urgent/dangerous an upgrade is.
Regards,