Skip to content

Commit d8845db

Browse files
author
Dave Bartolomeo
authored
Merge pull request #175 from github/dbartol/changelog-2.17.3
Update CHANGELOG.md
2 parents 6f3cb28 + 5bdc1ca commit d8845db

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)