bethanyj28
4799020e28
bump version
2024-03-01 13:04:16 -05:00
Bethany
e918bf24ae
Update RELEASES.md
2024-02-29 10:41:57 -05:00
Bethany
b7770574c2
flip releases order
2024-02-28 10:35:01 -05:00
bethanyj28
90894a8853
bump version
2024-02-23 15:03:09 -05:00
eggyhead
c4f4f5ae07
updating artifact version and release to include ghes check change
2024-01-31 21:15:11 +00:00
Rob Herley
017d757dd4
update releases.md
2024-01-18 11:07:25 -05:00
Rob Herley
58c2878fce
generate docs + update releases
2024-01-18 09:51:01 -05:00
Vallie Joseph
0389dcd5e4
updating release notes ( #1620 )
2024-01-10 10:43:38 -05:00
Rob Herley
2e6c9a1f14
pr feedback
2023-12-06 17:28:03 +00:00
Rob Herley
19d4d9d3b2
releases.md: link to breaking v2 changes
2023-12-06 14:52:49 +00:00
Rob Herley
0c9621922e
add faq, update releases
2023-12-06 04:22:18 +00:00
Ferenc Hammerl
5b2351aebf
Release notes for 1.1.1
2023-01-03 15:19:16 +01:00
Rob Herley
dd4e856a4e
@actions/artifact 1.1.0 release
2022-05-19 18:17:15 +00:00
Konrad Pabjan
500d0b42fe
Bump all packages that have @actions/http-client as a dependency ( #1088 )
...
* bump @actions/artifact
* update @actions/cache
* Update @actions/core
* Update @actions/github
* update @actions/tool-cache
2022-05-13 11:12:58 -04:00
Brian Cristante
aa676f3cc7
Update other packages to use http-client v2 ( #1082 )
...
We moved `@actions/http-client` to be part of the toolkit in https://github.com/actions/toolkit/pull/1062 . We also made some breaking changes to exported types and released v2.
The biggest change in terms of lines of code affected was to get rid of the `I-` prefix for interfaces since TypeScript doesn't follow this convention.
I bumped the patch version of all packages except for `tool-cache`, where I bumped the major version. The rationale is explained in the release notes for that package.
2022-05-11 17:14:25 -04:00
Jonathan Tamsut
5905c6b5c1
Bump major version
2022-03-01 12:36:05 -08:00
Konrad Pabjan
daf8bb0060
0.6.1 release ( #964 )
2021-12-14 16:01:55 -05:00
Konrad Pabjan
6fcdd6ab0d
[Artifacts] Prep for @actions/artifact 0.6.0 release ( #958 )
...
* actions-artifact-0.6.0 release
* Fix lint issue
* Update RELEASES.md
2021-12-06 18:39:23 -05:00
Brian Cristante
a31b7eca9e
Bump artifact package version to v0.5.2 ( #845 )
...
* bump version in package*.json
* changelog
2021-06-16 09:37:06 -04:00
Konrad Pabjan
770dc3a982
@actions/artifact 0.5.1 release ( #760 )
...
* Bump @actions/http-client to latest for artifact package
* Remove typescript libs to fix failing imports
2021-04-06 12:44:56 -04:00
Konrad Pabjan
c861dd8859
Retry all http calls for artifact upload and download ( #675 )
...
* Retry all http calls for artifact upload and download
* Extra debug information
* Fix lint
* Always read response body
* PR Feedback
* Change error message if patch call fails
* Add exponential backoff when retrying
* Rework tests and add diagnostic info if exception thrown
* Fix lint
* fix lint error for real this time
* PR cleanup
* 0.5.0 @actions/artifact release
* Display diagnostic info if non-retryable code is hit
2020-12-18 21:40:50 +01:00
Konrad Pabjan
73d5917a6b
actions/artifact 0.4.2 release ( #673 )
...
* actions/artifact 0.4.2
* Update releases note
2020-12-11 17:43:12 +01:00
Thomas Boop
2bf7365352
Update @actions/core in remaining toolkit packages ( #636 )
...
* Update to latest @actions/core version
* Bump release notes for new versions
* Add correct pr #
2020-11-13 16:51:15 -05:00
Yang Cao
bb290885a3
Release preparation of artifact 0.4.0 ( #578 )
2020-09-18 19:06:53 +02:00
Konrad Pabjan
6c5508d1fb
@actions/artifact 0.3.5
2020-08-04 17:11:50 +02:00
Konrad Pabjan
b2cba168a2
Retry on 413 ( #540 )
2020-08-04 16:57:38 +02:00
Konrad Pabjan
905b2c7b06
@actions/artifact 0.3.3 update
2020-07-30 17:30:41 +02:00
Konrad Pabjan
2fdf3b71f8
@actions/artifact 0.3.2
2020-05-15 18:34:09 +02:00
Konrad Pabjan
bb1053a8a7
@actions/artifact 0.3.1 update ( #420 )
...
* Updates to 0.3.1 package update
2020-04-20 22:58:53 +02:00
Konrad Pabjan
c010a271d9
@actions/artifact package updates ( #408 )
...
* Clear error message when storage quota has been hit
* Improved download of empty files
* Extra info to RELEASES.md
* PR Feedback
2020-04-09 17:14:12 +02:00
Konrad Pabjan
37590cb3ee
Update RELEASES.md
2020-03-12 20:36:09 +01:00
Konrad Pabjan
dffb5572a9
Updates to @actions/artifact package ( #367 )
...
* GZip implementation
* Optimizations and cleanup
* Update tests
* More test updates
* Update packages/artifact/src/internal-utils.ts
Co-Authored-By: Josh Gross <joshmgross@github.com>
* Clarification around Upload Paths
* Refactor to make http clients classes
* GZip fixes
* Documentation around compression
* More detailed status information during large uploads
* Pretty format
* Percentage updates without rounding
* Fix edge cases with formatting numbers
* Update packages/artifact/src/internal-utils.ts
Co-Authored-By: Josh Gross <joshmgross@github.com>
* Cleanup
* Small reorg with status reporter
* PR Feedback
* Cleanup + Simplification
* Test Cleanup
* Mock updates
* More cleanup
* Format fixes
* Overhaul to the http-manager
* Fix tests
* Promisify stats
* Documentation around implementation
* Improvements to documentation
* PR Feedback
* Remove Downloading multiple artifacts concurrently
Co-authored-by: Josh Gross <joshmgross@github.com>
2020-03-12 14:50:27 +01:00
Konrad Pabjan
f383109dc3
@actions/artifact download artifacts ( #340 )
...
* Download Artifacts using @actions/artifact
2020-02-13 18:24:11 -05:00