From f2d7258304c9066cd0f4ba5512722d6ba6af6673 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Fri, 10 Apr 2026 15:14:40 +0100 Subject: [PATCH] Release Notes March 2026 --- docs/release-notes/cloud/cloud-2026-03.md | 95 +++++++++++++++++++++++ docs/release-notes/index.md | 2 + mkdocs.yml | 3 +- 3 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/cloud/cloud-2026-03.md diff --git a/docs/release-notes/cloud/cloud-2026-03.md b/docs/release-notes/cloud/cloud-2026-03.md new file mode 100644 index 0000000000..43ead6627a --- /dev/null +++ b/docs/release-notes/cloud/cloud-2026-03.md @@ -0,0 +1,95 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud March 2026. +included_jira_versions: ['2026.3'] +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/9.0.15 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/9.1.31 +--- + +# Cloud March 2026 + +These release notes are for the Codacy Cloud updates during March 2026. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements + +- **AI Security & Privacy Safeguards:** The AI reviewer and false positive detection now automatically mask any secrets or credentials accidentally pushed in code. This ensures that sensitive data is protected before it is processed by AI models, adding an extra layer of security to your workflow. (CF-2337) + +- **Customizable AI Instructions:** You can now tune the AI Reviewer’s output by adding a review.md file to your repository. This allows you to define specific coding conventions and prioritize the types of feedback that matter most to your team, ensuring more relevant and high-quality reviews. (CF-2203) + +- **Manual AI Review Trigger:** Gain more control over your automation with the new "Run review" button on the Pull Request Summary page. This allows you to manually trigger the AI Reviewer exactly when you need it, rather than relying solely on automated triggers. (CF-2227) + +- **AI-Powered Test Coverage Suggestions:** The AI Reviewer now identifies gaps in test coverage and suggests missing tests for your changes. To streamline implementation, it also provides a ready-to-use prompt that you can give to your coding agent to generate the necessary tests. (CF-2201) + +- **Optimized Pull Request Analysis:** To improve performance and focus on active work, we have optimized our analysis engine to stop processing pull requests that have not been updated in the last 15 days. (TAROT-3653, TAROT-3652) + +- **SCA Configuration Fix:** Resolved an issue where the nightly Software Composition Analysis (SCA) would occasionally disable tool configuration files in the UI for certain users. (TAROT-3676) + +- **Issue Reporting Update:** We have addressed a bug that caused Codacy to underreport issues between February 11 and March 19, 2026. For more details on the impact and resolution, please refer to our status update. (TAROT-3654) + + +## Tool versions + + +- **Biomejs** is our new tool with the version **2.4.10** +- **Checkov** has a new version: **3.2.508** ( updated from 3.2.457 ) +- **Opengrep** has a new version: **1.16.4** ( updated from 1.16.1 ) +- **Sqlfluff** has a new version: **4.0.4** ( updated from 3.5.0 ) +- **Trivy** has a new version: **0.69.3** ( updated from 0.69.1 ) +- **Aligncheck**: **1.0.0** +- **Ameba**: **1.6.4** +- **Bandit**: **1.8.3** +- **Brakeman**: **4.3.1** +- **Bundler-audit**: **0.9.1** +- **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** +- **Gorevive**: **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** +- **Sqlint**: **0.2.1** +- **Staticcheck**: **2025.1.1** +- **Stylelint**: **16.23.0** +- **Swiftlint**: **0.63.2** +- **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 a68e2c9744..8dd96d4014 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -18,6 +18,8 @@ For product updates that are in progress or planned [visit the Codacy public roa 2026 +- [Cloud March 2026](cloud/cloud-2026-03.md) +- [Changes to GitHub integration settings March, 2026](cloud/cloud-2026-03-github-integration-settings-changes.md) - [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) diff --git a/mkdocs.yml b/mkdocs.yml index e9910d96c8..1cb448ca69 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -690,8 +690,9 @@ nav: - release-notes/index.md - Cloud: - 2026: - - release-notes/cloud/cloud-2026-02.md + - release-notes/cloud/cloud-2026-03.md - release-notes/cloud/cloud-2026-03-github-integration-settings-changes.md + - release-notes/cloud/cloud-2026-02.md - release-notes/cloud/cloud-2026-01.md - release-notes/cloud/cloud-2026-01-adding-golangci-lint.md - 2025: