Skip to content

Commit aeec3ce

Browse files
Release Notes October 2025
1 parent a1187ac commit aeec3ce

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
description: Release notes for Codacy Cloud October 2025.
5+
included_jira_versions: ['2025.10']
6+
codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.15.49-fixgorevive.3.sha.0865086a
7+
codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.16.41
8+
---
9+
10+
# Cloud October 2025
11+
12+
These release notes are for the Codacy Cloud updates during October 2025.
13+
14+
📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and <span class="skip-vale">let us know</span> your feedback on both new and planned product updates!
15+
16+
## Product enhancements and Bug fixes
17+
18+
**Improvements**
19+
20+
- Enhanced performance on the Open Issues dashboard, making it faster to load and navigate. (CF-1957)
21+
22+
- Improved responsiveness when adding repositories on the Manage Repositories page. (CF-1955)
23+
24+
**New Features**
25+
26+
**False Positive Detection**
27+
- 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)
28+
29+
***This feature is available on the Business tier. To enable it, contact your Customer Success Manager or reach out to our Support team.***
30+
31+
32+
**Documentation Updates**
33+
- Added details about the False Positive Detection feature to the documentation. (CF-1932)
34+
35+
**Tooling Updates**
36+
- Added support for additional Markdownlint configuration files. (TCE-1391)
37+
38+
## Tool versions
39+
40+
41+
- **Eslint v9** has a new version: **9.38.0** ( updated from 9.32.0 )
42+
- **Revive** has a new version: **1.12.0** ( updated from 1.11.0 )
43+
- **Pylint v3** has a new version: **3.3.9** ( updated from 3.3.8 )
44+
- **Swiftlint** has a new version: **0.61.0** ( updated from 0.59.1 )
45+
- **Trivy** has a new version: **0.67.2** ( updated from 0.66.0 )
46+
- **Aligncheck**: **1.0.0**
47+
- **Ameba**: **1.6.4**
48+
- **Bandit**: **1.8.3**
49+
- **Brakeman**: **4.3.1**
50+
- **Bundler Audit**: **0.9.1**
51+
- **Checkov**: **3.2.457**
52+
- **Checkstyle**: **10.26.1**
53+
- **Clang Tidy**: **10.0.1**
54+
- **Codenarc**: **3.6.0**
55+
- **Codesniffer**: **3.10.1**
56+
- **Coffeelint**: **5.2.11**
57+
- **Cppcheck**: **2.18.0**
58+
- **Credo**: **1.7.12**
59+
- **Csslint**: **1.0.5**
60+
- **Dartanalyzer**: **3.9.3**
61+
- **Deadcode**: **1.0.0**
62+
- **Detekt**: **1.23.8**
63+
- **Eslint v8**: **8.57.0**
64+
- **Eslint v7**: **7.32.0**
65+
- **Faux Pas**: **1.7.2**
66+
- **Flawfinder**: **2.0.19**
67+
- **Gosec**: **2.22.7**
68+
- **Hadolint**: **2.12.0**
69+
- **Jackson linter**: **2.19.2**
70+
- **Jshint**: **2.13.6**
71+
- **Lizard**: **1.17.31**
72+
- **Markdownlint**: **0.33.0**
73+
- **PHP Mess Detector**: **2.14.1**
74+
- **PMD v6**: **6.55.0**
75+
- **PMD v7**: **7.16.0**
76+
- **Prospector**: **1.17.2**
77+
- **Psscriptanalyzer**: **1.24.0**
78+
- **Pylint v1**: **1.9.5**
79+
- **Reek**: **6.5.0**
80+
- **Remark Lint**: **10.0.1**
81+
- **Roslyn**: **1.23.0**
82+
- **Rubocop**: **1.80.2**
83+
- **Ruff**: **0.12.7**
84+
- **Scalameta**: **1.4.4**
85+
- **Scalastyle**: **1.5.1**
86+
- **Semgrep**: **1.78.0**
87+
- **Shellcheck**: **0.10.0**
88+
- **Sonar CSharp**: **9.32**
89+
- **Sonar Visual Basic**: **8.13**
90+
- **Spectral**: **1.22.0**
91+
- **Spotbugs**: **4.8.4**
92+
- **Sqlfluff**: **3.4.2**
93+
- **Sqlint**: **0.2.1**
94+
- **Staticcheck**: **2025.1.1**
95+
- **Stylelint**: **16.23.0**
96+
- **Tailor**: **0.12.0**
97+
- **Tslint**: **6.1.3**
98+
- **Tsqllint**: **1.16.0**

docs/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
1919
2025
2020

2121

22+
- [Cloud October 2025](cloud/cloud-2025-10.md)
2223
- [Cloud September 2025](cloud/cloud-2025-09.md)
2324
- [Cloud August 2025](cloud/cloud-2025-08.md)
2425
- [Cloud July 2025](cloud/cloud-2025-07.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ nav:
682682
- release-notes/index.md
683683
- Cloud:
684684
- 2025:
685+
- release-notes/cloud/cloud-2025-10.md
685686
- release-notes/cloud/cloud-2025-09.md
686687
- release-notes/cloud/cloud-2025-08.md
687688
- release-notes/cloud/cloud-2025-07.md

0 commit comments

Comments
 (0)