feat: wire TUI settings to backend + pgzip consistency
All checks were successful
CI/CD / Test (push) Successful in 3m3s
CI/CD / Lint (push) Successful in 1m10s
CI/CD / Integration Tests (push) Successful in 50s
CI/CD / Native Engine Tests (push) Successful in 52s
CI/CD / Build Binary (push) Successful in 44s
CI/CD / Test Release Build (push) Successful in 1m22s
CI/CD / Release Binaries (push) Successful in 10m5s

- Add native engine support for restore (cmd/native_restore.go)
- Integrate native engine restore into cmd/restore.go with fallback
- Fix CPUWorkloadType to auto-detect CPU if CPUInfo is nil
- Replace standard gzip with pgzip in native_backup.go
- All compression now uses parallel pgzip consistently

Bump version to 5.4.2
This commit is contained in:
2026-02-02 12:11:24 +01:00
parent 312f21bfde
commit 48f922ef6c
5 changed files with 123 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import (
// Build information (set by ldflags)
var (
version = "5.4.1"
version = "5.4.2"
buildTime = "unknown"
gitCommit = "unknown"
)