Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 2.75 KB

Static Buildpack Changelog

Unreleased

v7 (2021-03-09)

  • #202 Output a helpful error message when no static.json is found

v6 (2020-12-09)

  • #190 Update nginx for Heroku-16 and Heroku-18 to 1.19.0
  • #186 Ensure the SSL module is enabled

v5 (2020-11-11)

  • #182 Add support for Heroku-20
  • #181 Fix compatibility with ngx_mruby 1.18.4+
  • #178 Exclude unnecessary files when publishing the buildpack
  • #177 Make curl retry in case of a failed download
  • #177 Fix the printing of the installed nginx version
  • #177 Switch to the recommended S3 URL format
  • #177 Remove unused archive caching
  • #177 Fail the build early on unsupported stacks

v4 (2019-09-18)

  • #136 Add support for canonical host
  • #45 Add Basic Auth Configuration
  • #78 Add json mime type
  • #70 Make config copying idempotent
  • #68 Disable access logs

v3 (2017-03-30)

  • #32 proxies set ssl server name extension for SNI
  • #37 fallback proxies set ssl server name extension for SNI
  • #61 proxy redirects work even when the scheme does not match
  • #62 clean urls work even on a directory
  • #63 proxies respect DNS TTL
  • #65 https redirects happen over proxies

v2 (2016-07-13)

  • #36 env interpolation available when doing redirects
  • #40 mitigate CRLF HTTP Header Injection when using https_only

v1 (2016-03-27)

  • Initial Release!