Skip to content

Commit 37f8548

Browse files
authored
Add 2.12.6 to the CHANGELOG
1 parent 0feb390 commit 37f8548

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.12.6 (2023-04-04)
21+
22+
### New features
23+
24+
- Several experimental subcommands have been added in support of the
25+
new [code scanning tool status page](https://github.blog/changelog/2023-03-28-code-scanning-shows-the-health-of-tools-enabled-on-a-repository/).
26+
These include `codeql database add-diagnostic`,
27+
`codeql database export-diagnostics`, and the
28+
`codeql diagnostic add` and `codeql diagnostic export` plumbing
29+
subcommands.
30+
31+
### Bugs fixed
32+
33+
- Fixed a bug in `codeql database analyze` and related commands
34+
where the `--max-paths` option was not respected correctly when
35+
multiple alerts with the same primary code location were grouped together.
36+
(This grouping is the default behavior unless the `--no-group-alerts`
37+
option is passed.)
38+
This bug caused some SARIF files produced by CodeQL to exceed the limits
39+
on the number of paths (`threadFlows`) accepted by code scanning,
40+
leading to errors when uploading results.
41+
42+
2043
## Release 2.12.5 (2023-03-21)
2144

2245
### New features

0 commit comments

Comments
 (0)