Hello everyone,
We just released Kong 2.0.3 . This is a bugfix release, with no new features or breaking changes.
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_ttlanddns_error_ttlconfiguration
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_pathoption precedence overLUA_PATHenvironment
variable. - Support to Nginx binary upgrade by correctly handling the
USR2signal. - Fixed the logrotate configuration file with the right line terminators.
Thanks, WALL-E - Fixed the
sni is duplicatederror when sending multipleSNIsas body
arguments and anSNIon URL that matched one from the body.
More detail and PR links are available at the 2.0.3 Changelog .
The updated Docker image will be live soon on Docker Hub .
Unnoficially Docker images are available now on Docker Hub Kong/kong
Happy Konging!