0.6.1 release (#964)

This commit is contained in:
Konrad Pabjan
2021-12-14 16:01:55 -05:00
committed by GitHub
parent 37f5a85219
commit daf8bb0060
3 changed files with 6 additions and 2 deletions

View File

@@ -70,3 +70,7 @@
- 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)
### 0.6.1
- Fix for failing 0 byte file uploads on Windows [#962](https://github.com/actions/toolkit/pull/962)