Release preparation for version 2.23.4

This commit is contained in:
github-actions[bot]
2025-11-03 14:52:23 +00:00
parent d354b0c97e
commit 64fcdd1f2f
181 changed files with 472 additions and 171 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.0
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.8
groups:
- swift
- queries