Skip to content

Commit db8f020

Browse files
Release Notes February 2026 (#2607)
* Release Notes February 2026
1 parent 1ffcdcf commit db8f020

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
description: Release notes for Codacy Cloud February 2026.
5+
included_jira_versions: ['2026.2']
6+
codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/8.16.146
7+
codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/9.0.15
8+
---
9+
10+
# Cloud February 2026
11+
12+
These release notes are for the Codacy Cloud updates during February 2026.
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
17+
18+
- **Migration from Semgrep to Opengrep**: In response to recent licensing changes affecting Semgrep, we have transitioned to Opengrep, an open-source fork of the Semgrep engine. This update ensures uninterrupted access to your existing code patterns and continued support for your workflows. (CF-2184)
19+
20+
- **Organization Overview Dashboard**: Launched a comprehensive dashboard providing a holistic view of your organization's health, including new metrics for code health & security, grade, complexity, duplication, and coverage. (CF-2135)
21+
22+
- **Pattern Selection with Filters**: Resolved an issue that previously prevented enabling patterns on the repository "Code patterns" page when filters were applied. (CF-2081)
23+
24+
- **SRM Findings Text Search**: Added the ability to filter findings in the SRM tab using text search, enabling more efficient navigation and management of results. (LK-1933)
25+
26+
27+
## Tool versions
28+
29+
30+
- **Opengrep** is our new tool with the version **1.16.1**
31+
- **Swiftlint** has a new version: **0.63.2** ( updated from 0.61.0 )
32+
- **Trivy** has a new version: **0.69.1** ( updated from 0.68.2 )
33+
- **Aligncheck**: **1.0.0**
34+
- **Ameba**: **1.6.4**
35+
- **Bandit**: **1.8.3**
36+
- **Brakeman**: **4.3.1**
37+
- **Bundler-audit**: **0.9.1**
38+
- **Checkov**: **3.2.457**
39+
- **Checkstyle**: **10.26.1**
40+
- **Clang-tidy**: **10.0.1**
41+
- **Codenarc**: **3.6.0**
42+
- **Codesniffer**: **3.10.1**
43+
- **Coffeelint**: **5.2.11**
44+
- **Cppcheck**: **2.18.0**
45+
- **Credo**: **1.7.12**
46+
- **Csslint**: **1.0.5**
47+
- **Dartanalyzer**: **3.9.3**
48+
- **Deadcode**: **1.0.0**
49+
- **Detekt**: **1.23.8**
50+
- **Eslint v7**: **7.32.0**
51+
- **Eslint v8**: **8.57.0**
52+
- **Eslint v9**: **9.38.0**
53+
- **Faux-pas**: **1.7.2**
54+
- **Flawfinder**: **2.0.19**
55+
- **GolangCI Lint**: **2.7.2**
56+
- **Revive**: **1.12.0**
57+
- **Gosec**: **2.22.7**
58+
- **Hadolint**: **2.12.0**
59+
- **Jackson-linter**: **2.19.2**
60+
- **Jshint**: **2.13.6**
61+
- **Lizard**: **1.17.31**
62+
- **Markdownlint**: **0.33.0**
63+
- **Phpmd**: **2.14.1**
64+
- **PMD v6**: **6.55.0**
65+
- **PMD v7**: **7.16.0**
66+
- **Prospector**: **1.17.2**
67+
- **Psscriptanalyzer**: **1.24.0**
68+
- **Pylint v1**: **1.9.5**
69+
- **Pylint v3**: **3.3.9**
70+
- **Reek**: **6.5.0**
71+
- **Remark-lint**: **10.0.1**
72+
- **Roslyn**: **1.23.0**
73+
- **Rubocop**: **1.80.2**
74+
- **Ruff**: **0.12.7**
75+
- **Scalameta-pro**: **1.4.4**
76+
- **Scalastyle**: **1.5.1**
77+
- **Shellcheck**: **0.10.0**
78+
- **Sonar-CSHarp**: **9.32**
79+
- **Sonar Visual Basic**: **8.13**
80+
- **Spectral**: **1.22.0**
81+
- **Spotbugs**: **4.8.4**
82+
- **Sqlfluff**: **3.5.0**
83+
- **SQLint**: **0.2.1**
84+
- **Staticcheck**: **2025.1.1**
85+
- **Stylelint**: **16.23.0**
86+
- **Tailor**: **0.12.0**
87+
- **TSLint**: **6.1.3**
88+
- **TSQLlint**: **1.16.0**

docs/release-notes/index.md

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

1919
2026
2020

21+
- [Cloud February 2026](cloud/cloud-2026-02.md)
2122
- [Semgrep to Opengrep migration February, 2026](cloud/cloud-2026-02-migrating-semgrep.md)
2223
- [Cloud January 2026](cloud/cloud-2026-01.md)
2324
- [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ nav:
690690
- release-notes/index.md
691691
- Cloud:
692692
- 2026:
693+
- release-notes/cloud/cloud-2026-02.md
693694
- release-notes/cloud/cloud-2026-03-github-integration-settings-changes.md
694695
- release-notes/cloud/cloud-2026-01.md
695696
- release-notes/cloud/cloud-2026-01-adding-golangci-lint.md

0 commit comments

Comments
 (0)