mirror of
https://github.com/github/codeql.git
synced 2026-01-09 20:50:21 +01:00
Release preparation for version 2.19.1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.0.9
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.0.8
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
java/ql/automodel/src/change-notes/released/1.0.9.md
Normal file
3
java/ql/automodel/src/change-notes/released/1.0.9.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.9
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.0.8
|
||||
lastReleaseVersion: 1.0.9
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-automodel-queries
|
||||
version: 1.0.9-dev
|
||||
version: 1.0.9
|
||||
groups:
|
||||
- java
|
||||
- automodel
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
* The `RefType.nestedName()` predicate has been deprecated, and `RefType.getNestedName()` added to replace it.
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* Kotlin versions up to 2.1.0\ *x* are now supported.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* The Java extractor and QL libraries now support Java 23.
|
||||
13
java/ql/lib/change-notes/released/4.1.0.md
Normal file
13
java/ql/lib/change-notes/released/4.1.0.md
Normal 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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 4.0.0
|
||||
lastReleaseVersion: 4.1.0
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added taint summary model for `org.springframework.core.io.InputStreamSource#getInputStream()`.
|
||||
5
java/ql/src/change-notes/released/1.1.6.md
Normal file
5
java/ql/src/change-notes/released/1.1.6.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 1.1.6
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Added taint summary model for `org.springframework.core.io.InputStreamSource#getInputStream()`.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.1.5
|
||||
lastReleaseVersion: 1.1.6
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-queries
|
||||
version: 1.1.6-dev
|
||||
version: 1.1.6
|
||||
groups:
|
||||
- java
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user