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
|
2020-07-30 15:30:41 +00:00
|
|
|
|
|
|
|
### 0.3.3
|
|
|
|
|
|
|
|
- Increase chunk size during upload from 4MB to 8MB
|
|
|
|
- Improve user-agent strings during API calls to help internally diagnose issues
|
2020-08-04 14:57:38 +00:00
|
|
|
|
2020-08-04 15:11:50 +00:00
|
|
|
### 0.3.5
|
2020-08-04 14:57:38 +00:00
|
|
|
|
|
|
|
- Retry in the event of a 413 response
|
2020-09-18 17:06:53 +00:00
|
|
|
|
|
|
|
### 0.4.0
|
|
|
|
|
|
|
|
- Add option to specify custom retentions on artifacts
|
2020-11-13 21:51:15 +00:00
|
|
|
|
|
|
|
### 0.4.1
|
|
|
|
|
|
|
|
- Update to latest @actions/core version
|
|
|
|
|
2020-12-11 16:43:12 +00:00
|
|
|
### 0.4.2
|
|
|
|
|
|
|
|
- Improved retry-ability when a partial artifact download is encountered
|
|
|
|
|
2020-12-18 20:40:50 +00:00
|
|
|
### 0.5.0
|
|
|
|
|
|
|
|
- Improved retry-ability for all http calls during artifact upload and download if an error is encountered
|
|
|
|
|
2021-04-06 16:44:56 +00:00
|
|
|
### 0.5.1
|
|
|
|
|
|
|
|
- Bump @actions/http-client to version 1.0.11 to fix proxy related issues during artifact upload and download
|
|
|
|
|
2021-06-16 13:37:06 +00:00
|
|
|
### 0.5.2
|
|
|
|
|
2021-12-06 23:39:23 +00:00
|
|
|
- Add HTTP 500 as a retryable status code for artifact upload and download.
|
|
|
|
|
|
|
|
### 0.6.0
|
|
|
|
|
|
|
|
- Support upload from named pipes [#748](https://github.com/actions/toolkit/pull/748)
|
|
|
|
- Fixes to percentage values being greater than 100% when downloading all artifacts [#889](https://github.com/actions/toolkit/pull/889)
|
|
|
|
- Improved logging and output during artifact upload [#949](https://github.com/actions/toolkit/pull/949)
|
|
|
|
- Improvements to client-side validation for certain invalid characters not allowed during upload: [#951](https://github.com/actions/toolkit/pull/951)
|
|
|
|
- Faster upload speeds for certain types of large files by exempting gzip compression [#956](https://github.com/actions/toolkit/pull/956)
|
|
|
|
- More detailed logging when dealing with chunked uploads [#957](https://github.com/actions/toolkit/pull/957)
|
2021-12-14 21:01:55 +00:00
|
|
|
|
|
|
|
### 0.6.1
|
|
|
|
|
2022-03-01 20:36:05 +00:00
|
|
|
- Fix for failing 0 byte file uploads on Windows [#962](https://github.com/actions/toolkit/pull/962)
|
|
|
|
|
|
|
|
### 1.0.0
|
|
|
|
|
2022-05-11 21:14:25 +00:00
|
|
|
- Update `lockfileVersion` to `v2` in `package-lock.json` [#1009](https://github.com/actions/toolkit/pull/1009)
|
|
|
|
|
|
|
|
### 1.0.1
|
|
|
|
|
2022-05-13 15:12:58 +00:00
|
|
|
- Update to v2.0.0 of `@actions/http-client`
|
|
|
|
|
|
|
|
### 1.0.2
|
|
|
|
|
2022-05-19 18:17:15 +00:00
|
|
|
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)
|
|
|
|
|
|
|
|
### 1.1.0
|
|
|
|
|
|
|
|
- Add `x-actions-results-crc64` and `x-actions-results-md5` checksum headers on upload [#1063](https://github.com/actions/toolkit/pull/1063)
|