Releases: CamiloGarciaLaRotta/watermelon-http-client
Releases · CamiloGarciaLaRotta/watermelon-http-client
Updated all NPM dependencies
This release focuses on bringing ALL of the package.json
and GitHub Actions dependencies up to date.
It does not modify any behaviour.
What's Changed
- fix: fix set-output by @CamiloGarciaLaRotta in #249
- dep: bump minimist from 1.2.7 to 1.2.8 by @dependabot in #254
- dep: bump flow-bin from 0.149.0 to 0.199.1 by @dependabot in #253
- dep: bump eslint from 8.33.0 to 8.34.0 by @dependabot in #257
- dep: bump @types/node from 14.18.36 to 18.13.0 by @dependabot in #255
- dep: bump jest-circus from 26.6.3 to 29.4.2 by @dependabot in #256
- dep: bump @types/jest from 26.0.24 to 29.4.0 by @dependabot in #258
Full Changelog: v1.6...v1.7
Use node16 and @actions/core 1.10.0
v1.6 Merge pull request #243 from CamiloGarciaLaRotta/dependabot/npm_and_y…
Now with support for fail_fast options 👺
Changelog
- Added new
fail_fast
option in case you want to let the workflow continue even if the HTTP response is an error - Considerable Dependabot version updates
Now with support for multiple GraphQL operations ⚓️
Changelog
- added logging level. The default is now non-verbose
- added
operationName
attribute for GraphQL requests with multiple operations as per specification
Now with support for GraphQL variables 🔥
Changelog
- added GraphQL
variables
optional input - minify request data (removing newlines and extra whitespaces) to reduce overall payload size
Now with support for custom HTTP headers 🚀
Changelog
- added request
headers
optional input - added response
headers
output
Production Ready Release! 🎉
v1.0 v1.0: first production ready release
Watermelon HTTP Client release 🍉
This is just a draft release to make sure the Action can be used in workflows correctly 🍉