Release preparation for version 2.15.0

This commit is contained in:
github-actions[bot]
2023-10-04 14:15:27 +00:00
parent 99646ba2a3
commit 9fe993bec3
156 changed files with 441 additions and 235 deletions

View File

@@ -1,3 +1,13 @@
## 0.1.0
### Major Analysis Improvements
* Added support for type-based call edge pruning. This removes data flow call edges that are incompatible with the set of flow paths that reach it based on type information. This improves dispatch precision for constructs like lambdas, `Object.toString()` calls, and the visitor pattern. For now this is only enabled for Java and C#.
### Minor Analysis Improvements
* The `isBarrierIn` and `isBarrierOut` predicates in `DataFlow::StateConfigSig` now have overloaded variants that block a specific `FlowState`.
## 0.0.4
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The `isBarrierIn` and `isBarrierOut` predicates in `DataFlow::StateConfigSig` now have overloaded variants that block a specific `FlowState`.

View File

@@ -1,4 +1,9 @@
---
category: majorAnalysis
---
## 0.1.0
### Major Analysis Improvements
* Added support for type-based call edge pruning. This removes data flow call edges that are incompatible with the set of flow paths that reach it based on type information. This improves dispatch precision for constructs like lambdas, `Object.toString()` calls, and the visitor pattern. For now this is only enabled for Java and C#.
### Minor Analysis Improvements
* The `isBarrierIn` and `isBarrierOut` predicates in `DataFlow::StateConfigSig` now have overloaded variants that block a specific `FlowState`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.4
lastReleaseVersion: 0.1.0

View File

@@ -1,5 +1,5 @@
name: codeql/dataflow
version: 0.1.0-dev
version: 0.1.0
groups: shared
library: true
dependencies: