coredns/notes/coredns-1.12.0.md
Chris O'Haver 51e11f166e
Some checks failed
Go Tests / Test Makefile.release (push) Failing after 10s
Go Tests / Test e2e (push) Failing after 11s
Go Tests / Test Plugins (push) Successful in 4m18s
Go Tests / Test (push) Successful in 4m27s
1.12.0 notes (#6994)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2024-11-21 14:27:33 -05:00

17 lines
437 B
Markdown

This release adds some new features. Of note:
* New multisocket plugin - allows CoreDNS to listen on multiple sockets
* New automaxprocs plugin - automatically sets GOMAXPROCS to the number of CPUs
## Brought to You By
Ben Kochie,
Chris O'Haver,
Emmanuel Ferdman,
Viktor
## Noteworthy Changes
* plugin/multisocket (https://github.com/coredns/coredns/pull/6882)
* plugin/automaxprocs (https://github.com/coredns/coredns/pull/6948)