- Add support for
--bundle-command
option that allows replacing bundler binary with a different command.
- Add version module and
-v
key to the script allowing users to see what version is installed.
- Do not follow recirects when performing a health check and handle all 1xx/2xx/3xx as success.
- When pid file is empty, treat it as a stale one.
- Fix --unicorn-config/--rackup-config/--pid-file options handling.
- Add a wait period after upgrade/start to make sure new master has a chance to start before we perform a health check on it.
- Add an option for the script to watch new master process until its proctitle changes.
- Fix unicorn upgrades: really wait for the new master to replace the old one.
- Added
status
command.
- Added
reopen-logs
command.
- Initial open-source release of unicornctl.