Revert "Release preparation for version 2.19.1"

This commit is contained in:
Angela P Wen
2024-10-01 10:19:28 -07:00
committed by GitHub
parent 7dcdd7429f
commit e8dd6a88e7
154 changed files with 156 additions and 412 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,17 +1,3 @@
## 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
@@ -27,7 +13,7 @@
### Major Analysis Improvements
* 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.
* 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.
## 3.0.2

View File

@@ -0,0 +1,4 @@
---
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

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

View File

@@ -0,0 +1,5 @@
---
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

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

View File

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

View File

@@ -1,13 +0,0 @@
## 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.1.0
lastReleaseVersion: 4.0.0

View File

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

View File

@@ -1,9 +1,3 @@
## 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

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

View File

@@ -1,5 +0,0 @@
## 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.6
lastReleaseVersion: 1.1.5

View File

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