@@ -25,21 +25,21 @@ And a update on two important and active bugs:
...
@@ -25,21 +25,21 @@ And a update on two important and active bugs:
# Plugins
# Plugins
*a new [*ready*](/plugins/ready) was added that signals a plugin is ready to receive queries. First user is the *kubernetes* plugin.
*The [*ready*](/plugins/ready) plugin was added that signals a plugin is ready to receive queries. First user is the *kubernetes* plugin.
*a new [*grpc*](/plugins/grpc) was added to implement forwarding gRPC. If you were relying on this in the [*proxy*](/explugins/proxy) you can migrate to this one.
*The [*grpc*](/plugins/grpc) plugin was added to implement forwarding gRPC. If you were relying on this in the [*proxy*](/explugins/proxy) you can migrate to this one.
*the [*cancel*](/plugins/cancel) was added that adds a context.WithTimeout to each context (but not
*The [*cancel*](/plugins/cancel) plugin was added that adds a context.WithTimeout to each context (but not