Skip to content

Releases: CamiloGarciaLaRotta/watermelon-http-client

Updated all NPM dependencies

11 Feb 15:13
37aaacc
Compare
Choose a tag to compare

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

Full Changelog: v1.6...v1.7

Use node16 and @actions/core 1.10.0

04 Feb 00:32
3ffb79a
Compare
Choose a tag to compare
Merge pull request #243 from CamiloGarciaLaRotta/dependabot/npm_and_y…

…arn/json5-1.0.2

fix: bump json5 from 1.0.1 to 1.0.2

Now with support for fail_fast options 👺

21 Feb 17:22
054c532
Compare
Choose a tag to compare

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 ⚓️

17 Apr 00:20
1e68bb3
Compare
Choose a tag to compare

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 🔥

10 Apr 12:28
b38481e
Compare
Choose a tag to compare

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 🚀

07 Apr 00:50
f014912
Compare
Choose a tag to compare

Changelog

  • added request headers optional input
  • added response headers output

Production Ready Release! 🎉

23 Mar 00:25
Compare
Choose a tag to compare
v1.0

v1.0: first production ready release

Watermelon HTTP Client release 🍉

22 Mar 15:26
Compare
Choose a tag to compare

This is just a draft release to make sure the Action can be used in workflows correctly 🍉