Merge pull request #20758 from github/post-release-prep/codeql-cli-2.23.4

Post-release preparation for codeql-cli-2.23.4
This commit is contained in:
Michael B. Gale
2025-11-05 10:45:51 +00:00
committed by GitHub
181 changed files with 484 additions and 183 deletions

View File

@@ -1,3 +1,22 @@
## 6.0.0
### Breaking Changes
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
* The `OtherAvailabilitySpec` class has been removed. Use `AvailabilitySpec::isWildcard` instead.
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.
### New Features
* Added AST nodes `UsingDecl`, `UnsafeExpr`, and `InlineArrayType` that correspond to new nodes in Swift 6.2.
* Added new predicates `isDistributedGet`, `isRead2`, `isModify2`, and `isInit` to the `Accessor` class that correspond to new accessors in Swift 6.2.
* Added a new predicate `isApply` to the `KeyPathComponent` class that corresponds to method and initializer key path components in Swift 6.2.
### Major Analysis Improvements
* Upgraded to allow analysis of Swift 6.2.
* Support for experimental Embedded Swift has been dropped.
## 5.0.9
No user-facing changes.

View File

@@ -1,6 +0,0 @@
---
category: breaking
---
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
* The `OtherAvailabilitySpec` class has been removed. Use `AvailabilitySpec::isWildcard` instead.
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.

View File

@@ -1,5 +0,0 @@
---
category: majorAnalysis
---
* Upgraded to allow analysis of Swift 6.2.
* Support for experimental Embedded Swift has been dropped.

View File

@@ -1,6 +0,0 @@
---
category: feature
---
* Added AST nodes `UsingDecl`, `UnsafeExpr`, and `InlineArrayType` that correspond to new nodes in Swift 6.2.
* Added new predicates `isDistributedGet`, `isRead2`, `isModify2`, and `isInit` to the `Accessor` class that correspond to new accessors in Swift 6.2.
* Added a new predicate `isApply` to the `KeyPathComponent` class that corresponds to method and initializer key path components in Swift 6.2.

View File

@@ -0,0 +1,18 @@
## 6.0.0
### Breaking Changes
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
* The `OtherAvailabilitySpec` class has been removed. Use `AvailabilitySpec::isWildcard` instead.
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.
### New Features
* Added AST nodes `UsingDecl`, `UnsafeExpr`, and `InlineArrayType` that correspond to new nodes in Swift 6.2.
* Added new predicates `isDistributedGet`, `isRead2`, `isModify2`, and `isInit` to the `Accessor` class that correspond to new accessors in Swift 6.2.
* Added a new predicate `isApply` to the `KeyPathComponent` class that corresponds to method and initializer key path components in Swift 6.2.
### Major Analysis Improvements
* Upgraded to allow analysis of Swift 6.2.
* Support for experimental Embedded Swift has been dropped.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.0.9
lastReleaseVersion: 6.0.0

View File

@@ -1,5 +1,5 @@
name: codeql/swift-all
version: 5.0.10-dev
version: 6.0.1-dev
groups: swift
extractor: swift
dbscheme: swift.dbscheme

View File

@@ -1,3 +1,7 @@
## 1.2.8
No user-facing changes.
## 1.2.7
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.2.7
lastReleaseVersion: 1.2.8

View File

@@ -1,5 +1,5 @@
name: codeql/swift-queries
version: 1.2.8-dev
version: 1.2.9-dev
groups:
- swift
- queries