mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Release preparation for version 2.23.4
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Upgraded to allow analysis of Swift 6.2.
|
||||
* Support for experimental Embedded Swift has been dropped.
|
||||
@@ -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.
|
||||
18
swift/ql/lib/change-notes/released/6.0.0.md
Normal file
18
swift/ql/lib/change-notes/released/6.0.0.md
Normal 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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 5.0.9
|
||||
lastReleaseVersion: 6.0.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/swift-all
|
||||
version: 5.0.10-dev
|
||||
version: 6.0.0
|
||||
groups: swift
|
||||
extractor: swift
|
||||
dbscheme: swift.dbscheme
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 1.2.8
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 1.2.7
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
3
swift/ql/src/change-notes/released/1.2.8.md
Normal file
3
swift/ql/src/change-notes/released/1.2.8.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.2.8
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.2.7
|
||||
lastReleaseVersion: 1.2.8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/swift-queries
|
||||
version: 1.2.8-dev
|
||||
version: 1.2.8
|
||||
groups:
|
||||
- swift
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user