Release preparation for version 2.23.5

This commit is contained in:
github-actions[bot]
2025-11-11 11:33:33 +00:00
parent 5b1e651803
commit e4f25c9a13
181 changed files with 472 additions and 171 deletions

View File

@@ -1,3 +1,16 @@
## 0.1.19
### Major Analysis Improvements
* Resolution of calls to functions has been improved in a number of ways, to make it more aligned with the behavior of the Rust compiler. This may impact queries that rely on call resolution, such as data flow queries.
* Added basic models for the `actix-web` web framework.
### Minor Analysis Improvements
* Added `ExtractedFile::hasSemantics` and `ExtractedFile::isSkippedByCompilation` predicates.
* Generalized some existing models to improve data flow.
* Added models for the `mysql` and `mysql_async` libraries.
## 0.1.18
### New Features