Releases: cloudflare/shellflip
Releases · cloudflare/shellflip
v2.1.2
v2.1.1
v2.1.0
v2.0.0
What's Changed
- Support setting environment variables in the new process, via
environmentinRestartConfig. - Add state transfer from old process to new, via the new
lifecycle_handlerinRestartConfig. - The restart task returns the child process as a
std::process::Childon successful restart.
Migration
Users of v1.0.0 can migrate by:
- partially initialising
RestartConfig, now that it implementsDefault - ignoring or using the return value from the spawned restart task