Release preparation for version 2.19.1

This commit is contained in:
github-actions[bot]
2024-10-02 18:30:42 +00:00
parent b16ba61fcb
commit fe54961b84
154 changed files with 412 additions and 156 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.9
No user-facing changes.
## 1.0.8
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.9
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.8
lastReleaseVersion: 1.0.9

View File

@@ -1,5 +1,5 @@
name: codeql/java-automodel-queries
version: 1.0.9-dev
version: 1.0.9
groups:
- java
- automodel

View File

@@ -1,3 +1,17 @@
## 4.1.0
### Deprecated APIs
* The `Field.getSourceDeclaration()` predicate has been deprecated. The result was always the original field, so calls to it can simply be removed.
* The `Field.isSourceDeclaration()` predicate has been deprecated. It always holds.
* The `RefType.nestedName()` predicate has been deprecated, and `RefType.getNestedName()` added to replace it.
* The class `ThreatModelFlowSource` has been renamed to `ActiveThreatModelSource` to more clearly reflect it only contains the currently active threat model sources. `ThreatModelFlowSource` has been marked as deprecated.
### New Features
* The Java extractor and QL libraries now support Java 23.
* Kotlin versions up to 2.1.0\ *x* are now supported.
## 4.0.0
### Breaking Changes
@@ -13,7 +27,7 @@
### Major Analysis Improvements
* When a method exists as source code, we will no longer use a models-as-data (MaD) model of that method. This primarily affects query results when the analysis includes generated models for the source code being analysed.
* A generated (Models as Data) summary model is no longer used, if there exists a source code alternative. This primarily affects the analysis, when the analysis includes generated models for the source code being analysed.
## 3.0.2

View File

@@ -1,4 +0,0 @@
---
category: deprecated
---
* The class `ThreatModelFlowSource` has been renamed to `ActiveThreatModelSource` to more clearly reflect it only contains the currently active threat model sources. `ThreatModelFlowSource` has been marked as deprecated.

View File

@@ -1,4 +0,0 @@
---
category: deprecated
---
* The `RefType.nestedName()` predicate has been deprecated, and `RefType.getNestedName()` added to replace it.

View File

@@ -1,5 +0,0 @@
---
category: deprecated
---
* The `Field.getSourceDeclaration()` predicate has been deprecated. The result was always the original field, so calls to it can simply be removed.
* The `Field.isSourceDeclaration()` predicate has been deprecated. It always holds.

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* Kotlin versions up to 2.1.0\ *x* are now supported.

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* The Java extractor and QL libraries now support Java 23.

View File

@@ -0,0 +1,13 @@
## 4.1.0
### Deprecated APIs
* The `Field.getSourceDeclaration()` predicate has been deprecated. The result was always the original field, so calls to it can simply be removed.
* The `Field.isSourceDeclaration()` predicate has been deprecated. It always holds.
* The `RefType.nestedName()` predicate has been deprecated, and `RefType.getNestedName()` added to replace it.
* The class `ThreatModelFlowSource` has been renamed to `ActiveThreatModelSource` to more clearly reflect it only contains the currently active threat model sources. `ThreatModelFlowSource` has been marked as deprecated.
### New Features
* The Java extractor and QL libraries now support Java 23.
* Kotlin versions up to 2.1.0\ *x* are now supported.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.0
lastReleaseVersion: 4.1.0

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 4.0.1-dev
version: 4.1.0
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java

View File

@@ -1,3 +1,9 @@
## 1.1.6
### Minor Analysis Improvements
* Added taint summary model for `org.springframework.core.io.InputStreamSource#getInputStream()`.
## 1.1.5
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added taint summary model for `org.springframework.core.io.InputStreamSource#getInputStream()`.

View File

@@ -0,0 +1,5 @@
## 1.1.6
### Minor Analysis Improvements
* Added taint summary model for `org.springframework.core.io.InputStreamSource#getInputStream()`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.5
lastReleaseVersion: 1.1.6

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 1.1.6-dev
version: 1.1.6
groups:
- java
- queries