Skip to content

v2023.3.1

Compare
Choose a tag to compare
@qodana-bot qodana-bot released this 10 Jan 23:56
· 223 commits to main since this release
8d0947a

Note

Starting from v2023.3.1, all Qodana binaries for Windows and macOS are signed. Additionally, checksums.txt is signed, so checksums.txt.asc is attached: one could easily check whether Linux binaries were assembled by the trusted source.

Changelog

⬆️ Bump the dependencies group with 1 update by @dependabot in #230
🚸 Warn when private feed is detected in the project root by @hybloid in #235
🚸 Support third-party linter options by @hybloid in #236
🚸 Refactor the way we select linters. by @hybloid in #237
🐛 Allow Ide to be equal to env.QodanaDistEnv, since that's how linters being launched by @hybloid in #238
🐛 pass response error correctly (QD-8046) by @MekhailS in #241
⬆️ Bump the dependencies group with 3 updates by @dependabot in #239
⬆️ Bump the dependencies group with 4 updates by @dependabot in #242
♻️ Align contributor counting with qodana cloud by @taport in #244
⬆️ Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #245
⬆️ Bump the dependencies group with 1 update by @dependabot in #246
🐛 Dont pull in native mode by @hybloid in #248

Full Changelog: v2023.3.0...v2023.3.1

Install

💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- nightly

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page.

Or, if you have Go installed, you can install the latest version of the CLI with the following command:

go install github.com/JetBrains/qodana-cli/v2023@main

Update

Update to the latest version depends on how you choose to install qodana on your machine.

Update with Homebrew

brew upgrade qodana

Update with Scoop

scoop update qodana

Update with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

curl -fsSL https://jb.gg/qodana-cli/install | bash

Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.