Releases: cloudflare/wrangler-action
v3.3.2
v3.3.1
v3.3.0
Minor Changes
- #188
d9a0a00
Thanks @simpleauthority! - Added support for Bun as a package manager
v3.2.1
v3.2.0
v3.1.1
v3.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
-
#157
4132892
Thanks @EstebanBorai! - usewrangler@3.5.1
by default
v3.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
v3.0.1
Automating Build & Release
What's Changed
- Artifacts are now ESM supported with
.mjs
- Update publish to deploy by @lrapoport-cf in #124
- Automatically add issues to workers-sdk GH project by @lrapoport-cf in #127
- Automate Action Release by @JacobMGEvans in #128
New Contributors
- @lrapoport-cf made their first contribution in #124
Full Changelog: 3.0.0...3.0.1
v3.0.0
Rewritten Wrangler Action in TypeScript.
Additions
- Automated Build & Release to CI/CD
- 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.
- Removed Global Token & Email Auth support
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
- Removed Global Token & Email Auth support