Skip to content

Commit

Permalink
release notes September (#2224)
Browse files Browse the repository at this point in the history
* release notes September
  • Loading branch information
DMarinhoCodacy authored Oct 9, 2024
1 parent c9e8d88 commit 6b7ca87
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/release-notes/cloud/cloud-2024-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
rss_title: Codacy release notes RSS feed
rss_href: /feed_rss_created.xml
description: Release notes for Codacy Cloud September 2024.
included_jira_versions: ['2024.09']
codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/7.22.74
codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/7.24.6
---

# Cloud September 2024

These release notes are for the Codacy Cloud updates during September 2024.

📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and <span class="skip-vale">let us know</span> your feedback on both new and planned product updates!

## Product enhancements
- Jscpd supports new languages: Rust, CoffeeScript, Objective C, Elixir, Groovy, and VisualBasic (TCE-1021)
- The issue card now shows next to the code pattern, the source of the configuration requiring that pattern: repository rules, coding standards, or configuration file (ALA-1231)
- When applying multiple coding standards to the same repository, if a conflict between parameters in the same enforced pattern is found, it shows a warning on the repository code patterns page (ALA-1232)
- In the repository code patterns show a tooltip in enforced tools and patterns with the names of the Coding Standards that require those tools or patterns (ALA-1230)
- Revamped coverage: deleted old coverage pages and added a new repository page for coverage with new insights (CY-7340)
- Changed the order by the findings list of SRM are sorted, which means now they're sorted by first detected (TAROT-2822)
- Readability improvements in the tooltip of the 'Open findings (last 3 months)' chart in the SRM tab (TAROT-2825)
- Added new field with open findings of the current week on the first widget of SRM overview page (TAROT-2823)

## Bug fixes
- Fixed a problem where an analysis could have extra Patterns enabled when using a coding standard alongside repository-level customizations (ALA-1247)
- Fixed a bug where some tools could be missing, if 'back' and 'next' actions would be performed multiple times in a row while editing a coding standard (ALA-1239)
- Fixed an issue where existing DAST findings (in the SRM tab) for a given host would be closed if a DAST report for a different host was submitted (TAROT-2807)

## Tool updates
- **Detekt** has a new version: **1.23.7** ( updated from 1.23.5 )
- **Spotbugs** has a new version: **4.8.4** ( updated from 4.8.3 )
- **TSQLlint** has a new version: **1.15.3** ( updated from 1.11.1 )
- **Trivy** has a new version: **0.55.2** ( updated from 0.54.1 )
1 change: 1 addition & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For product updates that are in progress or planned [visit the Codacy public roa

2024

- [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)
- [Cloud July 2024](cloud/cloud-2024-07.md)
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ nav:
- release-notes/index.md
- Cloud:
- 2024:
- release-notes/cloud/cloud-2024-09.md
- release-notes/cloud/cloud-2024-09-adding-eslint9-and-pmd7.md
- release-notes/cloud/cloud-2024-08.md
- release-notes/cloud/cloud-2024-07.md
Expand Down

0 comments on commit 6b7ca87

Please sign in to comment.