Skip to content

Commit 0b00cc9

Browse files
author
Dave Bartolomeo
authored
Update CHANGELOG.md
1 parent 6f3cb28 commit 0b00cc9

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.17.3 (2024-05-17)
21+
22+
### Improvements
23+
24+
- The language server that our IDE integration is built on now defaults
25+
to fine-grained dependency tracking for incremental error-checking
26+
after file changes. This slightly improves the latency of refreshing
27+
errors after local source code edits and will enable significant
28+
speedups in the future.
29+
- We now properly handle globs (such as `folder/**/*.py`) in `paths` configuration
30+
to specify what files to include for Python analysis (see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#specifying-directories-to-scan).
31+
- TRAP import (a part of `codeql database create` and `codeql database finalize`)
32+
now supports allocating 2^32 IDs during the import process. The previous limit
33+
was 2^31 IDs.
34+
2035
## Release 2.17.2 (2024-05-07)
2136

2237
### Known issues
@@ -256,7 +271,7 @@
256271

257272
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
258273
were scanned when running on Windows.
259-
This affected the human-readable summary produced by `codeql database analyze`
274+
This affected the human-readable summary produced by `codeql database analyze`
260275
and `codeql database interpret-results`, but did not impact the file coverage
261276
information produced in the SARIF output and displayed on the tool status page.
262277
- When analyzing Swift codebases, CodeQL build tracing will now ignore the

0 commit comments

Comments
 (0)