2020-02-13 23:24:11 +00:00
|
|
|
# @actions/artifact Releases
|
|
|
|
|
|
|
|
### 0.1.0
|
|
|
|
|
2020-03-12 13:50:27 +00:00
|
|
|
- Initial release
|
|
|
|
|
2020-03-12 19:36:09 +00:00
|
|
|
### 0.2.0
|
2020-03-12 13:50:27 +00:00
|
|
|
|
|
|
|
- Fixes to TCP connections not closing
|
|
|
|
- GZip file compression to speed up downloads
|
|
|
|
- Improved logging and output
|
2020-03-12 19:36:09 +00:00
|
|
|
- Extra documentation
|
2020-04-09 15:14:12 +00:00
|
|
|
|
|
|
|
### 0.3.0
|
|
|
|
|
|
|
|
- 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
|
2020-04-20 20:58:53 +00:00
|
|
|
|
|
|
|
### 0.3.1
|
|
|
|
|
|
|
|
- Fix to ensure temporary gzip files get correctly deleted during artifact upload
|
2020-05-15 16:34:09 +00:00
|
|
|
- Remove spaces as a forbidden character during upload
|
|
|
|
|
|
|
|
### 0.3.2
|
|
|
|
|
|
|
|
- Fix to ensure readstreams get correctly reset in the event of a retry
|