You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,21 @@
17
17
you know what to do).
18
18
-->
19
19
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
+
20
35
## Release 2.17.2 (2024-05-07)
21
36
22
37
### Known issues
@@ -256,7 +271,7 @@
256
271
257
272
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
258
273
were scanned when running on Windows.
259
-
This affected the human-readable summary produced by `codeqldatabase analyze`
274
+
This affected the human-readable summary produced by `codeqldatabase analyze`
260
275
and `codeql database interpret-results`, but did not impact the file coverage
261
276
information produced in the SARIF output and displayed on the tool status page.
262
277
- When analyzing Swift codebases, CodeQL build tracing will now ignore the
0 commit comments