Changelog
Kong Gateway 3.10.x
- Added support for sending messages to multiple topics with
topics_query_arg
, and enabled topic allowlisting withallowed_topics
. - Added support for message manipulation with the new configuration field
message_by_lua_functions
.
Kong Gateway 2.8.x
-
Added support for the
SCRAM-SHA-512
authentication mechanism. -
Added the
cluster_name
configuration parameter. -
The
authentication.user
andauthentication.password
configuration fields are now marked as referenceable, which means they can be securely stored as secrets in a vault. References must follow a specific format.
Kong Gateway 2.7.x
-
Starting with Kong Gateway 2.7.0.0, if keyring encryption is enabled, the
config.authentication.user
andconfig.authentication.password
parameter values will be encrypted.There’s a bug in Kong Gateway that prevents keyring encryption from working on deeply nested fields, so the
encrypted=true
setting does not currently have any effect in this plugin.
Kong Gateway 2.6.x
- The Kafka Log plugin now supports TLS, mTLS, and SASL auth. SASL auth includes support for PLAIN, SCRAM-SHA-256, and delegation tokens.