- Initial release
- Fixes to TCP connections not closing
- GZip file compression to speed up downloads
- Improved logging and output
- Extra documentation
- Fixes to gzip decompression when downloading artifacts
- Support handling 429 response codes
- Improved download experience when dealing with empty files
- Exponential backoff when retryable status codes are encountered
- Clearer error message if storage quota has been reached
- Improved logging and output during artifact download
- Fix to ensure temporary gzip files get correctly deleted during artifact upload
- Remove spaces as a forbidden character during upload
- Fix to ensure readstreams get correctly reset in the event of a retry
- Increase chunk size during upload from 4MB to 8MB
- Improve user-agent strings during API calls to help internally diagnose issues
- Retry in the event of a 413 response
- Add option to specify custom retentions on artifacts
- Update to latest @actions/core version
- Improved retry-ability when a partial artifact download is encountered
- Improved retry-ability for all http calls during artifact upload and download if an error is encountered
- Bump @actions/http-client to version 1.0.11 to fix proxy related issues during artifact upload and download