Kong 2.0.3 released!

Hello everyone,

We just released Kong 2.0.3 . This is a bugfix release, with no new features or breaking changes.

:package: Download Kong 2.0.3 and upgrade your cluster !

The main fixes on this release are:

  • Setting the target weight to 0 does not automatically remove the upstream.
  • The plugins iterator is now always fully built, even if the initialization
    of any of them fails.
  • Fixed the load of dns_not_found_ttl and dns_error_ttl configuration
    options.
  • Consumers and tags are properly warmed-up from the plugins’ perspective,
    i.e. they are loaded to the cache space that plugins access.
  • Customized error messages don’t affect subsequent default error responses
    now.
  • Fixed the lua_package_path option precedence over LUA_PATH environment
    variable.
  • Support to Nginx binary upgrade by correctly handling the USR2 signal.
  • Fixed the logrotate configuration file with the right line terminators.
    Thanks, WALL-E
  • Fixed the sni is duplicated error when sending multiple SNIs as body
    arguments and an SNI on URL that matched one from the body.

:spiral_notepad: More detail and PR links are available at the 2.0.3 Changelog .

:whale: The updated Docker image will be live soon on Docker Hub .

Unnoficially Docker images are available now on Docker Hub Kong/kong

Happy Konging!