You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly report migrations errors. This was caused by an error being thrown
from the error handler, and superseding the actual error. #1605
Prevent Kong from silently failing to start. This would be caused by an
erroneous error handler. 28f5d10
Only report a random number generator seeding error when it is not already
seeded. #1613
Reduce intra-cluster noise by not propagating keepalive requests events. #1660
Admin API:
Obfuscates sensitive configuration settings from the / route. #1650
CLI:
Prevent a failed kong start to stop an already running Kong node. #1645
Remove unset configuration placeholders from the nginx configuration
template. This would occur when no Internet connection would be
available and would cause Kong to compile an erroneous nginx config. #1606
Properly count the number of executed migrations. #1649
Plugins:
OAuth2: remove the "Kong" mentions in missing provision_key error
messages. #1633
OAuth2: allow to correctly delete applications when using Cassandra. #1659
galileo: provide a default bodySize value when log_bodies=true but the
current request/response has no body. #1657