E5DF Releases · cloudflare/shellflip · GitHub
[go: up one dir, main page]

Skip to content

Releases: cloudflare/shellflip

v2.1.2

24 Mar 16:34

Choose a tag to compare

What's Changed

  • Set restart coordinator socket to nonblocking mode by @cbranch in #7

v2.1.1

09 Oct 15:28

Choose a tag to compare

What's Changed

v2.1.0

04 Dec 11:26

Choose a tag to compare

What's Changed

  • Kill child process if parent state cannot be delivered

v2.0.0

28 Apr 12:46

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
0