Skip to content

Commit e67d1c0

Browse files
authored
Update changelog for 2.15.5
1 parent 51e5660 commit e67d1c0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.15.5 (2023-12-20)
21+
22+
### New features
23+
24+
- A new extractor option has been added to the JavaScript/TypeScript extractor.
25+
Set the environment variable `CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES`
26+
to `true` to skip the extraction of types in TypeScript files.
27+
Use this to speed up extraction if your codebase has a high volume of
28+
TypeScript type information that causes a noticeable bottleneck for
29+
TypeScript extraction. The majority of analysis results should be preserved
30+
even when no types are extracted.
31+
32+
### Bugs fixed
33+
34+
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
35+
were scanned when running on Windows.
36+
This affected the human-readable summary produced by `codeql database analyze`
37+
and `codeql database interpret-results`, but did not impact the file coverage
38+
information produced in the SARIF output and displayed on the tool status page.
39+
- When analyzing Swift codebases, CodeQL build tracing will now ignore the
40+
`codesign` tool. This prevents errors in build commands or workflows on macOS
41+
that include both CodeQL and code signing.
42+
2043
## Release 2.15.4 (2023-12-11)
2144

2245
### Improvements

0 commit comments

Comments
 (0)