File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1717 you know what to do).
1818-->
1919
20+ ## Release 2.13.3 (2023-05-31)
21+
22+ ### New features
23+
24+ - This release enhances our preliminary Swift support, setting the stage for the upcoming public beta.
25+
26+ - The ` codeql database bundle ` command now supports the ` --[no]-include-temp `
27+ option. When enabled, this option will include the ` temp ` folder of the
28+ database directory in the zip file of the bundled database. This folder
29+ includes generated packages and queries, and query suites.
30+
31+ - The structured log produced by ` codeql generate log-summary ` now includes a Boolean ` isCached `
32+ field for predicate events, where a ` true ` value indicates the predicate is a wrapper implementing
33+ the ` cached ` annotation on another predicate. The wrapper depends on the underlying predicate that
34+ the annotation was found on, and will usually have the same name, but it has a separate ` raHash ` .
35+
36+ ### Bugs fixed
37+
38+ - Fixed a bug that could cause the compiler to infer incorrect binding sets for
39+ non-direct calls to overriding member predicates that have stronger binding sets
40+ than their root definitions.
41+
42+ - Fixed a bug that could have caused the compiler to incorrectly infer that a
43+ class matched a type signature. The bug only affected classes with overriding
44+ member predicates that had stronger binding sets than their root definitions.
45+
46+ - Fixed a bug where a query could not be run from VS Code
47+ when there were packs nested within sibling directories
48+ of the query.
49+
50+ ## Release 2.13.2
51+
52+ This release was skipped.
53+
2054## Release 2.13.1 (2023-05-03)
2155
2256### Bugs fixed
You can’t perform that action at this time.
0 commit comments