Skip to content

Tags: stepinto163/kong

Tags

0.8.0rc2

Changelog updated with LDAP and StatsD plugins

0.7.0

Merge pull request Kong#1019 from Mashape/chore/serf

Improving the performance of Serf

0.6.1

chore(rockspec) bump to 0.6.1

0.6.0

Removing print message

0.6.0rc3

version bump

0.6.0rc2

Adding user

0.6.0rc1

Version bump

0.5.4

release: 0.5.4

0.5.3

[hotfix/galileo] path fix

0.5.2

fix(cli) re-enable search in $PATH for nginx executable

Since IO.file_exists was being called and of course returned false when
called with just `nginx`, the command was never executed, and no chance
was given to the shell to try to find the executable in the $PATH.

Fix Kong#610