Qodana 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Qodana 2026.2주요 버전2026년 8월 12일
기능

Quality gates for license audit

  • Now you can set quality gate thresholds to make sure that your project dependencies contain no prohibited or unknown licenses.

Code coverage updates

  • Starting from version 2026.2, Qodana automatically detects code coverage reports contained in directories and files described in the Before you start chapter. You can also use the codeCoverageLocations option of the qodana.yaml file to override the default locations of code coverage reports.
  • Additionally, you can use JetBrains IDEs to track code coverage for pull or merge requests. For more details, see the Incremental analysis chapter.

Post-quantum cryptography (PQC) inspections

  • The Qodana for JVM linter supports five levels of post-quantum cryptography (PQC) inspections to let you mitigate the risks of quantum attacks.

Opengrep rule support

  • The Qodana for .NET linter now supports rules compatible with Opengrep.
Qodana 2026.1주요 버전2026년 4월 21일
기능
  • Native mode released - Native mode comes in handy if you have to deal with private packages or run Qodana on operating systems that do not provide complete support for Docker.
  • Qodana for C/C++ released - The C/C++ family of linters lets you analyze C and C++ projects that support any common build system like CMake or provide a 'compile_commands.json' file.