diff --git a/docs/release-notes/cloud/cloud-2025-09.md b/docs/release-notes/cloud/cloud-2025-09.md new file mode 100644 index 0000000000..a6269e7e52 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2025-09.md @@ -0,0 +1,95 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud September 2025. +included_jira_versions: ['2025.9'] +codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.15.12-testnewdbemptycommit.1.sha.2cc7013 +codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.15.49-fixgorevive.3.sha.0865086a +--- + +# Cloud September 2025 + +These release notes are for the Codacy Cloud updates during September 2025. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements and Bug fixes +**Accurate Issue Counts Across Dashboards** +Resolved an inconsistency between the number of issues shown in metrics and the Issues tab, ensuring consistent and reliable reporting across repository and organization dashboards. (CF-1897) + +**Cleaner and Updated Pattern Set** +Removed the deprecated pattern Trivy_vulnerability, which has been replaced by Trivy_vulnerability_critical and Trivy_vulnerability_high for more precise vulnerability tracking. (CF-1857) + +**Improved Issue Uniqueness Detection** +Enhanced how Codacy identifies and displays multiple issues reported on the same line by tools like Trivy and Prospector, ensuring that all unique issues are now visible as expected. (CF-1786) + +**OpenSSF Scorecard Integration** +You can now view the OpenSSF Scorecard report directly from any dependency, helping you assess the security posture of your open-source components. (LK-1527) + +**Smarter Issue Updates** +Fixed an issue where the issue message wouldn’t update when a tool reported a new message for an existing issue. The displayed information now always stays up to date. (TAROT-3438) + +**AI Summaries Removed** +AI-powered PR summaries have been discontinued and removed from the product to streamline the review experience. (TAROT-3261) + +## Tool versions + + +- **Dartanalyzer** has a new version: **3.9.3** ( updated from 3.7.2 ) +- **Pylint v3** has a new version: **3.3.8** ( updated from 3.3.7 ) +- **Remark Lint** has a new version: **10.0.1** ( updated from 9.1.2 ) +- **Rubocop** has a new version: **1.80.2** ( updated from 1.79.1 ) +- **Trivy** has a new version: **0.66.0** ( updated from 0.65.0 ) +- **Aligncheck**: **1.0.0** +- **Ameba**: **1.6.4** +- **Bandit**: **1.8.3** +- **Brakeman**: **4.3.1** +- **Bundler Audit**: **0.9.1** +- **Checkov**: **3.2.457** +- **Checkstyle**: **10.26.1** +- **Clang Tidy**: **10.0.1** +- **Codenarc**: **3.6.0** +- **Codesniffer**: **3.10.1** +- **Coffeelint**: **5.2.11** +- **Cppcheck**: **2.18.0** +- **Credo**: **1.7.12** +- **Csslint**: **1.0.5** +- **Deadcode**: **1.0.0** +- **Detekt**: **1.23.8** +- **Eslint v8**: **8.57.0** +- **Eslint v7**: **7.32.0** +- **Eslint v9**: **9.32.0** +- **Faux Pas**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **Revive**: **1.11.0** +- **Gosec**: **2.22.7** +- **Hadolint**: **2.12.0** +- **Jackson linter**: **2.19.2** +- **Jshint**: **2.13.6** +- **Lizard**: **1.17.31** +- **Markdownlint**: **0.33.0** +- **PHP Mess Detector**: **2.14.1** +- **PMD v6**: **6.55.0** +- **PMD v7**: **7.16.0** +- **Prospector**: **1.17.2** +- **Psscriptanalyzer**: **1.24.0** +- **Pylint v1**: **1.9.5** +- **Reek**: **6.5.0** +- **Roslyn**: **1.23.0** +- **Ruff**: **0.12.7** +- **Scalameta**: **1.4.4** +- **Scalastyle**: **1.5.1** +- **Semgrep**: **1.78.0** +- **Shellcheck**: **0.10.0** +- **Sonar CSharp**: **9.32** +- **Sonar Visual Basic**: **8.13** +- **Spectral**: **1.22.0** +- **Spotbugs**: **4.8.4** +- **Sqlfluff**: **3.4.2** +- **Sqlint**: **0.2.1** +- **Staticcheck**: **2025.1.1** +- **Stylelint**: **16.23.0** +- **Swiftlint**: **0.59.1** +- **Tailor**: **0.12.0** +- **Tslint**: **6.1.3** +- **Tsqllint**: **1.16.0** \ No newline at end of file diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 41e2107f75..5c265f88a4 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa 2025 +- [Cloud September 2025](cloud/cloud-2025-09.md) - [Cloud August 2025](cloud/cloud-2025-08.md) - [Cloud July 2025](cloud/cloud-2025-07.md) - [Cloud June 2025](cloud/cloud-2025-06.md) diff --git a/mkdocs.yml b/mkdocs.yml index 9f72af5b0c..457f2d89ad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -680,6 +680,7 @@ nav: - release-notes/index.md - Cloud: - 2025: + - release-notes/cloud/cloud-2025-09.md - release-notes/cloud/cloud-2025-08.md - release-notes/cloud/cloud-2025-07.md - release-notes/cloud/cloud-2025-06.md