Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (40 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

59 lines (40 loc) · 3.2 KB

Static Buildpack Changelog

Unreleased

v9 (2022-06-09)

  • #243 Buildpack is officially deprecated

v8 (2022-05-19)

  • #240 Update ngx_mruby from 2.2.3 to 2.2.4.
  • #240 Update nginx from 1.19.0 to 1.21.3.
  • #238 Drop support for Cedar-14 and Heroku-16.

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!