notes/coredns-0.9.9.md
+++ title = "CoreDNS-0.9.9 Release" description = "CoreDNS-0.9.9 Release Notes." tags = ["Release", "0.9.9", "Notes"] draft = false release = "0.9.9" date = "2017-10-18T11:37:43-04:00" author = "coredns" +++
CoreDNS-0.9.9 has been released! (yes, we've moved to semver)
CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.
Release 0.9.9 is a major release, with lots of fixes.
middleware.Middleware to plugin.Plugin. This is backwards incompatible for external [Mm]iddleware with [Pp]lugin:
sed 's/Middleware/Plugin/'g -i *.go
sed 's/middleware/plugin/'g -i *.go
From now on we'll use the term plugin in our documentation and code.
/etc/hosts.protobuf to communicate with the kubernetes API and
performance improvements when there are a large number of services.Two new external plugins were added:
The following people helped with getting this release done:
antonkyrylenko, Chris O'Haver, Chris West, Damian Myerscough, Isolus, John Belamaric, Miek Gieben, Sandeep Rajan, Thong Huynh, varyoo, Yong Tang.
If you want to help, please check out one of the issues and start coding!
For documentation and help, see our community page.