Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

v0.14.4

Compare
Choose a tag to compare
@pantsel pantsel released this 11 Oct 11:05
· 96 commits to master since this release
  • Added support for TAGS in all major Kong Entities (Starting from Kong 1.1.0-rc1).
  • Konga can now be used without authentication. In order to do that,
    simply set the env var NO_AUTH=true.
  • You can now seed default Users and Kong Connections on first install.
    Check out the docs.
  • The new env var BASE_URL, allows you to run Konga behind a reverse proxy on a relative path.
    For example, if you configure your proxy to route requests to example.com/konga
    you will need to set BASE_URL=/konga/
  • Fix compatibility with new response-ratelimiting plugin schema. Ref issue #363.
  • Add ENV HOST support for sails host to bind host by IP address. Ref pull req #451. Big ups to narate!
  • Updated Dockerfile node.js version to 10.16
  • Various minor fixes and improvements