Skip to content

Commit

Permalink
add 0.6.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
a3s7p committed May 23, 2022
1 parent 39f8e05 commit 95a4764
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelogs/0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 0.6.0

- Depends on `wireleap/common` v0.3.3.
- Network usage limiting feature added.
- Added `network_usage` config section and per-contract
`network_usage_limit` field.
- Relay will now disenroll from a contract when the network usage for
that contract exceeds the defined value or disenroll from all
contracts when the global value is reached.

- Uses interfaces:

- `clientrelay` v0.2.0
- `relaycontract` v0.1.0
- `relayrelay` v0.2.0
- `relaydir` v0.2.0

0 comments on commit 95a4764

Please sign in to comment.