aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/coredns-1.6.5.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/notes/coredns-1.6.5.md b/notes/coredns-1.6.5.md
new file mode 100644
index 000000000..479befc71
--- /dev/null
+++ b/notes/coredns-1.6.5.md
@@ -0,0 +1,44 @@
++++
+title = "CoreDNS-1.6.5 Release"
+description = "CoreDNS-1.6.5 Release Notes."
+tags = ["Release", "1.6.5", "Notes"]
+release = "1.6.5"
+date = 2019-10-13T10:00:00+00:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.6.5](https://github.com/coredns/coredns/releases/tag/v1.6.5).
+
+A fairly small release that polishes various plugins and fixes a bunch of bugs.
+
+# Plugins
+
+* [*forward*](/plugins/forward) don't block on returning sockets; instead timeout and drop the
+ socket on the floor, this makes each go-routine guarantee to exit .
+* [*kubernetes*](/plugins/kubernetes) adds metrics to measure kubernetes control plane latency, see
+ documentation for details.
+* [*file*](/plugins/file) fixes a panic when comparing domains names
+
+## Brought to You By
+
+Erfan Besharat,
+Hauke Löffler,
+Ingo Gottwald,
+janluk,
+Miek Gieben,
+Uladzimir Trehubenka,
+Yong Tang,
+yuxiaobo96.
+
+## Noteworthy Changes
+
+* core: Make request.Request smaller (https://github.com/coredns/coredns/pull/3351)
+* plugin/cache: move goroutine closure to separate function to save memory (https://github.com/coredns/coredns/pull/3353)
+* plugin/clouddns: remove initialization from init (https://github.com/coredns/coredns/pull/3349)
+* plugin/erratic: doc and zone transfer (https://github.com/coredns/coredns/pull/3340)
+* plugin/file: fix panic in miekg/dns.CompareDomainName() (https://github.com/coredns/coredns/pull/3337)
+* plugin/forward: make Yield not block (https://github.com/coredns/coredns/pull/3336)
+* plugin/forward: Move map to array (https://github.com/coredns/coredns/pull/3339)
+* plugin/kubernetes: Measure and expose DNS programming latency from Kubernetes plugin. (https://github.com/coredns/coredns/pull/3171)
+* plugin/route53: remove amazon intialization from init (https://github.com/coredns/coredns/pull/3348)
relay Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/arraybuffersink.test.ts (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-17Add JSC.WeakGravatar Jarred Sumner 2-0/+293
2023-10-15more microtasksGravatar Jarred Sumner 1-11/+5
2023-10-15It's starting to workGravatar Jarred Sumner 6-49/+89
2023-10-15Things can happenGravatar Jarred Sumner 9-53/+150
2023-10-15FurtherGravatar Jarred Sumner 1-20/+30
2023-10-15The startup message sends successfullyGravatar Jarred Sumner 4-96/+130
2023-10-15it compiledGravatar Jarred Sumner 2-158/+238
2023-10-15okay we are starting to try itGravatar Jarred Sumner 4-9/+43
2023-10-15Okay most of the code is writtenGravatar Jarred Sumner 3-29/+398
2023-10-14MoreGravatar Jarred Sumner 7-66/+504
2023-10-14wipGravatar Jarred Sumner 8-16/+1194
2023-10-14More progressGravatar Jarred Sumner 4-36/+405
2023-10-13wipGravatar Jarred Sumner 8-48/+308