From aeec3ce92ab753d1ee7507303822532fba966ae3 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Thu, 6 Nov 2025 12:33:41 +0000 Subject: [PATCH 1/3] Release Notes October 2025 --- docs/release-notes/cloud/cloud-2025-10.md | 98 +++++++++++++++++++++++ docs/release-notes/index.md | 1 + mkdocs.yml | 1 + 3 files changed, 100 insertions(+) create mode 100644 docs/release-notes/cloud/cloud-2025-10.md diff --git a/docs/release-notes/cloud/cloud-2025-10.md b/docs/release-notes/cloud/cloud-2025-10.md new file mode 100644 index 0000000000..fcfffb284f --- /dev/null +++ b/docs/release-notes/cloud/cloud-2025-10.md @@ -0,0 +1,98 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud October 2025. +included_jira_versions: ['2025.10'] +codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.15.49-fixgorevive.3.sha.0865086a +codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.16.41 +--- + +# Cloud October 2025 + +These release notes are for the Codacy Cloud updates during October 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 + +**Improvements** + +- Enhanced performance on the Open Issues dashboard, making it faster to load and navigate. (CF-1957) + +- Improved responsiveness when adding repositories on the Manage Repositories page. (CF-1955) + +**New Features** + +**False Positive Detection** +- Codacy now flags potentially false positive issues! You can review these issues directly in the Codacy App — mark them as real or ignore them. (CF-1932, CF-1926) + +***This feature is available on the Business tier. To enable it, contact your Customer Success Manager or reach out to our Support team.*** + + +**Documentation Updates** +- Added details about the False Positive Detection feature to the documentation. (CF-1932) + +**Tooling Updates** +- Added support for additional Markdownlint configuration files. (TCE-1391) + +## Tool versions + + +- **Eslint v9** has a new version: **9.38.0** ( updated from 9.32.0 ) +- **Revive** has a new version: **1.12.0** ( updated from 1.11.0 ) +- **Pylint v3** has a new version: **3.3.9** ( updated from 3.3.8 ) +- **Swiftlint** has a new version: **0.61.0** ( updated from 0.59.1 ) +- **Trivy** has a new version: **0.67.2** ( updated from 0.66.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** +- **Dartanalyzer**: **3.9.3** +- **Deadcode**: **1.0.0** +- **Detekt**: **1.23.8** +- **Eslint v8**: **8.57.0** +- **Eslint v7**: **7.32.0** +- **Faux Pas**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **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** +- **Remark Lint**: **10.0.1** +- **Roslyn**: **1.23.0** +- **Rubocop**: **1.80.2** +- **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** +- **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 5c265f88a4..38d7c36e2b 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 October 2025](cloud/cloud-2025-10.md) - [Cloud September 2025](cloud/cloud-2025-09.md) - [Cloud August 2025](cloud/cloud-2025-08.md) - [Cloud July 2025](cloud/cloud-2025-07.md) diff --git a/mkdocs.yml b/mkdocs.yml index 577f11554a..4b74c38160 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -682,6 +682,7 @@ nav: - release-notes/index.md - Cloud: - 2025: + - release-notes/cloud/cloud-2025-10.md - release-notes/cloud/cloud-2025-09.md - release-notes/cloud/cloud-2025-08.md - release-notes/cloud/cloud-2025-07.md From 49c600896cee9eba1ef20c7c6a50a9a336fdb871 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Thu, 6 Nov 2025 12:40:08 +0000 Subject: [PATCH 2/3] fix doc --- docs/release-notes/cloud/cloud-2025-10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2025-10.md b/docs/release-notes/cloud/cloud-2025-10.md index fcfffb284f..764f979483 100644 --- a/docs/release-notes/cloud/cloud-2025-10.md +++ b/docs/release-notes/cloud/cloud-2025-10.md @@ -18,21 +18,21 @@ These release notes are for the Codacy Cloud updates during October 2025. **Improvements** - Enhanced performance on the Open Issues dashboard, making it faster to load and navigate. (CF-1957) - - Improved responsiveness when adding repositories on the Manage Repositories page. (CF-1955) **New Features** -**False Positive Detection** - Codacy now flags potentially false positive issues! You can review these issues directly in the Codacy App — mark them as real or ignore them. (CF-1932, CF-1926) ***This feature is available on the Business tier. To enable it, contact your Customer Success Manager or reach out to our Support team.*** **Documentation Updates** + - Added details about the False Positive Detection feature to the documentation. (CF-1932) **Tooling Updates** + - Added support for additional Markdownlint configuration files. (TCE-1391) ## Tool versions From caba04f486fe87bcde8716f1aca8a319877e8bc3 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Thu, 6 Nov 2025 12:43:42 +0000 Subject: [PATCH 3/3] fix doc --- docs/release-notes/cloud/cloud-2025-10.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2025-10.md b/docs/release-notes/cloud/cloud-2025-10.md index 764f979483..0470961773 100644 --- a/docs/release-notes/cloud/cloud-2025-10.md +++ b/docs/release-notes/cloud/cloud-2025-10.md @@ -22,9 +22,7 @@ These release notes are for the Codacy Cloud updates during October 2025. **New Features** -- Codacy now flags potentially false positive issues! You can review these issues directly in the Codacy App — mark them as real or ignore them. (CF-1932, CF-1926) - -***This feature is available on the Business tier. To enable it, contact your Customer Success Manager or reach out to our Support team.*** +- Codacy now flags potentially false positive issues! You can review these issues directly in the Codacy App — mark them as real or ignore them. This feature is available on the Business tier. To enable it, contact your Customer Success Manager or reach out to our Support team.(CF-1932, CF-1926) **Documentation Updates**