Under the hood
Useful1 Signal0
Background workers now recognise a second build channel and won't respawn themselves across channels.
What's wrong with this entry?
Anonymous. No account, no email.
What
Background worker and daemon respawn now understands a second prerelease channel and refuses to upgrade across channels.
Details
- The version regex accepts
enginealongsidedev|alpha|beta|rc|test|nightlyas a prerelease tag - A new helper set
["dev", "engine"]classifies a version by which of those tags its build string contains - A
-dev.worker is not respawned as-engine.or vice versa; previously only the dev tag was understood - This build reports VERSION "2.1.219"
Evidence
nightly|engine
Strings lifted out of the shipped bundle, so the claim above can be checked against them.