You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
Changelog
2
2
=========
3
3
4
+
2.5.3
5
+
-----
6
+
7
+
_2023-12-01_
8
+
9
+
- Update kotlinx-serialization to `1.6.2`.
10
+
- Add files arg + use path APIs in sarif merging. This allows specifying a variable number of extra files args for manual merging of files.
11
+
- Introduce `CommandFactory` to aggregate commands. You can invoke the `runCommand()` function with keys to known CLIs (check their sources for keys or run with no args to print the help details). This makes it easier to invoke any CLI from a single entrypoint.
12
+
- Add `messageTemplate` and `level` options to lint baseline merger.
13
+
- List issues individually in lint baseline merges + preserve messages.
0 commit comments