|
17 | 17 | you know what to do). |
18 | 18 | --> |
19 | 19 |
|
| 20 | +## Release 2.7.2 (2021-11-22) |
| 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.28) of |
| 24 | + LGTM Enterprise. If you plan to upload databases to an LGTM |
| 25 | + Enterprise 1.28 instance, you need to create them with release |
| 26 | + 2.5.9. |
| 27 | + |
| 28 | +### Potentially breaking changes |
| 29 | + |
| 30 | +- The Java extractor now defaults to extracting all XML documents under |
| 31 | + 10MB in size, a change from the previous default of only extracting |
| 32 | + documents with particular well-known names (e.g. `pom.xml`). However, |
| 33 | + if the source tree contains more than 50MB of XML in total, it prints |
| 34 | + a warning and falls back to the old default behaviour. |
| 35 | + Set the environment variable `LGTM_INDEX_XML_MODE` to `byname` to get |
| 36 | + the old default behaviour, or `all` to extract all documents under |
| 37 | + 10MB regardless of total size. |
| 38 | + |
| 39 | +- The experimental command-line option `--native-library-path` that was |
| 40 | + introduced to support internal experiments has been removed. |
| 41 | + |
| 42 | +- The beta `codeql pack publish` command will now prevent accidental |
| 43 | + publishing of packages with pre-release version qualifiers. Prerelease |
| 44 | + versions are those that include a `-` after the major, minor, and patch |
| 45 | + versions such as `1.2.3-dev`. To avoid this change, use the |
| 46 | + `--allow-prerelease` option. |
| 47 | + |
| 48 | +### Bugs fixed |
| 49 | + |
| 50 | +- Fixed an issue when using the `--evaluator-log` option where a |
| 51 | + `NullPointerException` could sometimes occur non-deterministically. |
| 52 | + |
| 53 | +- Fixed bugs observed when using indirect build tracing using a CodeQL |
| 54 | + distribution unpacked to a path containing spaces or on Arch Linux. |
| 55 | + |
| 56 | +### New features |
| 57 | + |
| 58 | +- CodeQL databases now contain metadata about how and when they were |
| 59 | + created. This can be found in the `creationMetadata` field of the |
| 60 | + `codeql-database.yml` file within the CodeQL database directory. More |
| 61 | + information may be added to this field in future releases. |
| 62 | + |
20 | 63 | ## Release 2.7.1 (2021-11-15) |
21 | 64 |
|
22 | 65 | - The bundled extractors are updated to match the versions currently |
|
228 | 271 |
|
229 | 272 | 2. If multiple targets of the qlref are found in dependent packs, |
230 | 273 | this is an error. |
231 | | - |
| 274 | + |
232 | 275 | Previously, the command would have arbitrarily chosen one of the targets and ignored any |
233 | 276 | ambiguities. |
234 | 277 |
|
@@ -535,7 +578,7 @@ backwards compatible with this version of LGTM Enterprise. |
535 | 578 | the `--no-metadata-verification` flag. |
536 | 579 |
|
537 | 580 | ### New features |
538 | | - |
| 581 | + |
539 | 582 | - The `database index-files` and `database trace-command` CLI commands |
540 | 583 | now support `--threads` and `--ram` options, which are passed to |
541 | 584 | extractors as suggestions. |
|
0 commit comments