Skip to content

Commit 8add875

Browse files
authored
Update for 2.5.8
1 parent 62c1645 commit 8add875

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.5.8 (2021-07-26)
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.27) of
24+
LGTM Enterprise. If you plan to upload databases to an LGTM
25+
Enterprise 1.27 instance, you need to create them with release
26+
2.4.6.
27+
28+
### Potentially breaking changes
29+
- The QL compiler now verifies that `@security-severity` query metadata is numeric. You can disable
30+
this verification by passing the `--no-metadata-verification` flag.
31+
32+
### New features
33+
34+
- The `database index-files` and `database trace-command` CLI commands now
35+
support `--threads` and `--ram` options, which are passed to extractors as
36+
suggestions.
37+
- The `database finalize` CLI command now supports the `--ram` option, which
38+
controls memory usage for finalization.
39+
- The `database create` CLI command now supports the `--ram` option, which
40+
controls memory usage for database creation.
41+
- The `generate query-help` CLI command now support rendering query help in SARIF format.
42+
2043
## Release 2.5.7 (2021-07-02)
2144

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

0 commit comments

Comments
 (0)