v0.3.8
Changes since v0.3.7
- chore(workspace): release v0.3.8 — zstd compression, LazyLock cache, all tools external-path (#RELEASE) (d6309e8)
- fix(tools): wire all file tools to resolve_authorized_path for external access (#SEC-001) (48038db)
- chore: update Cargo.lock for zstd dependency addition (05b67c3)
- perf(config): LazyLock cache — decompress+deserialize ONCE, reuse forever (#PERF) (3cc978a)
- perf(config): switch to zstd compression — 53KB embedded (was 1.1MB raw, 73KB gzip) (#PERF) (8f18029)
Compare: v0.3.7...v0.3.8
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | talos-x86_64-linux.tar.gz |
| Linux | ARM64 | talos-aarch64-linux.tar.gz |
| macOS | Apple Silicon | talos-aarch64-darwin.tar.gz |
| macOS | Intel | talos-x86_64-darwin.tar.gz |
| Windows | x86_64 | talos-x86_64-windows.zip |
Checksums: checksum.sha256
Install
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/wjhuang88/talos/v0.3.8/install/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/wjhuang88/talos/v0.3.8/install/install.ps1 | iexEach archive contains a single talos (or talos.exe) binary.