We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f8e05 commit 95a4764Copy full SHA for 95a4764
1 file changed
changelogs/0.6.0.md
@@ -0,0 +1,16 @@
1
+# 0.6.0
2
+
3
+- Depends on `wireleap/common` v0.3.3.
4
+- Network usage limiting feature added.
5
+- Added `network_usage` config section and per-contract
6
+ `network_usage_limit` field.
7
+- Relay will now disenroll from a contract when the network usage for
8
+ that contract exceeds the defined value or disenroll from all
9
+ contracts when the global value is reached.
10
11
+- Uses interfaces:
12
13
+ - `clientrelay` v0.2.0
14
+ - `relaycontract` v0.1.0
15
+ - `relayrelay` v0.2.0
16
+ - `relaydir` v0.2.0
0 commit comments