aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/coredns-1.7.0.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/notes/coredns-1.7.0.md b/notes/coredns-1.7.0.md
new file mode 100644
index 000000000..5f65673c8
--- /dev/null
+++ b/notes/coredns-1.7.0.md
@@ -0,0 +1,22 @@
++++
+title = "CoreDNS-1.7.0 Release"
+description = "CoreDNS-1.7.0 Release Notes."
+tags = ["Release", "1.7.0", "Notes"]
+release = "1.7.0"
+date = 2020-03-24T10:00:00+00:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0).
+
+This is a **backwards incompatible release**. Major changes include:
+* Better metrics names (PR #3776)
+* New `transfer` plugin that removes the need for plugins to perform their own zone transfers.
+added `transfer` plugin that removes the need for plugins to perform their own zone transfers.
+
+As this was already backwards incompatible release, we took the liberty to stuff is much of it in
+one release as possible to minimize the disruption going forward.
+
+## Brought to You By
+## Noteworthy Changes
d/jsc'>jarred/jsc Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/install/npm.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-11`bun-wasm` fixes & improvements (#4126)Gravatar jhmaster 14-44/+252
2023-08-11Support TypeScript's `export type * as Foo from 'bar'` (#4125)Gravatar Jarred Sumner 2-9/+42
2023-08-11Fix wasm buildGravatar Jarred Sumner 1-1/+5
2023-08-10async realpath (#4117)Gravatar Jarred Sumner 6-58/+184
2023-08-10Remove assertionGravatar Jarred Sumner 1-3/+0
2023-08-10More lazily initialize these static stringsGravatar Jarred Sumner 1-5/+7
2023-08-10don't check for trailing slash, var streamGravatar Dylan Conway 3-9/+9
2023-08-10run files without extensions (#4113)Gravatar Dylan Conway 4-11/+46
2023-08-10Fix memory leak in base64url (#4111)Gravatar Jarred Sumner 1-2/+2
2023-08-10Handle thundering herd of setInterval (#4109)Gravatar Jarred Sumner 1-2/+17
2023-08-10fs.zig: create temp files with 0o700, not 0o007 (#4107)Gravatar Adhityaa Chandrasekar 1-1/+1
2023-08-10Update remix guideGravatar Colin McDonnell 1-2/+4
2023-08-10zig fmtGravatar Jarred Sumner 1-4/+4
2023-08-10Fixes #4062 (#4106)Gravatar Jarred Sumner 8-26/+87
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 3-13/+311
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 3-9/+30
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1