Added
- Introduced a new CSV output format. It can be used by specifying the
--formatoption with the valuecsv. - Added Surfshark DNS to the built-in servers list.
- Added SafeServe to the built-in servers list.
- Enhanced numeric command line arguments validation to ensure they are within the specified range.
- Added requests timeout value to the summary output.
- From this version, the Docker images will be multi-arch. Here is a list of supported architectures:
linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/s390x,linux/ppc64le. Previously, onlylinux/amd64was supported. - From this version, the latest Docker image will be available under the
latesttag. Previously, only the versioned tag was available. - Minor documentation improvements.
- Improved tests coverage.
Changed
- Updated base image of Docker container from
rust:1.85.0torust:1.85.1
Dependencies
- Updated
clapfrom 4.5.32 to 4.5.34