Skip to content

Releases: heroku/heroku-buildpack-nginx

v1.12

06 Jun 13:43
201ffe1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11...v1.12

v1.11

29 May 14:38
e0029df
Compare
Choose a tag to compare
  • 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 and zlib
  • 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

14 Jun 22:18
37a84b6
Compare
Choose a tag to compare

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

21 Jun 09:57
760407b
Compare
Choose a tag to compare
  • 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

19 May 09:30
7b37d07
Compare
Choose a tag to compare
  • [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

20 Jul 10:38
60e21ce
Compare
Choose a tag to compare

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

05 May 11:58
0b93b36
Compare
Choose a tag to compare

[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

09 Aug 07:38
Compare
Choose a tag to compare

[1.3] - 2019-08-09

Added

  • support for custom mime.types file #37

NGINX Buildpack 1.2

09 Aug 07:38
0db7c05
Compare
Choose a tag to compare

[1.2] - 2019-05-29

Added

NGINX Buildpack 1.1

13 Sep 13:41
071594d
Compare
Choose a tag to compare

[1.1.0] - 2018-09-13

Added

  • [heroku-18] support new Heroku stack (heroku-18)
  • [all] Real IP support, adding compile flag --with-http_realip_module
  • [all] Static GZIP support, adding compile flag --with-http_gzip_static_module
  • [all] compile with zlib support

Changed

  • [heroku-18] PCRE updated from 8.37 to 8.42
  • [heroku-18] "headers-more-nginx" module updated from 0.261 to 0.33
  • [heroku-18] PCRE updated from 8.37 to 8.42