Skip to content

Releases: cloudflare/shellflip

v2.1.1

09 Oct 15:28
Compare
Choose a tag to compare

What's Changed

v2.1.0

04 Dec 11:26
Compare
Choose a tag to compare

What's Changed

  • Kill child process if parent state cannot be delivered

v2.0.0

28 Apr 12:46
Compare
Choose a tag to compare

What's Changed

  • Support setting environment variables in the new process, via environment in RestartConfig.
  • Add state transfer from old process to new, via the new lifecycle_handler in RestartConfig.
  • 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 implements Default
  • ignoring or using the return value from the spawned restart task