v2.5.0
What's Changed
select-apps
- Added a new sub-command status that displays which apps have been selected, as well as their download size. Thank you @Bastians-Bits for the contribution!
benchmark setup
- Renaming the options for--preset
to SmallChunks and LargeChunks to better reflect the purpose of the workload.- Failed requests will no longer display their exceptions in the terminal output, instead a new summary message will be displayed when an app fails, and the exceptions will be written to the disk as a group. The constant
HttpRequestException
being written to the terminal pollutes the output and is meaningless in many scenarios, as transient errors are normal and expected. These types of errors are only significant when they happen repeatedly causing the app to never download.
Full Changelog: v2.4.0...v2.5.0