Releases: cloudflare/shellflip
Releases · cloudflare/shellflip
v2.1.1
v2.1.0
v2.0.0
What's Changed
- Support setting environment variables in the new process, via
environment
inRestartConfig
. - Add state transfer from old process to new, via the new
lifecycle_handler
inRestartConfig
. - The restart task returns the child process as a
std::process::Child
on 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