mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Release preparation for version 2.23.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Added basic models for the `actix-web` web framework.
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added models for the `mysql` and `mysql_async` libraries.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Generalized some existing models to improve data flow.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added `ExtractedFile::hasSemantics` and `ExtractedFile::isSkippedByCompilation` predicates.
|
||||
12
rust/ql/lib/change-notes/released/0.1.19.md
Normal file
12
rust/ql/lib/change-notes/released/0.1.19.md
Normal 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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.18
|
||||
lastReleaseVersion: 0.1.19
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rust-all
|
||||
version: 0.1.19-dev
|
||||
version: 0.1.19
|
||||
groups: rust
|
||||
extractor: rust
|
||||
dbscheme: rust.dbscheme
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.18
|
||||
lastReleaseVersion: 0.1.19
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rust-queries
|
||||
version: 0.1.19-dev
|
||||
version: 0.1.19
|
||||
groups:
|
||||
- rust
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user