What's Changed * fix: Prevent Gunicorn child workers hangup by ankush in https://github.com/frappe/bench/pull/1493 * feat: flag to setup bench with developer mode enabled by ankush in https://github.com/frappe/bench/pull/1494
* **easy-install:** set default site to site1.localhost ([fde7a82](https://github.com/frappe/bench/commit/fde7a8209dbdbb8b50b413fe1174ae62bb06b395)) * image replace and site creation ([f93f065](https://github.com/frappe/bench/commit/f93f065ba3477c3316f21422406d0f65e813c8eb)) * nodejs redis v4 interprets localhost as ipv6 address ([697939e](https://github.com/frappe/bench/commit/697939e2058f7e7ad81b1aee4848c60402d6b46f)) * override X-Forwarded-For address in bench manager ([53a8fed](https://github.com/frappe/bench/commit/53a8fedadc266a4ea9c02edc33480547857fc53b))
Features
* allow custom image in easy install ([8ba685c](https://github.com/frappe/bench/commit/8ba685cc50ee333cf764181e82096c80ece4ab28))
* sync socketio port for old benches ([1481](https://github.com/frappe/bench/issues/1481)) ([c2af169](https://github.com/frappe/bench/commit/c2af169dd6470a0887bb0422445519e0446e77ad))
* port number mismatch when having multiple benches ([1480](https://github.com/frappe/bench/issues/1480)) ([3c8cbbc](https://github.com/frappe/bench/commit/3c8cbbc023b551b56e7063fceb2d5e87f5b39317))
5.17.0
What's Changed
* feat: Multi queue consumption by ankush in https://github.com/frappe/bench/pull/1475 * refactor: Drop redis_socketio service by ankush in https://github.com/frappe/bench/pull/1382