aboutsummaryrefslogtreecommitdiff
path: root/spec/bandwidth-file-spec/scope-preliminaries.md
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2023-11-18 15:12:10 +0000
committerjuga0 <juga@riseup.net>2023-11-21 10:44:02 +0000
commit36fadd2b71714f777b05d292fa042447bd4336fe (patch)
treecdfa104ffbe2c36c235c98430f98b6c7cfa1bbe8 /spec/bandwidth-file-spec/scope-preliminaries.md
parent2e32332221cf4e352e1d9a93c2bbb9d8bbfaa979 (diff)
downloadtorspec-36fadd2b71714f777b05d292fa042447bd4336fe.tar.gz
torspec-36fadd2b71714f777b05d292fa042447bd4336fe.zip
bandwidth-file-spec: Allow "node_id" without `$`
Allow "node_id" KeyValue without the dollar sign at the start of the hexdigit, to easier queries in databases. Closes #241
Diffstat (limited to 'spec/bandwidth-file-spec/scope-preliminaries.md')
-rw-r--r--spec/bandwidth-file-spec/scope-preliminaries.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/bandwidth-file-spec/scope-preliminaries.md b/spec/bandwidth-file-spec/scope-preliminaries.md
index 6951d3d..7eb1419 100644
--- a/spec/bandwidth-file-spec/scope-preliminaries.md
+++ b/spec/bandwidth-file-spec/scope-preliminaries.md
@@ -67,7 +67,8 @@ as bandwidth scanners.
1.7.0 - Adds ratios KeyValues to the relay lines and network averages
KeyValues to the header.
1.8.0 - Adds "dirauth_nickname" KeyValue to the header.
-
+ 1.9.0 - Allows "node_id" KeyValue without the dollar sign at the start of the
+ hexdigit.
All Tor versions can consume format version 1.0.0.
```