Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

😈 1.8.1 #1116

Merged
merged 4 commits into from
Mar 3, 2020
Merged

😈 1.8.1 #1116

merged 4 commits into from
Mar 3, 2020

Conversation

exvuma
Copy link
Contributor

@exvuma exvuma commented Mar 3, 2020

No description provided.

@exvuma exvuma added this to the 1.8.1 milestone Mar 3, 2020
@exvuma exvuma requested a review from a team March 3, 2020 15:14
@EverlastingBugstopper
Copy link
Contributor

EverlastingBugstopper commented Mar 3, 2020

This is blocked on merging #1114

We'll want to change the commit message to 😈 1.8.1 (or whatever emoji we pick)

And make sure to follow the steps outlined here once the changelog is approved.

PRs that need to be added to the changelog (source)

@exvuma exvuma force-pushed the 1.8.1/changelog branch 2 times, most recently from 149c4b6 to 1e2f225 Compare March 3, 2020 18:43
CHANGELOG.md Outdated
Comment on lines 7 to 9
- **Corrects watch from not updating properly for `wrangler dev` - [EverlastingBugstopper], [issue/1082][pull/1117]**

Updates to a Worker script in a text editor would not trigger the terminal running `wrangler dev` to update automatically. This fix makes sure the multiple threads running on wrangler get an updated lock whenever a reload is detected instead of depending on routine lock checks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Corrects watch from not updating properly for `wrangler dev` - [EverlastingBugstopper], [issue/1082][pull/1117]**
Updates to a Worker script in a text editor would not trigger the terminal running `wrangler dev` to update automatically. This fix makes sure the multiple threads running on wrangler get an updated lock whenever a reload is detected instead of depending on routine lock checks.
- **Fix live reload for `wrangler dev` - [EverlastingBugstopper], [issue/1082][pull/1117]**
`wrangler dev` re-builds and re-uploads your script to the Cloudflare API when it detects a file change. The Cloudflare API returns a new token which allows `wrangler dev` to route subsequent requests to the new script. Previously, `wrangler dev` would re-build, re-upload, and receive the new token, but it wouldn't use it for a couple of minutes due to some faulty threading logic. (darn mutexes!) After this change, `wrangler dev` will block incoming requests when it is switching the token, thus fixing the issue.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Body should be updated as well here

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@gabbifish gabbifish self-requested a review March 3, 2020 22:38
@EverlastingBugstopper EverlastingBugstopper changed the title Change log 1.8.1 🙈1.8.1 Mar 3, 2020
@EverlastingBugstopper EverlastingBugstopper changed the title 🙈1.8.1 🙈 1.8.1 Mar 3, 2020
CHANGELOG.md Outdated Show resolved Hide resolved
Co-Authored-By: Avery Harnish <[email protected]>
Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! ready to squash, tag and merge :)

@gabbifish gabbifish changed the title 🙈 1.8.1 😈 1.8.1 Mar 3, 2020
@gabbifish gabbifish merged commit 0f5289e into master Mar 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the 1.8.1/changelog branch March 3, 2020 23:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants