From aceceb041955ecbf552e08a44148456ab0b40a89 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Thu, 5 Mar 2026 14:51:31 +0000 Subject: [PATCH 1/3] Release Notes February 2026 --- docs/release-notes/cloud/cloud-2026-02.md | 101 ++++++++++++++++++++++ docs/release-notes/index.md | 1 + mkdocs.yml | 1 + 3 files changed, 103 insertions(+) create mode 100644 docs/release-notes/cloud/cloud-2026-02.md diff --git a/docs/release-notes/cloud/cloud-2026-02.md b/docs/release-notes/cloud/cloud-2026-02.md new file mode 100644 index 0000000000..6c599dcb8c --- /dev/null +++ b/docs/release-notes/cloud/cloud-2026-02.md @@ -0,0 +1,101 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud February 2026. +included_jira_versions: ['2026.2'] +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/8.16.112 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/8.16.146 +--- + +# Cloud February 2026 + +These release notes are for the Codacy Cloud updates during February 2026. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements + +**New Features** + + +**Improvements** + + + +### New Features + +- **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) + +### Enhancements and Fixes + +- **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) + +- **Pattern Selection with Filters**: Resolved an issue that previously prevented enabling patterns on the repository "Code patterns" page when filters were applied. (CF-2081) + +- **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) + +- **Add text search in SRM findings tab**: Users can now filter findings on SRM through text search. (LK-1933) + + +## Tool versions + + +- **Opengrep** is our new tool with the version **1.16.1** +- **Swiftlint** has a new version: **0.63.2** ( updated from 0.61.0 ) +- **Trivy** has a new version: **0.69.1** ( updated from 0.68.2 ) +- **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 v7**: **7.32.0** +- **Eslint v8**: **8.57.0** +- **Eslint v9**: **9.38.0** +- **Faux-pas**: **1.7.2** +- **Flawfinder**: **2.0.19** +- **GolangCI Lint**: **2.7.2** +- **Revive**: **1.12.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** +- **Phpmd**: **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** +- **Pylint v3**: **3.3.9** +- **Reek**: **6.5.0** +- **Remark-lint**: **10.0.1** +- **Roslyn**: **1.23.0** +- **Rubocop**: **1.80.2** +- **Ruff**: **0.12.7** +- **Scalameta-pro**: **1.4.4** +- **Scalastyle**: **1.5.1** +- **Shellcheck**: **0.10.0** +- **Sonar-CSHarp**: **9.32** +- **Sonar Visual Basic**: **8.13** +- **Spectral**: **1.22.0** +- **Spotbugs**: **4.8.4** +- **Sqlfluff**: **3.5.0** +- **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 28c0f10496..a68e2c9744 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -18,6 +18,7 @@ For product updates that are in progress or planned [visit the Codacy public roa 2026 +- [Cloud February 2026](cloud/cloud-2026-02.md) - [Semgrep to Opengrep migration February, 2026](cloud/cloud-2026-02-migrating-semgrep.md) - [Cloud January 2026](cloud/cloud-2026-01.md) - [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md) diff --git a/mkdocs.yml b/mkdocs.yml index 7029e0026d..605f6956cc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -690,6 +690,7 @@ nav: - release-notes/index.md - Cloud: - 2026: + - release-notes/cloud/cloud-2026-02.md - release-notes/cloud/cloud-2026-03-github-integration-settings-changes.md - release-notes/cloud/cloud-2026-01.md - release-notes/cloud/cloud-2026-01-adding-golangci-lint.md From 5349f698f5e05b8aa89bc6c1c1035d0a613e0f82 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Thu, 5 Mar 2026 15:11:41 +0000 Subject: [PATCH 2/3] some tweaks --- docs/release-notes/cloud/cloud-2026-02.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2026-02.md b/docs/release-notes/cloud/cloud-2026-02.md index 6c599dcb8c..f2f0ec8fdb 100644 --- a/docs/release-notes/cloud/cloud-2026-02.md +++ b/docs/release-notes/cloud/cloud-2026-02.md @@ -15,27 +15,14 @@ These release notes are for the Codacy Cloud updates during February 2026. ## Product enhancements -**New Features** - - -**Improvements** - - - -### New Features - - **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) -### Enhancements and Fixes - - **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) - **Pattern Selection with Filters**: Resolved an issue that previously prevented enabling patterns on the repository "Code patterns" page when filters were applied. (CF-2081) - **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) -- **Add text search in SRM findings tab**: Users can now filter findings on SRM through text search. (LK-1933) - ## Tool versions From c135e59b6aa43b11b2ecbb59740de5cbab64ea9b Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Thu, 5 Mar 2026 17:35:33 +0000 Subject: [PATCH 3/3] fix new tag --- docs/release-notes/cloud/cloud-2026-02.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2026-02.md b/docs/release-notes/cloud/cloud-2026-02.md index f2f0ec8fdb..f31c572773 100644 --- a/docs/release-notes/cloud/cloud-2026-02.md +++ b/docs/release-notes/cloud/cloud-2026-02.md @@ -3,8 +3,8 @@ rss_title: Codacy release notes RSS feed rss_href: /feed_rss_created.xml description: Release notes for Codacy Cloud February 2026. included_jira_versions: ['2026.2'] -codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/8.16.112 -codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/8.16.146 +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/8.16.146 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/9.0.15 --- # Cloud February 2026