Releases: heroku/heroku-kong
Kong 1.1.0rc2
Try Kong 1.1.0 release candidate 2 using the Deploy to Heroku button from this tag or manually by checking out the tag v8.0.0-rc2
.
Kong 1.0
Kong 1.0.0rc4 plus commits to 1.0.0
Possibly the final pre-release before Kong 1.0.0 is official.
Kong 1.0.0rc3
Try Kong 1.0.0 release candidate 3 using the Deploy to Heroku button from this tag or manually by checking out the tag v7.0.0-rc3
.
Known issues:
- Testing is broken with Heroku CI (see kong/kong issue #4033)
Kong 1.0.0rc2
Try Kong 1.0.0 release candidate 2 using the Deploy to Heroku button on this branch or manually by checking out the tag v7.0.0-rc2
.
Release Durability
Fix to help release script avoid premature failure. Also, docs.
Rapid Deploy ⏩
🚨 Potentially breaking change for existing heroku-kong apps, if the app explicitly uses the /app/.heroku/
directory prefix. See UPGRADING.
A pre-compiled archive of the Kong runtime is now downloaded during build, skipping the source compilation process. Drops deploy time to around a minute. It takes a few minutes longer in Private Spaces, as the release process' dyno require a few minutes to provision.
Skipped a few versions to now match the major version of the underlying buildpack v6.0.0 that actually provides this feature.
Okay sans Admin Key
Fix to allow release without an Admin Key set (KONG_HEROKU_ADMIN_KEY
).
Just docs
Increase Admin API rate limit
It was way to easy to hit the original 5rpm (request-per-minute) rate limit when using automated tools with the automatically provisioned Admin API.
The new rate limit is 1000rpm.