diff --git a/docs/release-notes/cloud/cloud-2025-07.md b/docs/release-notes/cloud/cloud-2025-07.md new file mode 100644 index 0000000000..295199b47f --- /dev/null +++ b/docs/release-notes/cloud/cloud-2025-07.md @@ -0,0 +1,99 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud July 2025. +included_jira_versions: ['2025.7'] +codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.11.1 +codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.13.37 +--- + +# Cloud July 2025 + +These release notes are for the Codacy Cloud updates during July 2025. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements and Bug fixes +**Add severity gate for security issues:** +Users can now enforce a minimum severity threshold for security issues within gate policies. (LK-1493) + +**Segments filter and filter item rearrangement:** +Introduced segments filtering to both Coding Standards and Gate Policies. (LK-1471, LK-1470) + +**GitHub custom properties with Coding Standards:** +Use Codacy Segments to easily identify the relevant repositories for applying your Coding Standards. (LK-1450) + +**API token expiration support:** +Users can now create account API tokens with expiration settings. Choose a predefined range (7–90 days), set a custom date, or opt for no expiration. (LK-1443) + +**Unfollow repositories:** +You can now [unfollow repositories](../../organizations/managing-repositories.md#follow-unfollow) directly from the Codacy app. (LK-902) + +**Static API authentication for DAST targets:** +Business tier customers can now scan DAST API targets with or without authentication headers. (TAROT-2977) + +**Lizard as the default complexity tool:** +Lizard is now the main complexity tool, supporting C, C++, Objective-C, Rust, C#, Go, Java, JavaScript, TypeScript, PHP, Python, Ruby, Scala, and Swift. (TCE-1286) + + +## Tool versions + + +- **checkov** has a new version: **3.2.457** ( updated from 3.2.442 ) +- **checkstyle** has a new version: **10.26.1** ( updated from 10.21.4 ) +- **credo** has a new version: **1.7.12** ( updated from 1.7.11 ) +- **eslint v9** has a new version: **9.32.0** ( updated from 9.26.0 ) +- **revive** has a new version: **1.11.0** ( updated from 1.7.0 ) +- **gosec** has a new version: **2.22.7** ( updated from 2.15.0 ) +- **pmd** has a new version: **7.16.0** ( updated from 7.11.0 ) +- **prospector** has a new version: **1.17.2** ( updated from 1.15.3 ) +- **roslyn** has a new version: **1.23.0** ( updated from 1.22.0 ) +- **rubocop** has a new version: **1.79.0** ( updated from 1.75.1 ) +- **ruff** has a new version: **0.12.5** ( updated from 0.11.2 ) +- **spectral** has a new version: **1.22.0** ( updated from 1.21.4 ) +- **stylelint** has a new version: **16.23.0** ( updated from 16.17.0 ) +- **swiftlint** has a new version: **0.59.1** ( updated from 0.58.2 ) +- **aligncheck**: **1.0.0** +- **ameba**: **1.6.4** +- **bandit**: **1.8.3** +- **brakeman**: **4.3.1** +- **bundler-audit**: **0.9.1** +- **clang-tidy**: **10.0.1** +- **codenarc**: **3.6.0** +- **codesniffer**: **3.10.1** +- **coffeelint**: **5.2.11** +- **cppcheck**: **2.17.1** +- **csslint**: **1.0.5** +- **dartanalyzer**: **3.7.2** +- **deadcode**: **1.0.0** +- **detekt**: **1.23.8** +- **eslint v8**: **8.57.0** +- **eslint v7**: **7.32.0** +- **faux-pas**: **1.7.2** +- **flawfinder**: **2.0.19** +- **hadolint**: **2.12.0** +- **jackson-linter**: **2.15.2** +- **jshint**: **2.13.6** +- **lizard**: **1.17.19** +- **markdownlint**: **0.33.0** +- **php mess detector**: **2.14.1** +- **pmd v6**: **6.55.0** +- **psscriptanalyzer**: **1.24.0** +- **pylint v1**: **1.9.5** +- **pylint v3**: **3.3.7** +- **reek**: **6.5.0** +- **remark-lint**: **9.1.2** +- **scalameta-pro**: **1.4.4** +- **scalastyle**: **1.5.1** +- **semgrep**: **1.78.0** +- **shellcheck**: **0.10.0** +- **sonar-csharp**: **9.32** +- **sonar-visual-basic**: **8.13** +- **spotbugs**: **4.8.4** +- **sqlfluff**: **3.4.1** +- **sqlint**: **0.2.1** +- **staticcheck**: **2025.1.1** +- **tailor**: **0.12.0** +- **trivy**: **0.59.1** +- **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 83a5809d27..395084cd8e 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa 2025 +- [Cloud July 2025](cloud/cloud-2025-07.md) - [Cloud June 2025](cloud/cloud-2025-06.md) - [Adding SQLFluff and Reek as new supported tools June, 2025](cloud/cloud-2025-06-adding-sqlfluff-reek.md) - [Cloud May 2025](cloud/cloud-2025-05.md) diff --git a/mkdocs.yml b/mkdocs.yml index 7635f0afb8..e94adebabc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -680,6 +680,7 @@ nav: - release-notes/index.md - Cloud: - 2025: + - release-notes/cloud/cloud-2025-07.md - release-notes/cloud/cloud-2025-06.md - release-notes/cloud/cloud-2025-06-adding-sqlfluff-reek.md - release-notes/cloud/cloud-2025-05.md