Skip to content

Commit

Permalink
Merge pull request #175 from github/dbartol/changelog-2.17.3
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
dbartol committed May 17, 2024
2 parents 6f3cb28 + 5bdc1ca commit d8845db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@
you know what to do).
-->

## Release 2.17.3 (2024-05-17)

### Improvements

- The language server that our IDE integration is built on now defaults
to fine-grained dependency tracking for incremental error-checking
after file changes. This slightly improves the latency of refreshing
errors after local source code edits and will enable significant
speedups in the future.
- We now properly handle globs (such as `folder/**/*.py`) in `paths` configuration
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).
- TRAP import (a part of `codeql database create` and `codeql database finalize`)
now supports allocating 2^32 IDs during the import process. The previous limit
was 2^31 IDs.

## Release 2.17.2 (2024-05-07)

### Known issues
Expand Down

0 comments on commit d8845db

Please sign in to comment.