Skip to content

v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 23:38
· 68 commits to master since this release

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!
    image
  • 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.
    New error message screenshot

Full Changelog: v2.4.0...v2.5.0