|
17 | 17 | you know what to do).
|
18 | 18 | -->
|
19 | 19 |
|
| 20 | +## Release 2.17.5 (2024-06-12) |
| 21 | + |
| 22 | +### Breaking changes |
| 23 | + |
| 24 | +- All the commands that output SARIF will output a minified version to reduce the size. |
| 25 | + The `codeql database analyze`, `codeql database interpret-results`, `codeql generate query-help`, and `codeql bqrs interpret` commands support the option `--no-sarif-minify` to output a pretty printed SARIF file. |
| 26 | + |
| 27 | +- A number of breaking changes have been made to the `semmle-extractor-options` |
| 28 | + functionality available for C and C++ CodeQL tests. |
| 29 | + |
| 30 | + - The Arm, Intel, and CodeWarrior compilers are no longer supported and the |
| 31 | + `--armcc`, `--intel`, `--codewarrior` flags are now ignored, as are all the |
| 32 | + flags that only applied to those compilers. |
| 33 | + - The `--threads` and `-main-file-name` options, which did not have any effect |
| 34 | + on tests, are now ignored. Any specification of these options as part of |
| 35 | + `semmle-extractor-options` should be removed. |
| 36 | + - Support for `--linker`, all flags that would only invoke the preprocessor, |
| 37 | + and the `/clr` flag have been removed, as those flags would never produce any |
| 38 | + usable test output. |
| 39 | + - Support for the `--include_path_environment` flag has been removed. All include |
| 40 | + paths should directly be specified as part of `semmle-extractor-options`. |
| 41 | + - Microsoft C/C++ compiler response files specified via `@some_file_name` are |
| 42 | + now ignored. Instead, all options should directly be specified as part of |
| 43 | + `semmle-extractor-options`. |
| 44 | + - Support for Microsoft `#import` preprocessor directive has been removed, as |
| 45 | + support depends on the availability of the Microsoft C/C++ compiler, and |
| 46 | + availability cannot be guaranteed on all platforms while executing tests. |
| 47 | + - Support for the Microsoft `/EHa`, `/EHs`, `/GX`, `/GZ`, `/Tc`, `/Tp`, and `/Zl` |
| 48 | + flags, and all `/RTC` flags have been removed. Any specification of these |
| 49 | + options as part of `semmle-extractor-options` should be removed. |
| 50 | + - Support for the Apple-specific `-F` and `-iframework` flags has been removed. |
| 51 | + The `-F` flag can still be used by replacing `-F <directory>` by |
| 52 | + `--edg -F --edg <directory>`. Any occurrence of `-iframework <arg>` should be |
| 53 | + replaced by `--edg --sys_framework --edg <arg>`. |
| 54 | + - Support for the `/TC`, `/TP`, and `-x` flags has been removed. Please ensure |
| 55 | + all C, respectively C++, source files have a `.c`, respectively `.cpp`, |
| 56 | + extension. |
| 57 | + - The `--build_error_dir`, `-db`, `--edg_base_dir`, `--error_limit`, |
| 58 | + `--src_archive`, `--trapfolder`, and `--variadic_macros` flags are now ignored. |
| 59 | + |
| 60 | + The above changes do not affect the creation of databases through the CodeQL CLI, |
| 61 | + or when calling the C/C++ extractor directly with the `--mimic` or `--linker` flags. |
| 62 | + Similar functionality continues to be supported in those scenarios, except for |
| 63 | + CodeWarrior and the `--edg_base_dir`, `--include_path_environment`, `/Tc`, and `/Tp` |
| 64 | + flags, which were never supported. |
| 65 | + |
| 66 | +### Improvements |
| 67 | + |
| 68 | +- `codeql generate log-summary` now reports completed pipeline runs that |
| 69 | + are part of an incomplete recursive predicate. |
| 70 | + |
| 71 | +### Miscellaneous |
| 72 | + |
| 73 | +- The OWASP Java HTML Sanitizer library used by the CodeQL CLI for internal |
| 74 | + documentation generation commands has been updated to version |
| 75 | + [20240325.1](https://github.com/OWASP/java-html-sanitizer/releases/tag/release-20240325.1). |
| 76 | + |
20 | 77 | ## Release 2.17.4 (2024-06-03)
|
21 | 78 |
|
22 | 79 | - There are no user-facing changes in this release.
|
|
0 commit comments