diff --git a/docs/release-notes/cloud/cloud-2026-04.md b/docs/release-notes/cloud/cloud-2026-04.md new file mode 100644 index 0000000000..a87561c4d4 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2026-04.md @@ -0,0 +1,94 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud April 2026. +included_jira_versions: ['2026.4'] +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/9.1.31 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/9.1.78 +--- + +# Cloud April 2026 + +These release notes are for the Codacy Cloud updates during April 2026. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements + +- **Context-Aware Feedback Loops:** The AI Reviewer (GitHub only) now factors in previous comments throughout the life of a Pull Request. By learning from the conversation history, it delivers more relevant feedback and significantly reduces noise with every subsequent review. (CF-2377) + + +- **New Pull Request Summary Experience:** We have introduced the Pull Request Summary to replace the legacy coverage summary settings (GitHub only). All repositories and organizations previously using the coverage summary have been migrated to this new, unified view for a more streamlined workflow. (CF-2317) + + +- **Precise Language Filtering:** We resolved a discrepancy where the "Issues" page counts did not always match the displayed results. Filtering by language now correctly isolates items; for example, requesting Swift issues will only return items present in Swift files. (CF-2386) + + +- **Prospector Configuration Fix:** Fixed an issue where Prospector failed to execute correctly when using custom configuration files, which previously resulted in a false "0 issues" report. It now respects your configuration settings as expected. (TCE-1503) + + + +## Tool versions + + +- **AgentLinter** is our new tool with the version **0.3.3** +- **Opengrep** has a new version: **1.17.0** ( updated from 1.16.4 ) +- **Prospector** has a new version: **1.18.0** ( updated from 1.17.2 ) +- **Pylint** has a new version: **4.0.5** ( updated from 3.3.9 ) +- **SQLFluff** has a new version: **4.1.0** ( updated from 4.0.4 ) +- **Trivy** has a new version: **0.70.0** ( updated from 0.69.3 ) +- **Checkov** has a new version: **3.2.508** ( updated from 3.2.457 ) +- **Aligncheck**: **1.0.0** +- **Ameba**: **1.6.4** +- **Bandit**: **1.8.3** +- **Biomejs**: **2.4.10** +- **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** +- **Psscriptanalyzer**: **1.24.0** +- **Pylint v1**: **1.9.5** +- **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 8dd96d4014..83ce7de345 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 April 2026](cloud/cloud-2026-04.md) - [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) diff --git a/mkdocs.yml b/mkdocs.yml index 1cb448ca69..eaeb837b5d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -690,6 +690,7 @@ nav: - release-notes/index.md - Cloud: - 2026: + - release-notes/cloud/cloud-2026-04.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