Kong v0.2.0-2 Release Notes

Release Date: 2015-04-27 // almost 9 years ago
  • ๐Ÿš€ First public release of Kong. This version brings a lot of internal improvements as well as more usability and a few additional plugins.

    โž• Added

    • ๐Ÿ”Œ Plugins
      • CORS plugin.
      • Request transformation plugin.
      • NGINX plus monitoring plugin.
    • ๐Ÿ”ง Configuration
      • New properties: proxy_port and api_admin_port. #142
    • CLI
      • Better info, help and error messages. #118 #124
      • New commands: kong reload, kong quit. #114 Alias of version: kong --version #119
      • kong restart simply starts Kong if not previously running + better pid file handling. #131
    • ๐Ÿ“ฆ Package distributions: .rpm, .deb and .pkg for easy installs on most common platforms.

    ๐Ÿ›  Fixed

    • Admin API: trailing slash is not necessary anymore for core resources such as /apis or /consumers.
    • ๐Ÿ”ง Leaner default configuration. #156

    internal ๐Ÿšš > - All scripts moved to the CLI as "hidden" commands (kong db, kong config). ๐Ÿšš > - More tests as always, and they are structured better. The coverage went down mainly because of plugins which will later move to their own repos. We are all eagerly waiting for that!

    • src/ was renamed to kong/ for ease of development ๐Ÿ— > - All system dependencies versions for package building and travis-ci are now listed in versions.sh
    • DAO doesn't need to :prepare() prior to run queries. Queries can be prepared at runtime. #146

    Back to TOC