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
+15Lines changed: 15 additions & 0 deletions
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
0 commit comments