Releases: bert-mccutchen/ruby-nginx
Releases · bert-mccutchen/ruby-nginx
v1.0.4
v1.0.3
- Added client_body_temp_path to default NGINX template.
v1.0.2
- Prevented unnecessary NGINX reboots when configurations do not change.
- Prevented an accidental improper directory creation of
$PWD/~/.ruby-nginx/tmp.
v1.0.1
- Prevented unnecessary changes to the hosts file.
v1.0.0
Official release of v1.0.0! 🎉
- Added default NGINX proxy_temp_path to avoid directory permissions issues.
v1.0.0-beta.4
- Added template path CLI option.
- Disabled NGINX proxy cache in default template.
v1.0.0-beta.3
- Refactored terminal command logic into helpers.
- Replaced
tty-promptwith internal solution since it was a huge dependency for a single function.- Also it's nested reliance on
wisperwas bothering me.
- Also it's nested reliance on
- Added graceful handling of user termination (CTRL + C).
v1.0.0-beta.2
- Lowered tty-prompt min version to v0.3.0 rather than latest
v1.0.0-beta.1
- Added minimum required versions for
tty-commandandtty-prompt.tty-commandv0.9.0 seems to have internal code issues that are solved by v0.10.1. The older version was sometimes being installed by Bundler.
- Removed
open3dependency that snuck its way into beta fromv1.0.0-alpha. - Refactored tests.
v1.0.0-beta
- Added command pattern.
- Added sudo elevation.
- Added NGINX/mkcert installation confirmations.
- Added multi-platform support.
- macOS: brew
- Linux: apt-get, pacman, yum, zypper
- Added full regression tests
- Added GitHub Actions regression tests for macOS (latest) and Ubuntu (latest).
- Refactored README.