Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: heroku/heroku-kong

Kong 1.1.0rc2

21 Mar 17:46
Compare
Choose a tag to compare
Kong 1.1.0rc2 Pre-release
Pre-release

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

02 Jan 21:17
6d87c68
Compare
Choose a tag to compare

After four release candidates, Kong 1.0 GA is here 🎉

Kong 1.0.0rc4 plus commits to 1.0.0

19 Dec 19:13
Compare
Choose a tag to compare
Pre-release

Possibly the final pre-release before Kong 1.0.0 is official.

Kong 1.0.0rc3

27 Nov 19:07
Compare
Choose a tag to compare
Kong 1.0.0rc3 Pre-release
Pre-release

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:

Kong 1.0.0rc2

15 Nov 19:35
Compare
Choose a tag to compare
Kong 1.0.0rc2 Pre-release
Pre-release

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

09 Nov 22:38
Compare
Choose a tag to compare

Fix to help release script avoid premature failure. Also, docs.

Rapid Deploy ⏩

26 Sep 00:34
11a23fc
Compare
Choose a tag to compare

🚨 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

17 Sep 17:58
Compare
Choose a tag to compare

Fix to allow release without an Admin Key set (KONG_HEROKU_ADMIN_KEY).

Just docs

17 Sep 17:44
191d3bc
Compare
Choose a tag to compare
v3.0.2

📚 link to official Admin API loopback docs

Increase Admin API rate limit

14 Sep 23:11
Compare
Choose a tag to compare

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.