Skip to content

Commit aceceb0

Browse files
Release Notes February 2026
1 parent 522d1ae commit aceceb0

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-0
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
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.112
7+
codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/8.16.146
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+
**New Features**
19+
20+
21+
**Improvements**
22+
23+
24+
25+
### New Features
26+
27+
- **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)
28+
29+
### Enhancements and Fixes
30+
31+
- **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)
32+
33+
- **Pattern Selection with Filters**: Resolved an issue that previously prevented enabling patterns on the repository "Code patterns" page when filters were applied. (CF-2081)
34+
35+
- **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)
36+
37+
- **Add text search in SRM findings tab**: Users can now filter findings on SRM through text search. (LK-1933)
38+
39+
40+
## Tool versions
41+
42+
43+
- **Opengrep** is our new tool with the version **1.16.1**
44+
- **Swiftlint** has a new version: **0.63.2** ( updated from 0.61.0 )
45+
- **Trivy** has a new version: **0.69.1** ( updated from 0.68.2 )
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 v7**: **7.32.0**
64+
- **Eslint v8**: **8.57.0**
65+
- **Eslint v9**: **9.38.0**
66+
- **Faux-pas**: **1.7.2**
67+
- **Flawfinder**: **2.0.19**
68+
- **GolangCI Lint**: **2.7.2**
69+
- **Revive**: **1.12.0**
70+
- **Gosec**: **2.22.7**
71+
- **Hadolint**: **2.12.0**
72+
- **Jackson-linter**: **2.19.2**
73+
- **Jshint**: **2.13.6**
74+
- **Lizard**: **1.17.31**
75+
- **Markdownlint**: **0.33.0**
76+
- **Phpmd**: **2.14.1**
77+
- **PMD v6**: **6.55.0**
78+
- **PMD v7**: **7.16.0**
79+
- **Prospector**: **1.17.2**
80+
- **Psscriptanalyzer**: **1.24.0**
81+
- **Pylint v1**: **1.9.5**
82+
- **Pylint v3**: **3.3.9**
83+
- **Reek**: **6.5.0**
84+
- **Remark-lint**: **10.0.1**
85+
- **Roslyn**: **1.23.0**
86+
- **Rubocop**: **1.80.2**
87+
- **Ruff**: **0.12.7**
88+
- **Scalameta-pro**: **1.4.4**
89+
- **Scalastyle**: **1.5.1**
90+
- **Shellcheck**: **0.10.0**
91+
- **Sonar-CSHarp**: **9.32**
92+
- **Sonar Visual Basic**: **8.13**
93+
- **Spectral**: **1.22.0**
94+
- **Spotbugs**: **4.8.4**
95+
- **Sqlfluff**: **3.5.0**
96+
- **SQLint**: **0.2.1**
97+
- **Staticcheck**: **2025.1.1**
98+
- **Stylelint**: **16.23.0**
99+
- **Tailor**: **0.12.0**
100+
- **TSLint**: **6.1.3**
101+
- **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)