Releases: heroku/heroku-buildpack-nginx
Releases · heroku/heroku-buildpack-nginx
v1.13
v1.12
v1.11
- Remove Heroku-18 support
- Document migrating from deprecated heroku-community/static buildpack
- Update Nginx to version 1.26
- Update
headers-more-nginx-module
to the latest 0.37 - Link Nginx against system
libpcre
andzlib
- Non-debug
nginx
binary is now stripped of debug symbols for size optimization - Support heroku-24
- Use PCRE2 on heroku-24
- Update Ruby to 3.2.4
NGINX Buildpack 1.10
Added
- New Static preset for websites & single-page apps [docs]
Changed
- [all stacks] updated nginx to 1.25.1, zlib to 1.2.13, headers-more-nginx-module to 0.34, ruby to 3.2.2
NGINX Buildpack 1.9
- If a Ruby installation is not found (required for the ERB templating feature), this buildpack will now install its own, to ensure it works on Heroku-22.
NGINX Buildpack 1.8
- [heroku-18] updated nginx to 1.20.2, bump zlib to 1.2.12, updated PCRE to 8.45
- [heroku-20] updated nginx to 1.20.2, bump zlib to 1.2.12, updated PCRE to 8.45
- [heroku-22] added support for Heroku-22
Switch to archive distribution
This release switches to a distribution based on tgz files. This way we can easily group multiple files into a release.
NGINX Buildpack 1.4
[1.4] - 2020-05-05
Added
- [all] add nginx-debug binary
- [heroku-20] add support for Heroku-20
Changed
- [heroku-18] update nginx to 1.18
- [heroku-18] update PCRE to 8.44
NGINX Buildpack 1.3
NGINX Buildpack 1.2
[1.2] - 2019-05-29
Added
- [heroku-18] update nginx to 1.17.0
- add uuid4 module from https://github.com/cybozu/nginx-uuid4-module
- add nginx solo support, see sample config for nginx solo mode and README