From 7a10062a3b11698b1696694d37c9f5f4b9ade70a Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Tue, 12 Nov 2024 10:51:36 +0000 Subject: [PATCH 1/3] release notes October 2024 --- docs/release-notes/cloud/cloud-2024-10.md | 41 +++++++++++++++++++++++ docs/release-notes/index.md | 1 + 2 files changed, 42 insertions(+) create mode 100644 docs/release-notes/cloud/cloud-2024-10.md diff --git a/docs/release-notes/cloud/cloud-2024-10.md b/docs/release-notes/cloud/cloud-2024-10.md new file mode 100644 index 0000000000..419d09d0e8 --- /dev/null +++ b/docs/release-notes/cloud/cloud-2024-10.md @@ -0,0 +1,41 @@ +--- +rss_title: Codacy release notes RSS feed +rss_href: /feed_rss_created.xml +description: Release notes for Codacy Cloud October 2024. +included_jira_versions: ['2024.10'] +codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/7.24.6 +codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/7.24.57 +--- + +# Cloud October 2024 + +These release notes are for the Codacy Cloud updates during October 2024. + +📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and let us know your feedback on both new and planned product updates! + +## Product enhancements +- The "Status" filter in Code Patterns now shows a count for each option, making it easier to see how many items match each status. (ALA-1281) +- New cross-search feature allows you to search patterns across all tools in Coding Standards. (ALA-1272, ALA-1249) +- Expanded filtering options in Coding Standards: you can now filter by search term, recommended status, and other criteria. (ALA-1271) +- Updated the way issues are displayed: now shown as occurrences per kLoC instead of a percentage for better clarity. (ALA-1245) +- You can now easily duplicate coding standards for quicker setup and management. (ALA-1235) +- Added Shift+Click functionality to select multiple items at once in checkbox lists. (CY-7355) +- Improved navigation: switching between organizations or repositories via the top navbar now keeps you on the same page in the newly selected section. (CY-7353) +- Redesigned coverage page: removed old pages and added a new repository coverage page, featuring updated insights. (CY-7332) +- Improved seat count accuracy in Enterprise plans: only users contributing to private repositories occupy a seat, optimizing license usage. (PLUTO-867) +- Enhanced security management: now possible to ignore or restore ignored security findings, keeping your metrics accurate. [Check the documentation for more details] (https://docs.codacy.com/organizations/managing-security-and-risk/#ignoring-findings) (TAROT-2863) +- Cleaned up and organized the menu sections for Quality, Coverage, and Settings to streamline navigation. (TAROT-2844) + +## Tool updates +- **CheckStyle** has a new version: **10.18.2** ( updated from 10.17.0 ) +- **DartAnalyzer** has a new version: **3.5.4** ( updated from 3.5.2 ) +- **ESLint** has a new version: **9.12.0** ( updated from 9.11.1 ) +- **Revive** has a new version: **1.4.0** ( updated from 1.3.7 ) +- **PMD** has a new version: **7.6.0** ( updated from 7.5.0 ) +- **Pylint** has a new version: **3.3.1** ( updated from 3.2.6 ) +- **Rubocop** has a new version: **1.66.1** ( updated from 1.65.1 ) +- **StaticCheck** has a new version: **2024.1.1** ( updated from 2023.1.6 ) +- **StyleLint** has a new version: **16.10.0** ( updated from 16.6.1 ) +- **SwiftLint** has a new version: **0.57.0** ( updated from 0.55.1 ) +- **Trivy** has a new version: **0.56.2** ( updated from 0.55.2 ) +- **TSQLLint** has a new version: **1.16.0** ( updated from 1.15.3 ) \ No newline at end of file diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index f879a58de8..c0ca2fae53 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 2024 +- [Cloud October 2024](cloud/cloud-2024-10.md) - [Cloud September 2024](cloud/cloud-2024-09.md) - [Adding ESLint 9 and PMD 7 as new supported tools September, 2024](cloud/cloud-2024-09-adding-eslint9-and-pmd7.md) - [Cloud August 2024](cloud/cloud-2024-08.md) From 5d56c2e085b423a9ae6d98b3d12bbece0b7593af Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Tue, 12 Nov 2024 10:56:27 +0000 Subject: [PATCH 2/3] fix some words --- docs/release-notes/cloud/cloud-2024-10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/cloud/cloud-2024-10.md b/docs/release-notes/cloud/cloud-2024-10.md index 419d09d0e8..e0254d281a 100644 --- a/docs/release-notes/cloud/cloud-2024-10.md +++ b/docs/release-notes/cloud/cloud-2024-10.md @@ -18,9 +18,9 @@ These release notes are for the Codacy Cloud updates during October 2024. - New cross-search feature allows you to search patterns across all tools in Coding Standards. (ALA-1272, ALA-1249) - Expanded filtering options in Coding Standards: you can now filter by search term, recommended status, and other criteria. (ALA-1271) - Updated the way issues are displayed: now shown as occurrences per kLoC instead of a percentage for better clarity. (ALA-1245) -- You can now easily duplicate coding standards for quicker setup and management. (ALA-1235) +- You can now duplicate coding standards for quicker setup and management. (ALA-1235) - Added Shift+Click functionality to select multiple items at once in checkbox lists. (CY-7355) -- Improved navigation: switching between organizations or repositories via the top navbar now keeps you on the same page in the newly selected section. (CY-7353) +- Improved navigation: switching between organizations or repositories via the top navigation bar now keeps you on the same page in the newly selected section. (CY-7353) - Redesigned coverage page: removed old pages and added a new repository coverage page, featuring updated insights. (CY-7332) - Improved seat count accuracy in Enterprise plans: only users contributing to private repositories occupy a seat, optimizing license usage. (PLUTO-867) - Enhanced security management: now possible to ignore or restore ignored security findings, keeping your metrics accurate. [Check the documentation for more details] (https://docs.codacy.com/organizations/managing-security-and-risk/#ignoring-findings) (TAROT-2863) From eddbddfed891a8af48133d34f153855e8ae5b02a Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Tue, 12 Nov 2024 12:26:15 +0000 Subject: [PATCH 3/3] add newline --- docs/release-notes/cloud/cloud-2024-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/cloud/cloud-2024-10.md b/docs/release-notes/cloud/cloud-2024-10.md index e0254d281a..d201523b01 100644 --- a/docs/release-notes/cloud/cloud-2024-10.md +++ b/docs/release-notes/cloud/cloud-2024-10.md @@ -38,4 +38,4 @@ These release notes are for the Codacy Cloud updates during October 2024. - **StyleLint** has a new version: **16.10.0** ( updated from 16.6.1 ) - **SwiftLint** has a new version: **0.57.0** ( updated from 0.55.1 ) - **Trivy** has a new version: **0.56.2** ( updated from 0.55.2 ) -- **TSQLLint** has a new version: **1.16.0** ( updated from 1.15.3 ) \ No newline at end of file +- **TSQLLint** has a new version: **1.16.0** ( updated from 1.15.3 )