Release preparation for version 2.23.4

This commit is contained in:
github-actions[bot]
2025-11-03 14:52:23 +00:00
parent d354b0c97e
commit 64fcdd1f2f
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

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* Added basic models for the `actix-web` web framework.

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* 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.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added models for the `mysql` and `mysql_async` libraries.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Generalized some existing models to improve data flow.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added `ExtractedFile::hasSemantics` and `ExtractedFile::isSkippedByCompilation` predicates.

View File

@@ -0,0 +1,12 @@
## 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.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.18
lastReleaseVersion: 0.1.19

View File

@@ -1,5 +1,5 @@
name: codeql/rust-all
version: 0.1.19-dev
version: 0.1.19
groups: rust
extractor: rust
dbscheme: rust.dbscheme

View File

@@ -1,3 +1,9 @@
## 0.1.19
### Minor Analysis Improvements
* The "Low Rust analysis quality" query (`rust/diagnostic/database-quality`), used by the tool status page, has been extended with a measure of successful type inference.
## 0.1.18
### New Queries

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.1.19
### Minor Analysis Improvements
* The "Low Rust analysis quality" query (`rust/diagnostic/database-quality`), used by the tool status page, has been extended with a measure of successful type inference.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.18
lastReleaseVersion: 0.1.19

View File

@@ -1,5 +1,5 @@
name: codeql/rust-queries
version: 0.1.19-dev
version: 0.1.19
groups:
- rust
- queries