4.6 KiB
Changelog
3.2.1
Patch Changes
- #190
528687a
Thanks @1000hz! - Fixed action failure when nopackageManager
specified and no lockfile is found. The action now falls back to using npm.
3.2.0
Minor Changes
-
#166
7d7b988
Thanks @nix6839! - Support for package managers other than npm, such as pnpm and yarn.fixes #156
3.1.1
Patch Changes
- #161
e5251df
Thanks @1000hz! - Refactored error handling to stop execution when action fails. Previously, the action would continue executing to completion if one of the steps encountered an error. Fixes #160.
3.1.0
Minor Changes
-
#154
3f40637
Thanks @JacobMGEvans! - feat: Quiet mode Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases. This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise.There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully. Any failure status will still be output to the user as well, to prevent silent failures.
resolves #142
3.0.2
Patch Changes
-
#147
58f274b
Thanks @JacobMGEvans! - Added more error logging when a command fails to execute Previously, we prevented any error logs from propagating too far to prevent leaking of any potentially sensitive information. However, this made it difficult for developers to debug their code.In this release, we have updated our error handling to allow for more error messaging from pre/post and custom commands. We still discourage the use of these commands for secrets or other sensitive information, but we believe this change will make it easier for developers to debug their code.
Relates to #137
-
#147
58f274b
Thanks @JacobMGEvans! - Adding Changesets
Version 3.0.0 (Breaking update)
Additions
- Rewritten Wrangler Action in TypeScript.
- Bulk secrets API utilization from Wrangler.
- Added testing for improved reliability.
- Implemented multiline support for the
command
input to allow running multiple Wrangler commands. - Now using Node for the Action engine/runner.
- Open discussions with the community on all changes through GitHub Discussions and monitored Issues.
Removals
- Removed Docker as a dependency.
- Dropped support for Wrangler v1.
Changes
- Fixed CI/CD issues.
Breaking changes
- Wrangler v1 is no longer supported.
- Please update to the latest version of Wrangler.
- Updated default version of Wrangler to v3.4.0
Additional Notes
Version 2.0.0 (Breaking update)
Additions
- New
command
input- This allows you to specify the Wrangler command you would like to run.
For example, if you want to publish the production version of your Worker you may run
publish --env=production
. - This opens up other possibilities too like publishing a Pages project:
pages publish <directory> --project-name=<name>
.
- This allows you to specify the Wrangler command you would like to run.
For example, if you want to publish the production version of your Worker you may run
- New
accountId
input- This allows you to specify your account ID.
Removals
- Removed
publish
input (refer to Breaking changes).
Changes
-- no changes --
Breaking changes
publish
has been removed.- You should instead do `command: