Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1682

Merged
merged 1 commit into from Aug 22, 2022
Merged

Version Packages #1682

merged 1 commit into from Aug 22, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 15, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

wrangler@2.0.27

Patch Changes

  • #1686 a0a3ffde Thanks @Skye-31! - fix: pages dev correctly escapes regex characters in function paths (fixes 🐛 BUG: pages dev router does not escape regex characters correctly. #1685)

  • #1667 ba6451df Thanks @arjunyel! - fix: check for nonempty kv id and r2 bucket_name

  • #1628 61e3f00b Thanks @Skye-31! - fix: pages dev process exit when proxied process exits

    Currently, if the process pages dev is proxying exists or crashes, pages dev does not clean it up, and attempts to continue proxying requests to it, resulting in it throwing 502 errors. This fixes that behaviour to make wrangler exit with the code the child_process exits with.

  • #1690 670fa778 Thanks @rozenmd! - fix: check if we're in CI before trying to open the browser

  • #1675 ee30101d Thanks @Skye-31! - chore: use rimraf & cross-env to support windows development

  • #1710 9943e647 Thanks @rozenmd! - fix: pass create-cloudflare the correct path

    wrangler generate was passing create-cloudflare an absolute path, rather than a folder name, resulting in "doubled-up" paths

  • #1712 c18c60ee Thanks @petebacondarwin! - feat: add debug logging to CF API requests and remote dev worker requests

  • #1663 a9f9094c Thanks @GregBrimble! - feat: Adds --compatibility-date and --compatibility-flags to wrangler pages dev

    Soon to follow in production.

  • #1653 46b73b52 Thanks @WalshyDev! - Fixed R2 create bucket API endpoint. The wrangler r2 bucket create command should work again

@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 9088d0a to d674929 Compare August 22, 2022 11:47
@lrapoport-cf lrapoport-cf merged commit 61920f0 into main Aug 22, 2022
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch August 22, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 BUG: pages dev router does not escape regex characters correctly.
1 participant