|
17 | 17 | you know what to do). |
18 | 18 | --> |
19 | 19 |
|
| 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 | + |
20 | 63 | ## Release 2.10.1 (2022-07-19) |
21 | 64 |
|
22 | 65 | - The bundled extractors are updated to match the versions currently |
|
0 commit comments