Skip to content

Commit 483a385

Browse files
committed
Update changelog for 2.10.2
1 parent 6998e5c commit 483a385

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

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

20+
## Release 2.10.2 (2022-08-02)
21+
22+
- The bundled extractors are updated to match the versions currently
23+
used on LGTM.com. These are newer than the last release (1.30) of
24+
LGTM Enterprise. If you plan to upload databases to an LGTM
25+
Enterprise 1.30 instance, you need to create them with release
26+
2.7.6.
27+
28+
### Breaking change
29+
30+
- The option `--compiler-spec` to `codeql database create` (and
31+
`codeql database trace-command`) no longer works. It is replaced by
32+
`--extra-tracing-config`, which accepts a tracer configuration file
33+
in the new, Lua-based tracer configuration format instead. See
34+
`tools/tracer/base.lua` for the precise API available. If you need
35+
help help porting your existing compiler specification files, please
36+
file a public issue in https://github.com/github/codeql-cli-binaries,
37+
or open a private ticket with GitHub support and request an
38+
escalation to engineering.
39+
40+
### Potentially breaking changes
41+
42+
- Versions of the CodeQL extension for Visual Studio Code released
43+
before February 2021 may not work correctly with this CLI, in
44+
particular if database upgrades are necessary. We recommend keeping
45+
your VS Code extension up-to-date.
46+
47+
### Deprecation
48+
49+
- The experimental `codeql resolve ml-models` command has been
50+
deprecated. Advanced users calling this command should use the new
51+
`codeql resolve extensions` command instead.
52+
53+
### New features
54+
55+
- The `codeql github upload-sarif` command now supports a `--merge`
56+
option. If this option is provided, the command will accept the paths
57+
to multiple SARIF files, and will merge those files before uploading
58+
them as a single analysis. This option is recommended _only_ for
59+
backwards compatibility with old analyses produced by the CodeQL
60+
Runner, which combined the results for multiple languages into a
61+
single analysis.
62+
2063
## Release 2.10.1 (2022-07-19)
2164

2265
- The bundled extractors are updated to match the versions currently

0 commit comments

Comments
 (0)