Skip to content

Commit 6b7ca87

Browse files
release notes September (#2224)
* release notes September
1 parent c9e8d88 commit 6b7ca87

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
description: Release notes for Codacy Cloud September 2024.
5+
included_jira_versions: ['2024.09']
6+
codacy_tools_version_old: https://github.com/codacy/codacy-tools/releases/tag/7.22.74
7+
codacy_tools_version_new: https://github.com/codacy/codacy-tools/releases/tag/7.24.6
8+
---
9+
10+
# Cloud September 2024
11+
12+
These release notes are for the Codacy Cloud updates during September 2024.
13+
14+
📢 [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!
15+
16+
## Product enhancements
17+
- Jscpd supports new languages: Rust, CoffeeScript, Objective C, Elixir, Groovy, and VisualBasic (TCE-1021)
18+
- 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)
19+
- 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)
20+
- 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)
21+
- Revamped coverage: deleted old coverage pages and added a new repository page for coverage with new insights (CY-7340)
22+
- Changed the order by the findings list of SRM are sorted, which means now they're sorted by first detected (TAROT-2822)
23+
- Readability improvements in the tooltip of the 'Open findings (last 3 months)' chart in the SRM tab (TAROT-2825)
24+
- Added new field with open findings of the current week on the first widget of SRM overview page (TAROT-2823)
25+
26+
## Bug fixes
27+
- Fixed a problem where an analysis could have extra Patterns enabled when using a coding standard alongside repository-level customizations (ALA-1247)
28+
- 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)
29+
- 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)
30+
31+
## Tool updates
32+
- **Detekt** has a new version: **1.23.7** ( updated from 1.23.5 )
33+
- **Spotbugs** has a new version: **4.8.4** ( updated from 4.8.3 )
34+
- **TSQLlint** has a new version: **1.15.3** ( updated from 1.11.1 )
35+
- **Trivy** has a new version: **0.55.2** ( updated from 0.54.1 )

docs/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
1818

1919
2024
2020

21+
- [Cloud September 2024](cloud/cloud-2024-09.md)
2122
- [Adding ESLint 9 and PMD 7 as new supported tools September, 2024](cloud/cloud-2024-09-adding-eslint9-and-pmd7.md)
2223
- [Cloud August 2024](cloud/cloud-2024-08.md)
2324
- [Cloud July 2024](cloud/cloud-2024-07.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ nav:
665665
- release-notes/index.md
666666
- Cloud:
667667
- 2024:
668+
- release-notes/cloud/cloud-2024-09.md
668669
- release-notes/cloud/cloud-2024-09-adding-eslint9-and-pmd7.md
669670
- release-notes/cloud/cloud-2024-08.md
670671
- release-notes/cloud/cloud-2024-07.md

0 commit comments

Comments
 (0)