Release Notes
🚀 Updates
- Added panic handling to the daemon server, to capture and log unexpected panics.
- Updated the pipeline to continue if the daemon client cannot connect, instead of failing the whole
pipeline.
🐞 Fixes
- Potential fix for the daemon client connection refused error. If this problem persists,
temporarily disable the daemon and report an issue. - Fixed an issue with
project:^inputs where resolved files would be excluded when project sources
overlap.
🧰 Toolchains
- Go
- Added an
inferRelationshipsPackagessetting to customize the package patterns passed to
go list --deps. - Updated
go list --depsrelationship inference to scan all packages (./...) by default, so
dependencies imported only from subdirectories (internal/,pkg/, ...) are now inferred.
- Added an
Install moon_cli 2.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.3.2/moon_cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.3.2/moon_cli-installer.ps1 | iex"Download moon_cli 2.3.2
| File | Platform | Checksum |
|---|---|---|
| moon_cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| moon_cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| moon_cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| moon_cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| moon_cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| moon_cli-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| moon_cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |